|
11 | 11 | "typescript" |
12 | 12 | ], |
13 | 13 | "scripts": { |
14 | | - "dev": "next", |
| 14 | + "dev": "next dev --turbopack", |
15 | 15 | "build": "next build", |
16 | 16 | "start": "next start", |
17 | 17 | "type-check": "tsc --noEmit", |
|
26 | 26 | ] |
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | | - "next": "14.2.15", |
30 | | - "react": "18.3.1", |
31 | | - "react-dom": "18.3.1" |
| 29 | + "next": "15.0.1", |
| 30 | + "react": "19.0.0-rc-69d4b800-20241021", |
| 31 | + "react-dom": "19.0.0-rc-69d4b800-20241021" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | 34 | "@commitlint/cli": "19.5.0", |
35 | 35 | "@commitlint/config-conventional": "19.5.0", |
36 | 36 | "@ianvs/prettier-plugin-sort-imports": "4.3.1", |
37 | 37 | "@types/node": "20.17.0", |
38 | | - "@types/react": "18.3.11", |
39 | | - "@types/react-dom": "18.3.1", |
| 38 | + "@types/react": "npm:[email protected]", |
| 39 | + "@types/react-dom": "npm:[email protected].1", |
40 | 40 | "@typescript-eslint/eslint-plugin": "8.11.0", |
41 | 41 | "@typescript-eslint/parser": "8.11.0", |
42 | 42 | "eslint": "8.57.1", |
43 | | - "eslint-config-next": "14.2.15", |
| 43 | + "eslint-config-next": "15.0.1", |
44 | 44 | "eslint-config-prettier": "9.1.0", |
45 | 45 | "eslint-import-resolver-typescript": "3.6.3", |
46 | 46 | "eslint-plugin-import": "2.31.0", |
|
50 | 50 | "prettier": "3.3.3", |
51 | 51 | "prettier-plugin-sort-json": "4.0.0", |
52 | 52 | "typescript": "5.6.3" |
| 53 | + }, |
| 54 | + "pnpm": { |
| 55 | + "overrides": { |
| 56 | + "@types/react": "npm:[email protected]", |
| 57 | + "@types/react-dom": "npm:[email protected]" |
| 58 | + } |
53 | 59 | } |
54 | 60 | } |
0 commit comments