Skip to content

Commit 44bcee8

Browse files
Fix typescript-eslint support for TS 5.0
1 parent 950e86d commit 44bcee8

File tree

3 files changed

+157
-89
lines changed

3 files changed

+157
-89
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/react-dom": "^18.0.5",
5353
"@types/semver": "^7.3.13",
5454
"@types/testing-library__jest-dom": "^5.14.5",
55-
"@typescript-eslint/eslint-plugin": "^5.51.0",
56-
"@typescript-eslint/parser": "^5.51.0",
55+
"@typescript-eslint/eslint-plugin": "^5.54.0",
56+
"@typescript-eslint/parser": "^5.54.0",
5757
"@vitest/coverage-istanbul": "^0.27.1",
5858
"axios": "^1.4.0",
5959
"babel-preset-solid": "^1.6.10",

packages/eslint-plugin-query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"outDir": "build/lib"
4343
},
4444
"devDependencies": {
45-
"@typescript-eslint/eslint-plugin": "^5.51.0",
46-
"@typescript-eslint/parser": "^5.51.0",
47-
"@typescript-eslint/utils": "^5.51.0",
45+
"@typescript-eslint/eslint-plugin": "^5.54.0",
46+
"@typescript-eslint/parser": "^5.54.0",
47+
"@typescript-eslint/utils": "^5.54.0",
4848
"eslint": "^8.34.0",
4949
"tsup": "^6.7.0"
5050
},

0 commit comments

Comments
 (0)