|
22 | 22 | "@mui/icons-material": "^7.3.4", |
23 | 23 | "@mui/material": "^7.3.4", |
24 | 24 | "@mui/system": "^7.3.3", |
25 | | - "@next/mdx": "^15.5.6", |
26 | | - "next": "^15.5.6", |
| 25 | + "@next/mdx": "16.0.0", |
| 26 | + "next": "16.0.0", |
27 | 27 | "next-auth": "^4.24.11", |
28 | | - "react": "^19.2.0", |
29 | | - "react-dom": "^19.2.0", |
| 28 | + "react": "19.2.0", |
| 29 | + "react-dom": "19.2.0", |
30 | 30 | "web-vitals": "^5.1.0" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | 33 | "@eslint/eslintrc": "^3.3.1", |
34 | 34 | "@eslint/js": "^9.38.0", |
35 | | - "@next/eslint-plugin-next": "^15.5.6", |
| 35 | + "@next/eslint-plugin-next": "16.0.0", |
36 | 36 | "@stylistic/eslint-plugin": "^5.5.0", |
37 | 37 | "@types/mdx": "^2.0.13", |
38 | 38 | "@types/node": "^24.9.1", |
39 | | - "@types/react": "^19.2.2", |
40 | | - "@types/react-dom": "^19.2.2", |
| 39 | + "@types/react": "19.2.2", |
| 40 | + "@types/react-dom": "19.2.2", |
41 | 41 | "eslint": "^9.38.0", |
42 | 42 | "eslint-config-import": "^0.13.0", |
43 | | - "eslint-config-next": "^15.5.6", |
| 43 | + "eslint-config-next": "16.0.0", |
44 | 44 | "eslint-import-resolver-typescript": "^4.4.4", |
45 | 45 | "eslint-plugin-flowtype": "^8.0.3", |
46 | 46 | "eslint-plugin-import": "^2.32.0", |
|
52 | 52 | "typescript": "^5.9.3", |
53 | 53 | "typescript-eslint": "^8.46.2" |
54 | 54 | }, |
55 | | - "packageManager": "pnpm@10.18.3" |
| 55 | + "packageManager": "pnpm@10.19.0", |
| 56 | + "pnpm": { |
| 57 | + "overrides": { |
| 58 | + "@types/react": "19.2.2", |
| 59 | + "@types/react-dom": "19.2.2" |
| 60 | + } |
| 61 | + } |
56 | 62 | } |
0 commit comments