|
12 | 12 | "test:browser": "vitest --workspace=vitest.workspace.ts" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@tanstack/react-query-devtools": "^5.71.1", |
16 | | - "@tanstack/react-router": "^1.114.29", |
| 15 | + "@tanstack/react-query-devtools": "^5.71.10", |
| 16 | + "@tanstack/react-router": "^1.114.34", |
17 | 17 | "react": "^19.1.0", |
18 | 18 | "react-dom": "^19.1.0", |
19 | | - "tanstack-query-builder": "^0.9.3", |
20 | | - "tanstack-query-builder-example-mocks": "^0.9.3" |
| 19 | + "tanstack-query-builder": "^1.0.0", |
| 20 | + "tanstack-query-builder-example-mocks": "^1.0.0" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@tanstack/router-plugin": "^1.114.31", |
24 | | - "@types/react": "^19.0.12", |
25 | | - "@types/react-dom": "^19.0.4", |
| 23 | + "@tanstack/router-plugin": "^1.114.34", |
| 24 | + "@types/react": "^19.1.0", |
| 25 | + "@types/react-dom": "^19.1.1", |
26 | 26 | "@vitejs/plugin-react": "^4.3.4", |
27 | 27 | "@vitest/browser": "^3.1.1", |
28 | 28 | "autoprefixer": "^10.4.21", |
29 | 29 | "msw": "^2.7.3", |
30 | 30 | "playwright": "^1.51.1", |
31 | 31 | "postcss": "^8.5.3", |
32 | | - "sass": "^1.86.1", |
| 32 | + "sass": "^1.86.3", |
33 | 33 | "tailwindcss": "^3.4.17", |
34 | | - "typescript": "^5.8.2", |
35 | | - "vite": "^6.2.4", |
| 34 | + "typescript": "^5.8.3", |
| 35 | + "vite": "^6.2.5", |
36 | 36 | "vitest": "^3.1.1", |
37 | 37 | "vitest-browser-react": "^0.1.1" |
38 | 38 | }, |
|
0 commit comments