Skip to content

Commit f92bab1

Browse files
committed
Update dependencies
1 parent d288932 commit f92bab1

File tree

2 files changed

+476
-445
lines changed

2 files changed

+476
-445
lines changed

package.json

Lines changed: 17 additions & 12 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@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
5+
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677",
66
"scripts": {
77
"dev": "next dev --turbo",
88
"build": "next build",
@@ -13,31 +13,36 @@
1313
"@popperjs/core": "2.11.8",
1414
"@react-spring/parallax": "9.7.5",
1515
"@react-spring/web": "9.7.5",
16-
"@tailwindcss/postcss": "4.1.3",
16+
"@tailwindcss/postcss": "4.1.4",
1717
"@tailwindcss/typography": "0.5.16",
1818
"@types/d3": "7.4.3",
1919
"@types/lodash-es": "4.17.12",
20-
"@types/node": "22.14.0",
21-
"@types/react": "19.1.0",
22-
"@types/react-dom": "19.1.1",
23-
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
20+
"@types/node": "22.14.1",
21+
"@types/react": "19.1.2",
22+
"@types/react-dom": "19.1.2",
23+
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
2424
"csv-parse": "5.6.0",
2525
"d3": "7.9.0",
2626
"dayjs": "1.11.13",
27-
"eslint": "9.24.0",
28-
"eslint-config-next": "15.2.4",
29-
"eslint-config-prettier": "10.1.1",
30-
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
27+
"eslint": "9.25.0",
28+
"eslint-config-next": "15.3.1",
29+
"eslint-config-prettier": "10.1.2",
30+
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
3131
"fs-extra": "11.3.0",
3232
"fuse.js": "7.1.0",
3333
"lodash-es": "4.17.21",
34-
"next": "15.2.4",
34+
"next": "15.3.1",
3535
"postcss": "8.5.3",
3636
"prettier": "3.5.3",
3737
"react": "19.1.0",
3838
"react-dom": "19.1.0",
3939
"react-popper": "2.3.0",
40-
"tailwindcss": "4.1.3",
40+
"tailwindcss": "4.1.4",
4141
"typescript": "5.8.3"
42+
},
43+
"pnpm": {
44+
"onlyBuiltDependencies": [
45+
"sharp"
46+
]
4247
}
4348
}

0 commit comments

Comments
 (0)