|
5 | 5 | "type": "module", |
6 | 6 | "dependencies": { |
7 | 7 | "@tanstack/react-query": "^5.62.15", |
8 | | - "@tanstack/react-router": "^1.95.0", |
| 8 | + "@tanstack/react-router": "^1.95.1", |
9 | 9 | "react": "^19.0.0", |
10 | 10 | "react-dom": "^19.0.0" |
11 | 11 | }, |
12 | 12 | "devDependencies": { |
13 | 13 | "@semantic-release/changelog": "^6.0.3", |
14 | 14 | "@semantic-release/git": "^10.0.1", |
15 | 15 | "@semantic-release/npm": "^12.0.1", |
16 | | - "@tanstack/router-devtools": "^1.95.0", |
17 | | - "@tanstack/router-plugin": "^1.95.0", |
| 16 | + "@tanstack/router-devtools": "^1.95.1", |
| 17 | + "@tanstack/router-plugin": "^1.95.1", |
18 | 18 | "@testing-library/jest-dom": "^6.6.3", |
19 | 19 | "@testing-library/react": "^16.1.0", |
20 | 20 | "@types/react": "^19.0.2", |
21 | 21 | "@types/react-dom": "^19.0.2", |
22 | 22 | "@vitejs/plugin-react": "^4.3.4", |
23 | 23 | "@vitest/coverage-v8": "^2.1.8", |
24 | 24 | "autoprefixer": "^10.4.20", |
25 | | - "esbuild": "0.24.0", |
26 | 25 | "eslint": "^9.17.0", |
27 | 26 | "eslint-config-prettier": "^9.1.0", |
28 | 27 | "eslint-plugin-prettier": "^5.2.1", |
29 | 28 | "eslint-plugin-react-hooks": "^5.1.0", |
30 | 29 | "eslint-plugin-react-refresh": "^0.4.16", |
31 | 30 | "globals": "^15.14.0", |
32 | | - "jsdom": "^25.0.1", |
33 | 31 | "postcss-nested": "^7.0.2", |
34 | | - "postcss-preset-env": "^10.1.2", |
| 32 | + "postcss-preset-env": "^10.1.3", |
35 | 33 | "prettier": "^3.4.2", |
36 | | - "semantic-release": "^24.2.0", |
| 34 | + "semantic-release": "^24.2.1", |
37 | 35 | "stylelint": "^16.12.0", |
38 | 36 | "stylelint-config-standard": "^36.0.1", |
39 | 37 | "typescript": "^5.7.2", |
40 | | - "typescript-eslint": "^8.18.1", |
41 | | - "vite": "^6.0.4", |
| 38 | + "typescript-eslint": "^8.19.0", |
| 39 | + "vite": "^6.0.7", |
42 | 40 | "vitest": "^2.1.8" |
43 | 41 | }, |
44 | 42 | "scripts": { |
|
0 commit comments