|
37 | 37 | ], |
38 | 38 | "dependencies": { |
39 | 39 | "@rushstack/eslint-patch": "^1.1", |
40 | | - "@typescript-eslint/eslint-plugin": "^5.10", |
41 | | - "@typescript-eslint/experimental-utils": "^5.10", |
| 40 | + "@typescript-eslint/eslint-plugin": "^6.4.0", |
| 41 | + "@typescript-eslint/utils": "^6.4.0", |
42 | 42 | "eslint-config-airbnb": "^19.0", |
43 | 43 | "eslint-config-airbnb-base": "^15.0", |
44 | 44 | "eslint-plugin-cypress": "^2.12", |
45 | 45 | "eslint-plugin-eslint-comments": "^3.2.0", |
46 | 46 | "eslint-plugin-import": "^2.25", |
47 | 47 | "eslint-plugin-import-newlines": "^1.1", |
48 | 48 | "eslint-plugin-jest": "^27.0.0", |
49 | | - "eslint-plugin-jest-dom": "^4.0", |
| 49 | + "eslint-plugin-jest-dom": "^5.0.0", |
50 | 50 | "eslint-plugin-jsx-a11y": "^6.5", |
51 | 51 | "eslint-plugin-newline-destructuring": "^1.0.1", |
52 | 52 | "eslint-plugin-no-smart-quotes": "^1.3", |
53 | 53 | "eslint-plugin-react": "^7.28", |
54 | 54 | "eslint-plugin-react-hooks": "^4.3", |
55 | | - "eslint-plugin-testing-library": "^5.0" |
| 55 | + "eslint-plugin-testing-library": "^6.0.0" |
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | 58 | "@types/eslint": "^8.4", |
59 | 59 | "@types/jest": "^29.0.0", |
60 | 60 | "@types/semver": "^7.3.12", |
61 | | - "@typescript-eslint/parser": "^5.10", |
62 | | - "@typescript-eslint/types": "^5.10", |
63 | | - "@typescript-eslint/utils": "^5.10", |
| 61 | + "@typescript-eslint/parser": "^6.4.0", |
| 62 | + "@typescript-eslint/types": "^6.4.0", |
64 | 63 | "eslint": "^8.8", |
65 | 64 | "eslint-plugin-eslint-plugin": "^5.0.0", |
66 | 65 | "eslint-plugin-self": "^1.2.1", |
|
69 | 68 | "typescript": "^5.0.0" |
70 | 69 | }, |
71 | 70 | "peerDependencies": { |
72 | | - "@typescript-eslint/parser": ">= 5", |
| 71 | + "@typescript-eslint/parser": ">= 6", |
73 | 72 | "eslint": ">= 8" |
74 | 73 | } |
75 | 74 | } |
0 commit comments