We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad0280 commit 55ab002Copy full SHA for 55ab002
package.json
@@ -58,8 +58,8 @@
58
"@types/jest": "^29.0.0",
59
"@types/node": "^16.0.0",
60
"@types/react": "^18.0.0",
61
- "@typescript-eslint/eslint-plugin": "^6.0.0",
62
- "@typescript-eslint/parser": "^6.0.0",
+ "@typescript-eslint/eslint-plugin": "^8.0.0",
+ "@typescript-eslint/parser": "^8.0.0",
63
"@vercel/ncc": "^0.38.0",
64
"chalk": "^4.0.0",
65
"eslint": "^8.0.0",
@@ -86,7 +86,7 @@
86
"jest": "^27.0.0 || ^28.0.0 || ^29.0.0"
87
},
88
"resolutions": {
89
- "eslint-plugin-jest/@typescript-eslint/utils": "^6.0.0"
+ "eslint-plugin-jest/@typescript-eslint/utils": "^8.0.0"
90
91
"engines": {
92
"node": ">=14"
0 commit comments