|
8 | 8 | "typecheck": "react-router typegen && tsc -b"
|
9 | 9 | },
|
10 | 10 | "dependencies": {
|
11 |
| - "@react-router/express": "*", |
12 |
| - "@react-router/node": "*", |
| 11 | + "@react-router/express": "^7.5.3", |
| 12 | + "@react-router/node": "^7.5.3", |
13 | 13 | "compression": "^1.7.5",
|
14 | 14 | "express": "^4.21.1",
|
15 | 15 | "morgan": "^1.10.0",
|
16 | 16 | "isbot": "^5.1.17",
|
17 | 17 | "react": "^19.0.0",
|
18 | 18 | "react-dom": "^19.0.0",
|
19 |
| - "react-router": "*" |
| 19 | + "react-router": "^7.5.3" |
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 |
| - "@react-router/dev": "*", |
| 22 | + "@react-router/dev": "^7.5.3", |
23 | 23 | "@tailwindcss/vite": "^4.0.0",
|
24 | 24 | "@types/compression": "^1.7.5",
|
25 |
| - "@types/express": "^5.0.0", |
26 |
| - "@types/express-serve-static-core": "^5.0.1", |
| 25 | + "@types/express": "^5.0.1", |
| 26 | + "@types/express-serve-static-core": "^5.0.6", |
27 | 27 | "@types/morgan": "^1.9.9",
|
28 | 28 | "@types/node": "^20",
|
29 |
| - "@types/react": "^19.0.1", |
30 |
| - "@types/react-dom": "^19.0.1", |
| 29 | + "@types/react": "^19.1.2", |
| 30 | + "@types/react-dom": "^19.1.2", |
31 | 31 | "cross-env": "^7.0.3",
|
32 | 32 | "tailwindcss": "^4.0.0",
|
33 |
| - "typescript": "^5.7.2", |
| 33 | + "typescript": "^5.8.3", |
34 | 34 | "vite": "^5.4.11",
|
35 | 35 | "vite-tsconfig-paths": "^5.1.4"
|
36 | 36 | }
|
|
0 commit comments