|
2 | 2 | "name": "visualization", |
3 | 3 | "version": "1.0.0", |
4 | 4 | "private": true, |
5 | | - "packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af", |
| 5 | + "packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "next dev --turbo", |
8 | 8 | "build": "next build", |
|
13 | 13 | "@popperjs/core": "2.11.8", |
14 | 14 | "@react-spring/parallax": "9.7.5", |
15 | 15 | "@react-spring/web": "9.7.5", |
16 | | - "@tailwindcss/postcss": "4.1.3", |
| 16 | + "@tailwindcss/postcss": "4.1.4", |
17 | 17 | "@tailwindcss/typography": "0.5.16", |
18 | 18 | "@types/d3": "7.4.3", |
19 | 19 | "@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", |
24 | 24 | "csv-parse": "5.6.0", |
25 | 25 | "d3": "7.9.0", |
26 | 26 | "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", |
31 | 31 | "fs-extra": "11.3.0", |
32 | 32 | "fuse.js": "7.1.0", |
33 | 33 | "lodash-es": "4.17.21", |
34 | | - "next": "15.2.4", |
| 34 | + "next": "15.3.1", |
35 | 35 | "postcss": "8.5.3", |
36 | 36 | "prettier": "3.5.3", |
37 | 37 | "react": "19.1.0", |
38 | 38 | "react-dom": "19.1.0", |
39 | 39 | "react-popper": "2.3.0", |
40 | | - "tailwindcss": "4.1.3", |
| 40 | + "tailwindcss": "4.1.4", |
41 | 41 | "typescript": "5.8.3" |
| 42 | + }, |
| 43 | + "pnpm": { |
| 44 | + "onlyBuiltDependencies": [ |
| 45 | + "sharp" |
| 46 | + ] |
42 | 47 | } |
43 | 48 | } |
0 commit comments