Skip to content

Commit 06a9870

Browse files
author
Guillaume Chau
committed
fix(ui): moved necessary deps from devDeps to deps
1 parent 8ebdb05 commit 06a9870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vue/cli-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"express-history-api-fallback": "^2.2.1",
2828
"file-icons-js": "^1.0.3",
2929
"graphql": "^0.13.0",
30+
"graphql-tag": "^2.5.0",
3031
"graphql-type-json": "^0.2.0",
3132
"js-yaml": "^3.11.0",
3233
"lodash.merge": "^4.6.1",
@@ -41,6 +42,7 @@
4142
"terminate": "^2.1.0",
4243
"vue": "^2.5.16",
4344
"vue-apollo": "^3.0.0-beta.5",
45+
"vue-cli-plugin-apollo": "^0.7.8",
4446
"vue-i18n": "^7.6.0",
4547
"vue-instantsearch": "^1.5.1",
4648
"vue-meta": "^1.5.0",
@@ -53,11 +55,9 @@
5355
"@vue/cli-service": "^3.0.0-beta.7",
5456
"@vue/eslint-config-standard": "^3.0.0-beta.7",
5557
"eslint": "^4.16.0",
56-
"graphql-tag": "^2.5.0",
5758
"lint-staged": "^6.0.0",
5859
"stylus": "^0.54.5",
5960
"stylus-loader": "^3.0.1",
60-
"vue-cli-plugin-apollo": "^0.7.8",
6161
"vue-template-compiler": "^2.5.16"
6262
},
6363
"browserslist": [

0 commit comments

Comments
 (0)