|
16 | 16 | "test:coverage": "vitest run --coverage"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "react": "^18.3.1", |
20 |
| - "react-dom": "^18.3.1" |
| 19 | + "react": "^19.0.0", |
| 20 | + "react-dom": "^19.0.0" |
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 | 23 | "@testing-library/jest-dom": "^6.4.6",
|
24 | 24 | "@testing-library/react": "^16.0.0",
|
25 |
| - "@types/react": "^18.3.3", |
26 |
| - "@types/react-dom": "^18.3.0", |
27 |
| - "@typescript-eslint/eslint-plugin": "^7.13.1", |
28 |
| - "@typescript-eslint/parser": "^7.13.1", |
| 25 | + "@types/react": "^19.0.0", |
| 26 | + "@types/react-dom": "^19.0.0", |
| 27 | + "@typescript-eslint/eslint-plugin": "^8.0.0", |
| 28 | + "@typescript-eslint/parser": "^8.0.0", |
29 | 29 | "@vitejs/plugin-react-swc": "^3.5.0",
|
30 |
| - "@vitest/coverage-v8": "^1.6.0", |
31 |
| - "eslint": "^8.57.0", |
32 |
| - "eslint-config-prettier": "^9.1.0", |
33 |
| - "eslint-import-resolver-typescript": "^3.6.1", |
| 30 | + "@vitest/coverage-v8": "^3.0.0", |
| 31 | + "eslint": "^9.0.0", |
| 32 | + "eslint-config-prettier": "^10.0.0", |
| 33 | + "eslint-import-resolver-typescript": "^4.0.0", |
34 | 34 | "eslint-plugin-import": "^2.29.1",
|
35 | 35 | "eslint-plugin-jsx-a11y": "^6.9.0",
|
36 | 36 | "eslint-plugin-prettier": "^5.1.3",
|
37 | 37 | "eslint-plugin-react": "^7.34.3",
|
38 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
| 38 | + "eslint-plugin-react-hooks": "^5.0.0", |
39 | 39 | "eslint-plugin-react-refresh": "^0.4.7",
|
40 | 40 | "gh-pages": "^6.1.1",
|
41 |
| - "jsdom": "^24.1.0", |
| 41 | + "jsdom": "^26.0.0", |
42 | 42 | "prettier": "^3.3.2",
|
43 | 43 | "stylelint": "^16.6.1",
|
44 |
| - "stylelint-config-standard": "^36.0.1", |
| 44 | + "stylelint-config-standard": "^38.0.0", |
45 | 45 | "stylelint-prettier": "^5.0.0",
|
46 | 46 | "typescript": "^5.2.2",
|
47 |
| - "vite": "^5.3.1", |
48 |
| - "vitest": "^1.6.0" |
| 47 | + "vite": "^6.0.0", |
| 48 | + "vitest": "^3.0.0" |
49 | 49 | }
|
50 | 50 | }
|
0 commit comments