Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8f0c870

Browse files
authoredSep 22, 2024
chore(deps): update dependency eslint to v9
1 parent 099596c commit 8f0c870

File tree

5 files changed

+165
-127
lines changed

5 files changed

+165
-127
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@vue/eslint-config-typescript": "^13.0.0",
8787
"bumpp": "^9.5.2",
8888
"cross-env": "^7.0.3",
89-
"eslint": "^8.57.1",
89+
"eslint": "^9.11.0",
9090
"eslint-plugin-vue": "^9.28.0",
9191
"husky": "^8.0.3",
9292
"npm-run-all2": "^6.2.3",

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/content-type": "^1.1.8",
5050
"@types/crypto-js": "^4.2.2",
5151
"@types/xmldom": "^0.1.34",
52-
"eslint": "^8.57.1",
52+
"eslint": "^9.11.0",
5353
"typescript": "^5.5.4"
5454
}
5555
}

‎packages/legado/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@any-reader/rule-utils": "workspace:^",
4545
"@types/content-type": "^1.1.8",
4646
"@types/xmldom": "^0.1.34",
47-
"eslint": "^8.57.1",
47+
"eslint": "^9.11.0",
4848
"typescript": "^5.5.4"
4949
}
5050
}

‎packages/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"@types/vscode": "^1.93.0",
143143
"@vscode/test-electron": "^2.4.1",
144144
"easy-post-message": "^0.1.0",
145-
"eslint": "^8.57.1",
145+
"eslint": "^9.11.0",
146146
"eslint-config-prettier": "^8.10.0",
147147
"eslint-plugin-prettier": "^4.2.1",
148148
"explorer-opener": "^1.0.1",
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.