|
10 | 10 | "lint": "eslint --max-warnings 0 ." |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@remix-run/node": "2.17.0", |
14 | | - "@remix-run/react": "2.17.0", |
| 13 | + "@remix-run/node": "2.17.2", |
| 14 | + "@remix-run/react": "2.17.2", |
15 | 15 | "@sanity/preview-kit": "workspace:*", |
16 | | - "@sanity/visual-editing": "3.0.4", |
| 16 | + "@sanity/visual-editing": "3.2.4", |
17 | 17 | "@vercel/remix": "2.16.7", |
18 | | - "groq": "4.6.1", |
| 18 | + "groq": "4.14.1", |
19 | 19 | "groqd": "0.15.13", |
20 | 20 | "isbot": "latest", |
21 | | - "react": "19.1.1", |
22 | | - "react-dom": "19.1.1", |
| 21 | + "react": "19.2.0", |
| 22 | + "react-dom": "19.2.0", |
23 | 23 | "ui": "workspace:*" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@remix-run/dev": "2.17.0", |
27 | | - "@remix-run/eslint-config": "2.17.0", |
28 | | - "@remix-run/serve": "2.17.0", |
29 | | - "@types/react": "^19.1.12", |
30 | | - "@types/react-dom": "^19.1.9", |
31 | | - "@typescript-eslint/eslint-plugin": "^8.43.0", |
| 26 | + "@remix-run/dev": "2.17.2", |
| 27 | + "@remix-run/eslint-config": "2.17.2", |
| 28 | + "@remix-run/serve": "2.17.2", |
| 29 | + "@types/react": "^19.2.2", |
| 30 | + "@types/react-dom": "^19.2.2", |
| 31 | + "@typescript-eslint/eslint-plugin": "^8.46.3", |
32 | 32 | "eslint": "^8.57.1", |
33 | | - "typescript": "^5.9.2" |
| 33 | + "typescript": "^5.9.3" |
34 | 34 | }, |
35 | 35 | "engines": { |
36 | 36 | "node": ">=14" |
|
0 commit comments