|
11 | 11 | "lint": "eslint . --report-unused-disable-directives --max-warnings 0" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@clerk/tanstack-react-start": "^0.23.0", |
15 | | - "@tanstack/react-router": "^1.131.28", |
16 | | - "@tanstack/react-router-devtools": "^1.131.28", |
17 | | - "@tanstack/react-start": "^1.131.28", |
| 14 | + "@clerk/tanstack-react-start": "^0.26.0", |
| 15 | + "@tanstack/react-router": "^1.132.47", |
| 16 | + "@tanstack/react-router-devtools": "^1.133.1", |
| 17 | + "@tanstack/react-start": "^1.132.56", |
18 | 18 | "react": "^19.1.0", |
19 | | - "react-dom": "^19.1.0" |
| 19 | + "react-dom": "^19.1.0", |
| 20 | + "srvx": "0.8.15" |
20 | 21 | }, |
21 | 22 | "devDependencies": { |
22 | 23 | "@eslint/compat": "^1.3.1", |
23 | 24 | "@eslint/js": "^9.31.0", |
24 | | - "@typescript-eslint/parser": "^8.37.0", |
| 25 | + "@types/node": "^24.0.14", |
| 26 | + "@types/react": "^19.1.8", |
| 27 | + "@types/react-dom": "^19.1.6", |
25 | 28 | "@typescript-eslint/eslint-plugin": "^8.37.0", |
| 29 | + "@typescript-eslint/parser": "^8.37.0", |
| 30 | + "@vitejs/plugin-react": "^4.3.4", |
| 31 | + "autoprefixer": "^10.4.21", |
26 | 32 | "eslint": "^9.31.0", |
27 | 33 | "eslint-plugin-react": "^7.37.5", |
28 | 34 | "eslint-plugin-react-hooks": "^5.2.0", |
29 | 35 | "eslint-plugin-react-refresh": "^0.4.20", |
30 | | - "@types/node": "^24.0.14", |
31 | | - "@types/react": "^19.1.8", |
32 | | - "@types/react-dom": "^19.1.6", |
33 | | - "autoprefixer": "^10.4.21", |
34 | 36 | "prettier": "^3.6.2", |
35 | 37 | "typescript": "^5.8.3", |
36 | 38 | "typescript-eslint": "^8.37.0", |
|
0 commit comments