Skip to content

Commit 41104b3

Browse files
committed
Chore: upgrade dependnecies
1 parent 97d360d commit 41104b3

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,7 +21,7 @@
2121
"css-loader": "^0.28.7",
2222
"eslint": "^4.14.0",
2323
"eslint-config-mysticatea": "^12.0.0",
24-
"eslint-plugin-vue": "^4.0.0-beta.4",
24+
"eslint-plugin-vue": "^4.0.0",
2525
"file-loader": "^1.1.5",
2626
"lodash": "^4.17.4",
2727
"material-design-icons": "^3.0.1",
@@ -32,7 +32,7 @@
3232
"shelljs": "^0.7.8",
3333
"string-replace-loader": "^1.3.0",
3434
"vue": "^2.5.9",
35-
"vue-eslint-parser": "^2.0.1-beta.3",
35+
"vue-eslint-parser": "^2.0.1",
3636
"vue-loader": "^13.5.0",
3737
"vue-template-compiler": "^2.5.9",
3838
"webpack": "^3.8.1",
@@ -50,7 +50,7 @@
5050
"lint": "eslint . --rulesdir eslint-rules",
5151
"preversion": "run-s lint build -s",
5252
"postversion": "git push && git push --tags && npm run deploy",
53-
"update-deps": "npm install eslint@latest eslint-plugin-vue@next vue-eslint-parser@experimental",
53+
"update-deps": "npm install eslint@latest eslint-plugin-vue@latest vue-eslint-parser@latest babel-eslint@latest",
5454
"watch": "cross-env NODE_ENV=development run-p watch:* -s",
5555
"watch:html": "cpx src/index.html dist --watch",
5656
"watch:js": "webpack-dev-server --open --hot",

0 commit comments

Comments
 (0)