Skip to content

Commit

Permalink
Chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jul 10, 2018
1 parent f8cce86 commit 2489ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/configs/es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports = merge(
"no-array-constructor": "error",
"no-caller": "error",
"no-case-declarations": "error",
"no-catch-shadow": "error",
"no-compare-neg-zero": "error",
"no-cond-assign": "error",
"no-constant-condition": "error",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"eslint-plugin-vue": "~4.5.0",
"prettier": "^1.13.5",
"typescript-eslint-parser": "^16.0.0",
"vue-eslint-parser": "^2.0.3"
"vue-eslint-parser": "^3.1.0"
},
"devDependencies": {
"chokidar-cli": "^1.2.0",
"codecov": "^3.0.1",
"eslint": "^5.0.0",
"eslint": "^5.1.0",
"fs-extra": "^6.0.1",
"globals": "^11.5.0",
"mocha": "^5.1.1",
Expand Down

0 comments on commit 2489ea5

Please sign in to comment.