chore(eslint-config): bump dependencies (#12155)

This commit is contained in:
neverland
2023-08-06 10:53:59 +08:00
committed by GitHub
parent 6a56908438
commit cfa33c2fa1
5 changed files with 130 additions and 146 deletions
+5 -5
View File
@@ -20,13 +20,13 @@
"author": "chenjiahan",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.15.1"
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.16.1"
},
"devDependencies": {
"eslint": "^8.44.0",
"eslint": "^8.46.0",
"typescript": "^5.0.4"
},
"peerDependencies": {