Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 72930a9

Browse files
author
Clark Du
committed
chore: update dependencies
1 parent b2ea0ed commit 72930a9

File tree

3 files changed

+696
-603
lines changed

3 files changed

+696
-603
lines changed

.husky/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_
1+
_

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@
4141
]
4242
},
4343
"devDependencies": {
44-
"eslint": "^7.28.0",
44+
"eslint": "^8.1.0",
4545
"eslint-config-standard": "^16.0.3",
46-
"eslint-plugin-import": "^2.23.4",
46+
"eslint-plugin-import": "^2.25.2",
4747
"eslint-plugin-node": "^11.1.0",
48-
"eslint-plugin-promise": "^5.1.0",
49-
"eslint-plugin-standard": "^4.1.0",
48+
"eslint-plugin-promise": "^5.1.1",
49+
"eslint-plugin-standard": "^5.0.0",
5050
"husky": "5",
51-
"jest": "^27.0.4",
51+
"jest": "^27.3.1",
5252
"lint-staged": "^10.5.4",
5353
"pinst": "^2.1.6",
54-
"standard-version": "^9.3.0"
54+
"standard-version": "^9.3.2"
5555
},
5656
"dependencies": {
57-
"eslint-plugin-vue": "^7.11.1",
57+
"eslint-plugin-vue": "^7.20.0",
5858
"semver": "^7.3.5",
59-
"vue-eslint-parser": "^7.6.0"
59+
"vue-eslint-parser": "^8.0.0"
6060
}
6161
}

0 commit comments

Comments
 (0)