Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jul 10, 2018
1 parent 3899b52 commit 93940c2
Show file tree
Hide file tree
Showing 8 changed files with 255 additions and 265 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"vuepress": "^0.10.1",
"vuepress": "^0.11.0",
"vuepress-theme-vue": "^1.0.3",
"yorkie": "^1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/preset-stage-2": "7.0.0-beta.47",
"@babel/runtime": "7.0.0-beta.47",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-transform-vue-jsx": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@types/node": "^10.5.2",
"@vue/cli-shared-utils": "^3.0.0-rc.3",
"fork-ts-checker-webpack-plugin": "^0.4.2",
"fork-ts-checker-webpack-plugin": "^0.4.3",
"globby": "^8.0.1",
"ts-loader": "^4.4.2",
"tslint": "^5.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-unit-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"dependencies": {
"@vue/cli-shared-utils": "^3.0.0-rc.3",
"babel-jest": "^23.2.0",
"babel-jest": "^23.4.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"jest": "^23.3.0",
"jest": "^23.4.0",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^1.0.0",
"vue-jest": "^2.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"minimist": "^1.2.0",
"ora": "^2.1.0",
"portfinder": "^1.0.13",
"postcss-loader": "^2.1.5",
"postcss-loader": "^2.1.6",
"read-pkg": "^4.0.1",
"semver": "^5.5.0",
"slash": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"parse-git-config": "^2.0.2",
"portfinder": "^1.0.13",
"semver": "^5.5.0",
"shortid": "^2.2.8",
"shortid": "^2.2.11",
"terminate": "^2.1.0",
"vue-cli-plugin-apollo": "^0.14.6",
"watch": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"request-promise-native": "^1.0.5",
"resolve": "^1.8.1",
"semver": "^5.5.0",
"shortid": "^2.2.8",
"shortid": "^2.2.11",
"slash": "^2.0.0",
"validate-npm-package-name": "^3.0.0",
"yaml-front-matter": "^3.4.1"
Expand Down
Loading

0 comments on commit 93940c2

Please sign in to comment.