Skip to content

Commit e7774ca

Browse files
committed
chore: vue-cli-plugin-apollo should be a dev dependency
It's not used in any server-side code
1 parent 5f4656e commit e7774ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"rss-parser": "^3.10.0",
6262
"shortid": "^2.2.15",
6363
"typescript": "~4.1.2",
64-
"vue-cli-plugin-apollo": "^0.22.2",
6564
"watch": "^1.0.2"
6665
},
6766
"devDependencies": {
@@ -94,6 +93,7 @@
9493
"subscriptions-transport-ws": "^0.9.18",
9594
"vue": "^2.6.12",
9695
"vue-apollo": "^3.0.3",
96+
"vue-cli-plugin-apollo": "^0.22.2",
9797
"vue-color": "^2.7.1",
9898
"vue-i18n": "^8.21.0",
9999
"vue-instantsearch": "^1.5.1",

0 commit comments

Comments
 (0)