|
19 | 19 | "body-scroll-lock": "4.0.0-beta.0", |
20 | 20 | "clsx": "^2.1.1", |
21 | 21 | "date-fns": "^4.1.0", |
22 | | - "next": "15.4.8", |
23 | | - "react": "^19.1.1", |
24 | | - "react-dom": "^19.1.1", |
| 22 | + "next": "16.0.7", |
| 23 | + "react": "19.2.1", |
| 24 | + "react-dom": "19.2.1", |
25 | 25 | "react-icons": "^5.5.0", |
26 | 26 | "react-modal": "^3.16.3", |
27 | 27 | "react-share": "^5.2.2", |
|
34 | 34 | "@eslint/eslintrc": "^3.3.3", |
35 | 35 | "@eslint/js": "^9.33.0", |
36 | 36 | "@hatena/eslint-config-hatena": "github:hatena/eslint-config-hatena#v3.3.0", |
37 | | - "@next/bundle-analyzer": "^15.4.7", |
| 37 | + "@next/bundle-analyzer": "16.0.7", |
38 | 38 | "@tailwindcss/postcss": "^4.1.17", |
39 | 39 | "@types/body-scroll-lock": "^3.1.2", |
40 | 40 | "@types/node": "^20.19.25", |
41 | | - "@types/react": "^19.1.17", |
42 | | - "@types/react-dom": "^19.1.11", |
| 41 | + "@types/react": "19.2.7", |
| 42 | + "@types/react-dom": "19.2.3", |
43 | 43 | "@types/react-modal": "^3.16.3", |
44 | 44 | "@typescript-eslint/parser": "^8.38.0", |
45 | 45 | "eslint": "^9.33.0", |
46 | | - "eslint-config-next": "15.4.7", |
| 46 | + "eslint-config-next": "16.0.7", |
47 | 47 | "eslint-import-resolver-typescript": "^4.4.4", |
48 | 48 | "eslint-plugin-perfectionist": "^4.15.1", |
49 | 49 | "eslint-plugin-unused-imports": "^4.1.4", |
|
62 | 62 | "@tailwindcss/oxide", |
63 | 63 | "sharp", |
64 | 64 | "unrs-resolver" |
65 | | - ] |
| 65 | + ], |
| 66 | + "overrides": { |
| 67 | + "@types/react": "19.2.7", |
| 68 | + "@types/react-dom": "19.2.3" |
| 69 | + } |
66 | 70 | }, |
67 | 71 | "engines": { |
68 | | - "node": "20.19.6" |
| 72 | + "node": "v22.14.0", |
| 73 | + "pnpm": "10.24.0" |
69 | 74 | }, |
70 | | - "packageManager": "pnpm@10.15.1" |
| 75 | + "packageManager": "pnpm@10.24.0" |
71 | 76 | } |
0 commit comments