Skip to content

Commit dc7ff64

Browse files
committed
Update dependencies
1 parent 0a8121a commit dc7ff64

File tree

2 files changed

+1430
-1658
lines changed

2 files changed

+1430
-1658
lines changed

package.json

Lines changed: 30 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
"private": true,
55
"scripts": {
66
"build-cards": "node build-cards.js",
7-
"extract": "lingui extract",
8-
"compile": "lingui compile",
9-
"dev": "yarn compile && next dev",
10-
"build": "yarn extract && yarn compile && next build",
7+
"dev": "next dev",
8+
"build": "next build",
119
"start": "next start",
1210
"lint": "next lint"
1311
},
@@ -18,48 +16,45 @@
1816
"author": "Xarray Developers & Contributors",
1917
"license": "Apache 2.0",
2018
"dependencies": {
21-
"@chakra-ui/icons": "^2.2.4",
22-
"@chakra-ui/next-js": "^2.4.2",
23-
"@chakra-ui/react": "^2.10.9",
19+
"@chakra-ui/icons": "^2.2.1",
20+
"@chakra-ui/next-js": "^2.3.1",
21+
"@chakra-ui/react": "^2.9.1",
2422
"@chakra-ui/system": "^2.6.2",
25-
"@emotion/react": "^11.14.0",
26-
"@emotion/styled": "^11.14.1",
27-
"@fontsource-variable/inter": "^5.2.8",
28-
"@giscus/react": "^3.1.0",
29-
"@lingui/babel-plugin-lingui-macro": "^5.6.0",
30-
"@lingui/core": "^5.6.0",
31-
"@lingui/react": "^5.6.0",
32-
"@mdx-js/loader": "^3.1.1",
33-
"@mdx-js/react": "^3.1.1",
34-
"@next/mdx": "^14.2.33",
23+
"@emotion/react": "^11.13.3",
24+
"@emotion/styled": "^11.13.0",
25+
"@fontsource-variable/inter": "^5.2.5",
26+
"@giscus/react": "^3.0.0",
27+
"@mdx-js/loader": "^3.0.1",
28+
"@mdx-js/react": "^3.0.1",
29+
"@next/mdx": "^14.2.14",
30+
"apexcharts": "3.54.0",
3531
"d3": "^7.9.0",
36-
"date-fns": "^3.6.0",
32+
"date-fns": "^3.0.0",
3733
"date-fns-tz": "^3.2.0",
3834
"feed": "^5.1.0",
39-
"framer-motion": "^11.18.2",
40-
"glob": "^11.1.0",
35+
"framer-motion": "^11.9.0",
36+
"glob": "^11.0.3",
4137
"gray-matter": "^4.0.3",
42-
"isomorphic-dompurify": "^2.32.0",
43-
"next": "^14.2.33",
38+
"isomorphic-dompurify": "^2.16.0",
39+
"next": "^14.2.30",
4440
"next-mdx-remote": "^5.0.0",
4541
"react": "^18.3.1",
46-
"react-apexcharts": "^1.8.0",
42+
"react-apexcharts": "^1.4.1",
4743
"react-dom": "^18.3.1",
48-
"react-icons": "^5.5.0",
49-
"react-syntax-highlighter": "^16.1.0",
44+
"react-icons": "^5.3.0",
45+
"react-syntax-highlighter": "^15.5.0",
5046
"rehype-slug": "^6.0.0",
51-
"swr": "^2.3.6",
52-
"yarn": "^1.22.22"
47+
"swr": "^2.2.5"
5348
},
5449
"devDependencies": {
55-
"@lingui/cli": "^5.6.0",
56-
"@lingui/loader": "^5.6.0",
57-
"@types/react": "^18.3.26",
58-
"apexcharts": "^5.3.6",
50+
"@lingui/babel-plugin-lingui-macro": "^5.9.0",
51+
"@lingui/loader": "^5.9.0",
52+
"@lingui/react": "^5.9.0",
53+
"@types/react": "^18.3.11",
5954
"eslint": "^9.39.1",
60-
"eslint-config-next": "15.3.3",
61-
"playwright": "^1.56.1",
62-
"typescript": "^5.9.3",
63-
"webpack": "^5.102.1"
55+
"eslint-config-next": "16.0.6",
56+
"playwright": "^1.57.0",
57+
"typescript": ">=5.9.2",
58+
"webpack": "^5.101.0"
6459
}
6560
}

0 commit comments

Comments
 (0)