|
7 | 7 | "@hookform/devtools": "4.3.1",
|
8 | 8 | "@mdx-js/loader": "^2.3.0",
|
9 | 9 | "@mdx-js/react": "^2.3.0",
|
10 |
| - "@next/mdx": "^13.4.5", |
| 10 | + "@next/mdx": "15.1.0", |
11 | 11 | "@types/node": "^20.3.1",
|
12 | 12 | "class-variance-authority": "^0.6.0",
|
13 | 13 | "clsx": "^1.2.1",
|
14 |
| - "contentlayer": "^0.3.3", |
| 14 | + "contentlayer": "^0.3.4", |
15 | 15 | "date-fns": "^2.30.0",
|
16 | 16 | "little-state-machine": "^4.8.0",
|
17 |
| - "next": "^14.1.1", |
18 |
| - "next-contentlayer": "^0.3.3", |
| 17 | + "next": "15.1.0", |
| 18 | + "next-contentlayer": "^0.3.4", |
19 | 19 | "next-themes": "^0.2.1",
|
20 | 20 | "prism-react-renderer": "^2.0.5",
|
21 | 21 | "prismjs": "^1.29.0",
|
22 |
| - "react": "18.2.0", |
23 |
| - "react-dom": "18.2.0", |
| 22 | + "react": "18.3.1", |
| 23 | + "react-dom": "18.3.1", |
24 | 24 | "react-github-btn": "1.4.0",
|
25 | 25 | "react-hook-form": "7.44.3",
|
26 | 26 | "react-simple-animate": "^3.5.2",
|
|
33 | 33 | "sortablejs": "1.15.0"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@next/bundle-analyzer": "^13.4.5", |
37 |
| - "@types/react": "^18.3.11", |
| 36 | + "@next/bundle-analyzer": "15.1.0", |
| 37 | + "@types/react": "^18.3.17", |
| 38 | + "@types/react-dom": "^18.3.5", |
38 | 39 | "@types/react-helmet": "^6.1.6",
|
39 | 40 | "@typescript-eslint/eslint-plugin": "^8.18.0",
|
40 | 41 | "@typescript-eslint/parser": "^8.18.0",
|
41 | 42 | "cross-env": "^7.0.3",
|
42 | 43 | "eslint": "^8.57.1",
|
43 |
| - "eslint-config-next": "^13.4.5", |
| 44 | + "eslint-config-next": "15.1.0", |
44 | 45 | "eslint-config-prettier": "^8.8.0",
|
45 | 46 | "eslint-plugin-jsx-a11y": "^6.7.1",
|
46 | 47 | "eslint-plugin-react": "^7.32.2",
|
|
74 | 75 | "pnpm run format:fix"
|
75 | 76 | ]
|
76 | 77 | },
|
77 |
| - "packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c" |
| 78 | + "packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c", |
| 79 | + "pnpm": { |
| 80 | + "overrides": { |
| 81 | + "@types/react": "18.3.17", |
| 82 | + "@types/react-dom": "18.3.5" |
| 83 | + } |
| 84 | + } |
78 | 85 | }
|
0 commit comments