Skip to content

Commit 24ea3a6

Browse files
committed
WIP starting compat file for a bunch of stupid API changes with no backwards-compatibility.
1 parent 4bc8e38 commit 24ea3a6

File tree

4 files changed

+233
-94
lines changed

4 files changed

+233
-94
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"README.md"
3838
],
3939
"dependencies": {
40-
"@typescript-eslint/utils": "^6.21.0",
40+
"@typescript-eslint/utils": "^7.6.0",
4141
"estraverse": "^5.3.0",
4242
"is-html": "^2.0.0",
4343
"kebab-case": "^1.0.2",
@@ -57,12 +57,13 @@
5757
"@types/prettier": "^2.7.3",
5858
"@typescript-eslint/eslint-plugin": "^6.21.0",
5959
"@typescript-eslint/parser": "^6.21.0",
60-
"eslint": "^8.57.0",
60+
"eslint": "^9.0.0",
6161
"eslint-plugin-eslint-plugin": "^5.5.0",
6262
"eslint-plugin-import": "^2.29.1",
6363
"eslint-plugin-solid": "link:",
6464
"eslint-v6": "npm:eslint@^6.8.0",
6565
"eslint-v7": "npm:eslint@^7.32.0",
66+
"eslint-v8": "npm:eslint@^8.57.0",
6667
"husky": "^8.0.3",
6768
"jest": "^29.7.0",
6869
"lint-staged": "^13.3.0",

0 commit comments

Comments
 (0)