Skip to content

Commit 5d0ce17

Browse files
committed
chore: bump lint-staged version
1 parent 61d0e74 commit 5d0ce17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"jest": "^26.6.3",
6161
"lerna": "^4.0.0",
6262
"lerna-changelog": "^2.1.0",
63-
"lint-staged": "^10.5.4",
63+
"lint-staged": "^11.1.2",
6464
"memfs": "^3.2.0",
6565
"minimist": "^1.2.5",
6666
"node-fetch": "^2.6.1",

packages/@vue/cli-plugin-eslint/generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = (api, { config, lintOn = [] }, rootOptions, invoking) => {
3838

3939
if (lintOn.includes('commit')) {
4040
Object.assign(pkg.devDependencies, {
41-
'lint-staged': '^10.5.4'
41+
'lint-staged': '^11.1.2'
4242
})
4343
pkg.gitHooks = {
4444
'pre-commit': 'lint-staged'

packages/@vue/cli-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"eslint-plugin-node": "^11.1.0",
8585
"eslint-plugin-promise": "^5.1.0",
8686
"eslint-plugin-vue": "^7.6.0",
87-
"lint-staged": "^10.5.4",
87+
"lint-staged": "^11.1.2",
8888
"lodash.debounce": "^4.0.8",
8989
"portal-vue": "^2.1.7",
9090
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)