|
29 | 29 | "src", |
30 | 30 | "dist" |
31 | 31 | ], |
32 | | - "packageManager": "pnpm@8.15.0", |
| 32 | + "packageManager": "pnpm@9.4.0", |
33 | 33 | "scripts": { |
34 | 34 | "compile": "rm -rf dist && pnpm run '/^compile:.*/'", |
35 | 35 | "compile:esm": "tsc -p tsconfig.esm.json", |
|
54 | 54 | "proxy-compare": "^3.0.0" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@types/node": "^20.12.8", |
58 | | - "@typescript-eslint/eslint-plugin": "^7.8.0", |
59 | | - "@typescript-eslint/parser": "^7.8.0", |
| 57 | + "@eslint/js": "^9.18.0", |
| 58 | + "@testing-library/jest-dom": "^6.6.3", |
| 59 | + "@testing-library/react": "^16.1.0", |
| 60 | + "@testing-library/user-event": "^14.5.2", |
| 61 | + "@types/node": "^22.10.5", |
| 62 | + "@typescript-eslint/eslint-plugin": "^8.19.1", |
| 63 | + "@typescript-eslint/parser": "^8.19.1", |
60 | 64 | "documentation": "^14.0.3", |
61 | | - "eslint": "8.57.0", |
62 | | - "eslint-config-prettier": "^9.1.0", |
63 | | - "eslint-import-resolver-typescript": "^3.6.1", |
64 | | - "eslint-plugin-import": "^2.29.1", |
| 65 | + "eslint": "^9.18.0", |
| 66 | + "eslint-import-resolver-typescript": "^3.7.0", |
| 67 | + "eslint-plugin-import": "^2.31.0", |
| 68 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 69 | + "eslint-plugin-react": "^7.37.4", |
| 70 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 71 | + "happy-dom": "^16.5.3", |
65 | 72 | "immer": "^10.1.1", |
66 | | - "prettier": "^3.2.5", |
| 73 | + "prettier": "^3.4.2", |
67 | 74 | "ts-expect": "^1.3.0", |
68 | | - "typescript": "^5.4.5", |
69 | | - "vite": "^5.2.10", |
70 | | - "vitest": "^1.5.3" |
| 75 | + "typescript": "^5.7.3", |
| 76 | + "typescript-eslint": "^8.19.1", |
| 77 | + "vite": "^6.0.7", |
| 78 | + "vite-tsconfig-paths": "^5.1.4", |
| 79 | + "vitest": "^2.1.8" |
71 | 80 | } |
72 | 81 | } |
0 commit comments