Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 6, 2018
1 parent dee7809 commit 3894308
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 59 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-e2e-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"access": "public"
},
"dependencies": {
"cypress": "^2.0.4",
"cypress": "^2.1.0",
"eslint-plugin-cypress": "^2.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-e2e-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"chromedriver": "^2.35.0",
"deepmerge": "^2.0.1",
"execa": "^0.9.0",
"nightwatch": "^0.9.19",
"selenium-server": "^3.9.1"
"nightwatch": "^0.9.20",
"selenium-server": "^3.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.18.1",
"eslint": "^4.18.2",
"eslint-loader": "^2.0.0",
"eslint-plugin-vue": "^4.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-unit-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"execa": "^0.9.0",
"jest": "^22.4.2",
"jest-serializer-vue": "^0.3.0",
"vue-jest": "^2.1.0"
"vue-jest": "^2.1.1"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-service-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vue/cli-plugin-babel": "^3.0.0-beta.5",
"@vue/cli-plugin-eslint": "^3.0.0-beta.5",
"@vue/cli-service": "^3.0.0-beta.5",
"chalk": "^2.3.1",
"chalk": "^2.3.2",
"eslint-plugin-vue": "^4.3.0",
"resolve": "^1.5.0",
"vue": "^2.5.13"
Expand Down
14 changes: 7 additions & 7 deletions packages/@vue/cli-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"@vue/web-component-wrapper": "^1.2.0",
"address": "^1.0.3",
"autodll-webpack-plugin": "^0.3.9",
"autoprefixer": "^8.0.0",
"autoprefixer": "^8.1.0",
"cache-loader": "^1.2.2",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.3.1",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.3.2",
"cliui": "^4.0.0",
"copy-webpack-plugin": "^4.4.2",
"copy-webpack-plugin": "^4.5.0",
"css-loader": "^0.28.10",
"escape-string-regexp": "^1.0.5",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.10",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.6.1",
"get-value": "^3.0.0",
"globby": "^8.0.1",
"html-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^3.0.6",
"javascript-stringify": "^1.6.0",
"launch-editor-middleware": "^2.2.1",
"lodash.defaultsdeep": "^4.6.0",
Expand All @@ -56,7 +56,7 @@
"string.prototype.padend": "^3.0.0",
"thread-loader": "^1.1.5",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^0.6.2",
"url-loader": "^1.0.1",
"vue-loader": "^14.1.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/eslint-config-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"dependencies": {
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.11.0"
"prettier": "^1.11.1"
}
}
Loading

0 comments on commit 3894308

Please sign in to comment.