|
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | 30 | "eslint-utils": "^3.0.0", |
31 | | - "jsdom": "^23.0.1", |
| 31 | + "jsdom": "^25.0.0", |
32 | 32 | "tsutils": "^3.21.0" |
33 | 33 | }, |
34 | 34 | "peerDependencies": { |
35 | | - "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", |
36 | | - "@typescript-eslint/parser": "^5.0.0 || ^6.0.0", |
37 | | - "eslint": "<9 && ^8.0.0", |
| 35 | + "@typescript-eslint/eslint-plugin": "^7.0.0 || ^8.0.0", |
| 36 | + "@typescript-eslint/parser": "^7.0.0 || ^8.0.0", |
| 37 | + "eslint": "^8.0.0 || ^9.0.0", |
38 | 38 | "eslint-plugin-react": "^7.0.0", |
39 | 39 | "typescript": "^4.9.4 || ^5.0.0" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@types/eslint": "^8.40.2", |
| 42 | + "@types/eslint": "9.6.1", |
43 | 43 | "@types/estree": "^1.0.1", |
44 | 44 | "@types/jest": "^29.5.2", |
45 | 45 | "@types/jsdom": "^21.1.6", |
46 | 46 | "@types/node": "^20.10.5", |
47 | | - "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", |
48 | | - "@typescript-eslint/parser": "^5.0.0 || ^6.0.0", |
49 | | - "eslint": "^8.44.0", |
| 47 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 48 | + "@typescript-eslint/eslint-plugin": "^7.0.0 || ^8.5.0", |
| 49 | + "@typescript-eslint/parser": "^7.0.0 || ^8.5.0", |
| 50 | + "eslint": "^9.10.0", |
50 | 51 | "eslint-plugin-react": "^7.32.2", |
51 | 52 | "jest": "^29.5.0", |
52 | 53 | "jest-cli": "^29.5.0", |
53 | | - "np": "^8.0.4", |
54 | | - "rollup": "^2.79.1", |
55 | | - "rollup-plugin-node-resolve": "^5.2.0", |
| 54 | + "np": "^10.0.7", |
| 55 | + "rollup": "^4.21.2", |
56 | 56 | "ts-jest": "^29.1.1", |
57 | 57 | "typescript": "^5.1.6" |
58 | 58 | }, |
59 | 59 | "engines": { |
60 | | - "node": ">=16.20.2" |
| 60 | + "node": ">=18.0.0" |
61 | 61 | }, |
62 | 62 | "repository": { |
63 | 63 | "type": "git", |
|
0 commit comments