|
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | 11 | "@lingo.dev/compiler": "workspace:*", |
12 | | - "@tailwindcss/vite": "^4.0.6", |
13 | | - "@tanstack/react-devtools": "^0.7.0", |
14 | | - "@tanstack/react-router": "^1.132.0", |
15 | | - "@tanstack/react-router-devtools": "^1.132.0", |
16 | | - "@tanstack/router-plugin": "^1.132.0", |
17 | | - "lucide-react": "^0.545.0", |
18 | | - "react": "^19.2.0", |
19 | | - "react-dom": "^19.2.0", |
20 | | - "tailwindcss": "^4.0.6" |
| 12 | + "@tailwindcss/vite": "4.0.6", |
| 13 | + "@tanstack/react-devtools": "0.7.0", |
| 14 | + "@tanstack/react-router": "1.132.0", |
| 15 | + "@tanstack/react-router-devtools": "1.132.0", |
| 16 | + "@tanstack/router-plugin": "1.132.0", |
| 17 | + "lucide-react": "0.545.0", |
| 18 | + "react": "19.2.0", |
| 19 | + "react-dom": "19.2.0", |
| 20 | + "tailwindcss": "4.0.6" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@tanstack/devtools-vite": "^0.3.11", |
24 | | - "@testing-library/dom": "^10.4.0", |
25 | | - "@testing-library/react": "^16.2.0", |
26 | | - "@types/node": "^22.10.2", |
27 | | - "@types/react": "^19.2.0", |
28 | | - "@types/react-dom": "^19.2.0", |
29 | | - "@vitejs/plugin-react": "^5.0.4", |
30 | | - "jsdom": "^27.0.0", |
31 | | - "typescript": "^5.7.2", |
32 | | - "vite": "^7.3.0", |
33 | | - "web-vitals": "^5.1.0" |
| 23 | + "@tanstack/devtools-vite": "0.3.11", |
| 24 | + "@testing-library/dom": "10.4.0", |
| 25 | + "@testing-library/react": "16.2.0", |
| 26 | + "@types/node": "22.10.2", |
| 27 | + "@types/react": "19.2.0", |
| 28 | + "@types/react-dom": "19.2.0", |
| 29 | + "@vitejs/plugin-react": "5.0.4", |
| 30 | + "jsdom": "27.0.0", |
| 31 | + "typescript": "5.7.2", |
| 32 | + "vite": "7.3.0", |
| 33 | + "web-vitals": "5.1.0" |
34 | 34 | } |
35 | 35 | } |
0 commit comments