Skip to content

Commit

Permalink
fix: deps cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 10, 2018
1 parent cec571e commit 46a559f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 27 deletions.
11 changes: 3 additions & 8 deletions packages/@vue/cli-ui-addon-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,16 @@
"lint": "vue-cli-service lint",
"prepublishOnly": "yarn run lint --no-fix && yarn run build"
},
"dependencies": {
"vue-progress-path": "^0.0.2",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.9",
"@vue/cli-plugin-eslint": "^3.0.0-beta.9",
"@vue/cli-service": "^3.0.0-beta.9",
"@vue/eslint-config-standard": "^3.0.0-beta.9",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-template-compiler": "^2.5.16"
},
"peerDependencies": {
"vue": "^2.5.16"
"vue-progress-path": "^0.0.2",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.0.1"
},
"browserslist": [
"> 1%",
Expand Down
38 changes: 19 additions & 19 deletions packages/@vue/cli-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,9 @@
"prepublishOnly": "yarn run lint --no-fix && yarn run build"
},
"dependencies": {
"@vue/ui": "^0.2.5",
"ansi_up": "^2.0.2",
"apollo-cache-inmemory": "^1.1.10",
"apollo-client": "^2.2.6",
"apollo-link": "^1.2.1",
"apollo-link-http": "^1.5.3",
"apollo-link-state": "^0.4.0",
"apollo-link-ws": "^1.0.0",
"apollo-utilities": "^1.0.9",
"clone": "^1.0.4",
"deepmerge": "^2.0.1",
"express-history-api-fallback": "^2.2.1",
"file-icons-js": "^1.0.3",
"fs-extra": "^6.0.0",
"graphql": "^0.13.0",
"graphql-tag": "^2.5.0",
Expand All @@ -38,28 +28,38 @@
"node-notifier": "^5.2.1",
"semver": "^5.5.0",
"shortid": "^2.2.8",
"subscriptions-transport-ws": "^0.9.5",
"terminate": "^2.1.0",
"vue": "^2.5.16",
"vue-apollo": "^3.0.0-beta.5",
"vue-cli-plugin-apollo": "^0.8.0",
"vue-i18n": "^7.6.0",
"vue-instantsearch": "^1.5.1",
"vue-meta": "^1.5.0",
"vue-router": "^3.0.1",
"xterm": "^3.2.0",
"watch": "^1.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.9",
"@vue/cli-plugin-eslint": "^3.0.0-beta.9",
"@vue/cli-service": "^3.0.0-beta.9",
"@vue/eslint-config-standard": "^3.0.0-beta.9",
"@vue/ui": "^0.2.5",
"ansi_up": "^2.0.2",
"apollo-cache-inmemory": "^1.1.10",
"apollo-client": "^2.2.6",
"apollo-link": "^1.2.1",
"apollo-link-http": "^1.5.3",
"apollo-link-state": "^0.4.0",
"apollo-link-ws": "^1.0.0",
"apollo-utilities": "^1.0.9",
"eslint": "^4.16.0",
"file-icons-js": "^1.0.3",
"lint-staged": "^6.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-template-compiler": "^2.5.16"
"subscriptions-transport-ws": "^0.9.5",
"vue": "^2.5.16",
"vue-apollo": "^3.0.0-beta.5",
"vue-i18n": "^7.6.0",
"vue-instantsearch": "^1.5.1",
"vue-meta": "^1.5.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"xterm": "^3.2.0"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit 46a559f

Please sign in to comment.