|
10 | 10 | "typegen:generate": "sanity typegen generate"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@sanity/client": "^7.5.0", |
| 13 | + "@sanity/client": "^7.12.0", |
14 | 14 | "@vercel/speed-insights": "^1.2.0",
|
15 |
| - "framer-motion": "^12.18.0", |
16 |
| - "groq": "^4.6.0", |
| 15 | + "framer-motion": "^12.23.22", |
| 16 | + "groq": "^4.10.2", |
17 | 17 | "next": "15.3.3",
|
18 |
| - "react": "^19.1.0", |
19 |
| - "react-dom": "^19.1.0", |
| 18 | + "react": "^19.2.0", |
| 19 | + "react-dom": "^19.2.0", |
20 | 20 | "use-effect-event": "^2.0.3"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "@tailwindcss/postcss": "^4.1.10", |
24 |
| - "@types/node": "^20", |
25 |
| - "@types/react": "^19.1.8", |
26 |
| - "@types/react-dom": "^19.1.6", |
| 23 | + "@tailwindcss/postcss": "^4.1.14", |
| 24 | + "@types/node": "^20.19.19", |
| 25 | + "@types/react": "^19.2.0", |
| 26 | + "@types/react-dom": "^19.2.0", |
27 | 27 | "babel-plugin-react-compiler": "rc",
|
28 |
| - "eslint": "^9.28.0", |
29 |
| - "eslint-config-next": "15.3.3", |
| 28 | + "eslint": "^9.37.0", |
| 29 | + "eslint-config-next": "15.5.4", |
30 | 30 | "eslint-plugin-react-compiler": "rc",
|
31 | 31 | "eslint-plugin-react-hooks": "experimental",
|
32 |
| - "postcss": "^8.5.5", |
33 |
| - "tailwindcss": "^4.1.10", |
34 |
| - "typescript": "5.8.3" |
| 32 | + "postcss": "^8.5.6", |
| 33 | + "tailwindcss": "^4.1.14", |
| 34 | + "typescript": "5.9.3" |
35 | 35 | }
|
36 | 36 | }
|
0 commit comments