|
9 | 9 | "lint": "eslint . --max-warnings 0" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@radix-ui/react-accordion": "^1.2.1", |
13 | | - "@radix-ui/react-dialog": "^1.1.2", |
14 | | - "@react-three/drei": "^9.114.3", |
15 | | - "@react-three/fiber": "^8.17.10", |
16 | | - "@vanilla-extract/css": "^1.16.0", |
17 | | - "@vercel/analytics": "^1.3.1", |
18 | | - "@vercel/speed-insights": "^1.0.12", |
| 12 | + "@radix-ui/react-accordion": "^1.2.12", |
| 13 | + "@radix-ui/react-dialog": "^1.1.15", |
| 14 | + "@react-three/drei": "^9.122.0", |
| 15 | + "@react-three/fiber": "^8.18.0", |
| 16 | + "@vanilla-extract/css": "^1.17.5", |
| 17 | + "@vercel/analytics": "^1.6.1", |
| 18 | + "@vercel/speed-insights": "^1.3.1", |
19 | 19 | "clsx": "^2.1.1", |
20 | 20 | "gray-matter": "^4.0.3", |
21 | | - "marked": "^14.1.2", |
22 | | - "next": "14.2.14", |
| 21 | + "marked": "^14.1.4", |
| 22 | + "next": "~14.2.33", |
23 | 23 | "plaiceholder": "^3.0.0", |
24 | 24 | "react": "^18.3.1", |
25 | 25 | "react-dom": "^18.3.1", |
26 | 26 | "sharp": "^0.33.5", |
27 | 27 | "three": "^0.169.0" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@next/eslint-plugin-next": "^14.2.15", |
| 30 | + "@next/eslint-plugin-next": "^14.2.33", |
31 | 31 | "@plaiceholder/next": "^3.0.0", |
32 | | - "@types/node": "^20.16.11", |
33 | | - "@types/react": "^18.3.11", |
34 | | - "@types/react-dom": "^18.3.1", |
| 32 | + "@types/node": "^20.19.25", |
| 33 | + "@types/react": "^18.3.27", |
| 34 | + "@types/react-dom": "^18.3.7", |
35 | 35 | "@types/three": "^0.169.0", |
36 | 36 | "@typescript-eslint/parser": "^7.18.0", |
37 | | - "@vanilla-extract/next-plugin": "^2.4.6", |
| 37 | + "@vanilla-extract/next-plugin": "^2.4.16", |
38 | 38 | "eslint": "^8.57.1", |
39 | 39 | "eslint-config-next": "14.2.14", |
40 | | - "eslint-config-prettier": "^9.1.0", |
41 | | - "eslint-import-resolver-typescript": "^3.6.3", |
42 | | - "eslint-plugin-import": "^2.31.0", |
43 | | - "eslint-plugin-jsx-a11y": "^6.10.0", |
| 40 | + "eslint-config-prettier": "^9.1.2", |
| 41 | + "eslint-import-resolver-typescript": "^3.10.1", |
| 42 | + "eslint-plugin-import": "^2.32.0", |
| 43 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
44 | 44 | "eslint-plugin-only-warn": "^1.1.0", |
45 | | - "eslint-plugin-prettier": "^5.2.1", |
| 45 | + "eslint-plugin-prettier": "^5.5.4", |
46 | 46 | "eslint-plugin-react-hooks": "^4.6.2", |
47 | | - "typescript": "^5.6.3" |
| 47 | + "typescript": "^5.9.3" |
48 | 48 | } |
49 | 49 | } |
0 commit comments