Skip to content

Commit 7788987

Browse files
committed
Update dependencies
1 parent 59396c0 commit 7788987

File tree

2 files changed

+951
-1084
lines changed

2 files changed

+951
-1084
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "visualization",
33
"version": "1.0.0",
44
"private": true,
5-
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321",
5+
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
66
"scripts": {
77
"dev": "next dev --turbo",
88
"build": "next build",
@@ -13,31 +13,31 @@
1313
"@popperjs/core": "2.11.8",
1414
"@react-spring/parallax": "9.7.5",
1515
"@react-spring/web": "9.7.5",
16-
"@tailwindcss/typography": "0.5.15",
16+
"@tailwindcss/postcss": "4.0.9",
17+
"@tailwindcss/typography": "0.5.16",
1718
"@types/d3": "7.4.3",
1819
"@types/lodash-es": "4.17.12",
19-
"@types/node": "22.10.2",
20-
"@types/react": "19.0.2",
21-
"@types/react-dom": "19.0.2",
22-
"autoprefixer": "10.4.20",
23-
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
20+
"@types/node": "22.13.9",
21+
"@types/react": "19.0.10",
22+
"@types/react-dom": "19.0.4",
23+
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
2424
"csv-parse": "5.6.0",
2525
"d3": "7.9.0",
2626
"dayjs": "1.11.13",
27-
"eslint": "9.17.0",
28-
"eslint-config-next": "15.1.3",
29-
"eslint-config-prettier": "9.1.0",
30-
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
31-
"fs-extra": "11.2.0",
32-
"fuse.js": "7.0.0",
27+
"eslint": "9.21.0",
28+
"eslint-config-next": "15.2.1",
29+
"eslint-config-prettier": "10.0.2",
30+
"eslint-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
31+
"fs-extra": "11.3.0",
32+
"fuse.js": "7.1.0",
3333
"lodash-es": "4.17.21",
34-
"next": "15.1.3",
35-
"postcss": "8.4.49",
36-
"prettier": "3.4.2",
34+
"next": "15.2.1",
35+
"postcss": "8.5.3",
36+
"prettier": "3.5.3",
3737
"react": "19.0.0",
3838
"react-dom": "19.0.0",
3939
"react-popper": "2.3.0",
40-
"tailwindcss": "3.4.17",
41-
"typescript": "5.7.2"
40+
"tailwindcss": "4.0.9",
41+
"typescript": "5.8.2"
4242
}
4343
}

0 commit comments

Comments
 (0)