|
1 | 1 | { |
2 | 2 | "name": "web-vite", |
3 | 3 | "private": true, |
4 | | - "version": "1.0.0", |
| 4 | + "version": "0.0.0", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite", |
|
13 | 13 | "typecheck": "tsc --noEmit" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "react": "^19.1.0", |
17 | | - "react-dom": "^19.1.0" |
| 16 | + "react": "^19.2.6", |
| 17 | + "react-dom": "^19.2.6" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
| 20 | + "@babel/core": "^7.27.2", |
20 | 21 | "@babel/preset-env": "^7.27.2", |
21 | 22 | "@babel/preset-react": "^7.27.1", |
22 | 23 | "@babel/preset-typescript": "^7.27.1", |
23 | | - "@eslint/js": "^9.25.0", |
| 24 | + "@eslint/js": "^10.0.1", |
24 | 25 | "@testing-library/dom": "^10.4.0", |
25 | 26 | "@testing-library/react": "^16.3.0", |
26 | 27 | "@types/babel__preset-env": "^7", |
27 | 28 | "@types/jest": "^30.0.0", |
28 | | - "@types/react": "^19.1.2", |
29 | | - "@types/react-dom": "^19.1.2", |
30 | | - "@vitejs/plugin-react": "^4.4.1", |
| 29 | + "@types/node": "^24.12.3", |
| 30 | + "@types/react": "^19.2.14", |
| 31 | + "@types/react-dom": "^19.2.3", |
| 32 | + "@vitejs/plugin-react": "^6.0.1", |
31 | 33 | "danger": "^13.0.4", |
32 | | - "eslint": "^9.25.0", |
33 | | - "eslint-plugin-react-hooks": "^5.2.0", |
34 | | - "eslint-plugin-react-refresh": "^0.4.19", |
35 | | - "globals": "^16.0.0", |
| 34 | + "eslint": "^10.3.0", |
| 35 | + "eslint-plugin-react-hooks": "^7.1.1", |
| 36 | + "eslint-plugin-react-refresh": "^0.5.2", |
| 37 | + "globals": "^17.6.0", |
36 | 38 | "jest": "^30.0.2", |
37 | 39 | "jest-environment-jsdom": "^30.0.2", |
| 40 | + "react-test-config": "^0.1.0", |
38 | 41 | "reassure": "^1.5.1", |
39 | | - "typescript": "~5.8.3", |
40 | | - "typescript-eslint": "^8.30.1", |
41 | | - "vite": "^6.3.5" |
| 42 | + "typescript": "~6.0.2", |
| 43 | + "typescript-eslint": "^8.59.2", |
| 44 | + "vite": "^8.0.12" |
42 | 45 | }, |
43 | 46 | "packageManager": "yarn@4.9.2" |
44 | 47 | } |
0 commit comments