|
31 | 31 | "react": ">=16.8.0"
|
32 | 32 | },
|
33 | 33 | "dependencies": {
|
34 |
| - "tslib": "^2.6.3", |
35 |
| - "use-sync-external-store": "^1.2.2" |
| 34 | + "tslib": "^2.8.1", |
| 35 | + "use-sync-external-store": "^1.5.0" |
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| - "@rollup/plugin-typescript": "^11.1.6", |
39 |
| - "@testing-library/jest-dom": "^6.4.8", |
40 |
| - "@testing-library/react": "^16.0.0", |
41 |
| - "@types/node": "^22.1.0", |
42 |
| - "@types/react": "^18.3.3", |
43 |
| - "@types/react-dom": "^18.3.0", |
44 |
| - "@types/use-sync-external-store": "^0.0.6", |
45 |
| - "@typescript-eslint/eslint-plugin": "^8.0.1", |
46 |
| - "@typescript-eslint/parser": "^8.0.1", |
47 |
| - "@vitejs/plugin-react": "^4.3.1", |
48 |
| - "@vitest/coverage-v8": "^2.0.5", |
49 |
| - "eslint": "^8.57.0", |
50 |
| - "eslint-config-prettier": "^9.1.0", |
51 |
| - "jsdom": "^24.1.1", |
52 |
| - "prettier": "^3.3.3", |
53 |
| - "prettier-plugin-organize-imports": "^4.0.0", |
54 |
| - "react": "^18.3.1", |
55 |
| - "react-dom": "^18.3.1", |
56 |
| - "react-router-dom": "^6.26.0", |
57 |
| - "rollup": "^4.20.0", |
58 |
| - "rollup-plugin-dts": "^6.1.1", |
59 |
| - "typescript": "^5.5.4", |
60 |
| - "vite": "^5.4.0", |
61 |
| - "vitest": "^2.0.5" |
| 38 | + "@rollup/plugin-typescript": "^12.1.4", |
| 39 | + "@testing-library/jest-dom": "^6.6.3", |
| 40 | + "@testing-library/react": "^16.3.0", |
| 41 | + "@types/node": "^24.0.10", |
| 42 | + "@types/react": "^19.1.8", |
| 43 | + "@types/react-dom": "^19.1.6", |
| 44 | + "@types/use-sync-external-store": "^1.5.0", |
| 45 | + "@typescript-eslint/eslint-plugin": "^8.35.1", |
| 46 | + "@typescript-eslint/parser": "^8.35.1", |
| 47 | + "@vitejs/plugin-react": "^4.6.0", |
| 48 | + "@vitest/coverage-v8": "^3.2.4", |
| 49 | + "eslint": "^9.30.1", |
| 50 | + "eslint-config-prettier": "^10.1.5", |
| 51 | + "jsdom": "^26.1.0", |
| 52 | + "prettier": "^3.6.2", |
| 53 | + "prettier-plugin-organize-imports": "^4.1.0", |
| 54 | + "react": "^19.1.0", |
| 55 | + "react-dom": "^19.1.0", |
| 56 | + "react-router-dom": "^7.6.3", |
| 57 | + "rollup": "^4.44.1", |
| 58 | + "rollup-plugin-dts": "^6.2.1", |
| 59 | + "typescript": "^5.8.3", |
| 60 | + "vite": "^7.0.0", |
| 61 | + "vitest": "^3.2.4" |
62 | 62 | }
|
63 | 63 | }
|
0 commit comments