Skip to content

Commit d3f5364

Browse files
committed
feat!: update the underlying base config to v14 (from v12)
Full changelog at https://github.com/standard/standard/blob/v14.3.1/CHANGELOG.md
1 parent 75966d8 commit d3f5364

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/eslint-config-standard#readme",
2424
"dependencies": {
25-
"eslint-config-standard": "^12.0.0"
25+
"eslint-config-standard": "^14.1.0"
2626
},
2727
"peerDependencies": {
28-
"eslint-plugin-import": "^2.17.3",
29-
"eslint-plugin-node": "^9.1.0",
30-
"eslint-plugin-promise": "^4.1.1",
31-
"eslint-plugin-standard": "^4.0.0"
28+
"eslint": ">=6.2.2",
29+
"eslint-plugin-import": ">= 2.18.0",
30+
"eslint-plugin-node": ">= 9.1.0",
31+
"eslint-plugin-promise": ">= 4.2.1",
32+
"eslint-plugin-standard": ">= 4.0.0"
3233
}
3334
}

0 commit comments

Comments
 (0)