|
17 | 17 | "phoenix": "file:../deps/phoenix", |
18 | 18 | "phoenix_html": "file:../deps/phoenix_html", |
19 | 19 | "phoenix_live_view": "file:../deps/phoenix_live_view", |
20 | | - "@electric-sql/client": "^1.0.9", |
21 | | - "@tanstack/electric-db-collection": "^0.1.12", |
22 | | - "@tanstack/react-db": "^0.1.11", |
| 20 | + "@electric-sql/client": "^1.0.10", |
| 21 | + "@tanstack/electric-db-collection": "^0.1.18", |
| 22 | + "@tanstack/react-db": "^0.1.16", |
23 | 23 | "@tanstack/react-router": "^1.131.35", |
24 | 24 | "@tanstack/react-router-devtools": "^1.131.35", |
25 | 25 | "react": "19.1.1", |
|
28 | 28 | "zod": "^4.1.5" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "tailwindcss": "^4.1.12", |
| 31 | + "@eslint/compat": "^1.3.1", |
| 32 | + "@eslint/js": "^9.32.0", |
32 | 33 | "@tailwindcss/forms": "^0.5.10", |
33 | 34 | "@tailwindcss/vite": "^4.1.12", |
34 | 35 | "@tanstack/router-plugin": "^1.131.7", |
35 | 36 | "@types/node": "^24.2.1", |
36 | 37 | "@types/react": "^19.1.4", |
37 | 38 | "@types/react-dom": "^19.1.7", |
38 | | - "@typescript-eslint/eslint-plugin": "^7.2.0", |
39 | | - "@typescript-eslint/parser": "^7.2.0", |
40 | | - "@vitejs/plugin-react": "^4.4.1", |
41 | | - "eslint": "^8.56.0", |
| 39 | + "@typescript-eslint/eslint-plugin": "^8.38.0", |
| 40 | + "@typescript-eslint/parser": "^8.38.0", |
| 41 | + "@vitejs/plugin-react": "^5.0.2", |
| 42 | + "eslint": "^9.32.0", |
42 | 43 | "eslint-config-prettier": "^10.1.8", |
43 | 44 | "eslint-plugin-prettier": "^5.5.4", |
44 | | - "eslint-plugin-react-hooks": "^5.2.0", |
45 | | - "eslint-plugin-react-refresh": "^0.4.20", |
| 45 | + "eslint-plugin-react": "^7.37.5", |
46 | 46 | "prettier": "^3.6.2", |
| 47 | + "tailwindcss": "^4.1.12", |
47 | 48 | "typescript": "^5.9.2", |
48 | 49 | "vite": "^7.1.4" |
49 | 50 | } |
|
0 commit comments