Skip to content

Commit e523ba9

Browse files
committed
Update dependencies
1 parent d05c823 commit e523ba9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"private": true,
55
"scripts": {
66
"build-cards": "node build-cards.js",
7+
"extract": "lingui extract",
78
"dev": "next dev",
8-
"build": "next build",
9+
"build": "yarn extract && next build",
910
"start": "next start",
1011
"lint": "next lint"
1112
},
@@ -24,6 +25,8 @@
2425
"@emotion/styled": "^11.13.0",
2526
"@fontsource-variable/inter": "^5.2.5",
2627
"@giscus/react": "^3.0.0",
28+
"@lingui/core": "^5.0.0-next.2",
29+
"@lingui/react": "^5.0.0-next.2",
2730
"@mdx-js/loader": "^3.0.1",
2831
"@mdx-js/react": "^3.0.1",
2932
"@next/mdx": "^14.2.14",
@@ -46,6 +49,9 @@
4649
"swr": "^2.2.5"
4750
},
4851
"devDependencies": {
52+
"@lingui/babel-plugin-lingui-macro": "^5.0.0-next.2",
53+
"@lingui/cli": "^5.0.0-next.2",
54+
"@lingui/loader": "^5.0.0-next.2",
4955
"@types/react": "^18.3.11",
5056
"eslint": "^9.12.0",
5157
"eslint-config-next": "14.2.14",

0 commit comments

Comments
 (0)