Skip to content

Commit 0b87861

Browse files
authored
chore: upgrade deps (#2642)
closes #2376 * chore: update deps * fix: remove extraneous require * fix: force @babel/core resolution to be ^7.0.0 Previously it was interfered by vue-apollo & vuepress 0.14 * fix: sync deps * chore: update yarn.lock
1 parent c14df5a commit 0b87861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/eslint-config-standard#readme",
2323
"dependencies": {
24-
"eslint-config-standard": "^12.0.0-alpha.0",
25-
"eslint-plugin-import": "^2.11.0",
26-
"eslint-plugin-node": "^6.0.1",
24+
"eslint-config-standard": "^12.0.0",
25+
"eslint-plugin-import": "^2.14.0",
26+
"eslint-plugin-node": "^7.0.1",
2727
"eslint-plugin-promise": "^3.7.0",
2828
"eslint-plugin-standard": "^3.1.0"
2929
}

0 commit comments

Comments
 (0)