|
1 | 1 | { |
2 | | - "name": "web", |
| 2 | + "name": "@hypr/web", |
3 | 3 | "private": true, |
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
|
10 | 10 | "deploy": "wrangler deploy" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@cloudflare/vite-plugin": "^1.13.8", |
| 13 | + "@cloudflare/vite-plugin": "^1.13.10", |
14 | 14 | "@sentry/tanstackstart-react": "^10.17.0", |
15 | 15 | "@t3-oss/env-core": "^0.13.8", |
16 | | - "@tailwindcss/vite": "^4.0.6", |
17 | | - "@tanstack/react-devtools": "^0.7.0", |
18 | | - "@tanstack/react-query": "^5.66.5", |
19 | | - "@tanstack/react-query-devtools": "^5.84.2", |
20 | | - "@tanstack/react-router": "^1.132.0", |
21 | | - "@tanstack/react-router-devtools": "^1.132.0", |
22 | | - "@tanstack/react-router-ssr-query": "^1.131.7", |
23 | | - "@tanstack/react-start": "^1.132.0", |
24 | | - "@tanstack/router-plugin": "^1.132.0", |
| 16 | + "@tailwindcss/vite": "^4.1.14", |
| 17 | + "@tanstack/react-devtools": "^0.7.2", |
| 18 | + "@tanstack/react-query": "^5.90.2", |
| 19 | + "@tanstack/react-query-devtools": "^5.90.2", |
| 20 | + "@tanstack/react-router": "^1.132.41", |
| 21 | + "@tanstack/react-router-devtools": "^1.132.41", |
| 22 | + "@tanstack/react-router-ssr-query": "^1.132.41", |
| 23 | + "@tanstack/react-start": "^1.132.43", |
| 24 | + "@tanstack/router-plugin": "^1.132.41", |
25 | 25 | "lucide-react": "^0.544.0", |
26 | | - "react": "^19.0.0", |
27 | | - "react-dom": "^19.0.0", |
28 | | - "tailwindcss": "^4.0.6", |
| 26 | + "react": "^19.2.0", |
| 27 | + "react-dom": "^19.2.0", |
| 28 | + "tailwindcss": "^4.1.14", |
29 | 29 | "vite-tsconfig-paths": "^5.1.4", |
30 | 30 | "zod": "^4.1.11" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@testing-library/dom": "^10.4.0", |
34 | | - "@testing-library/react": "^16.2.0", |
35 | | - "@types/node": "^22.10.2", |
36 | | - "@types/react": "^19.0.8", |
37 | | - "@types/react-dom": "^19.0.3", |
| 33 | + "@testing-library/dom": "^10.4.1", |
| 34 | + "@testing-library/react": "^16.3.0", |
| 35 | + "@types/node": "^22.18.8", |
| 36 | + "@types/react": "^19.2.0", |
| 37 | + "@types/react-dom": "^19.2.0", |
38 | 38 | "@vitejs/plugin-react": "^5.0.4", |
39 | 39 | "jsdom": "^27.0.0", |
40 | | - "typescript": "^5.7.2", |
41 | | - "vite": "^7.1.7", |
42 | | - "vitest": "^3.0.5", |
| 40 | + "typescript": "^5.9.3", |
| 41 | + "vite": "^7.1.9", |
| 42 | + "vitest": "^3.2.4", |
43 | 43 | "web-vitals": "^5.1.0", |
44 | | - "wrangler": "^4.40.3" |
| 44 | + "wrangler": "^4.42.0" |
45 | 45 | } |
46 | 46 | } |
0 commit comments