chore(eslint-config): bump all dependencies (#12054)

This commit is contained in:
neverland
2023-07-02 12:45:54 +08:00
committed by GitHub
parent a34ffe7637
commit 9333633406
4 changed files with 325 additions and 320 deletions
+1 -5
View File
@@ -1,8 +1,4 @@
{ {
"root": true, "root": true,
"extends": ["@vant"], "extends": ["@vant"]
"rules": {
"global-require": 0,
"import/no-dynamic-require": 0
}
} }
+1 -1
View File
@@ -68,7 +68,7 @@
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"highlight.js": "^11.6.0", "highlight.js": "^11.6.0",
"husky": "^8.0.1", "husky": "^8.0.1",
"jest": "^29.3.1", "jest": "^29.5.0",
"jest-canvas-mock": "^2.4.0", "jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^29.1.2", "jest-environment-jsdom": "^29.1.2",
"jest-serializer-html": "^7.1.0", "jest-serializer-html": "^7.1.0",
+7 -7
View File
@@ -20,15 +20,15 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.48.0", "@typescript-eslint/parser": "^5.60.1",
"eslint-config-prettier": "^8.6.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.8.0" "eslint-plugin-vue": "^9.15.1"
}, },
"devDependencies": { "devDependencies": {
"enhanced-resolve": "^5.12.0", "enhanced-resolve": "^5.15.0",
"eslint": "^8.31.0", "eslint": "^8.44.0",
"jest": "^29.3.1", "jest": "^29.5.0",
"typescript": "^5.0.4" "typescript": "^5.0.4"
}, },
"peerDependencies": { "peerDependencies": {
+316 -307
View File
File diff suppressed because it is too large Load Diff