Skip to content

Commit 3e8e0b0

Browse files
committed
Move the Composition API into peerDeps and devDeps
This should prevent issues where two versions are getting installed, so Feathers-Vuex will use the version installed in the project instead of having its own.
1 parent 752b08f commit 3e8e0b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@
102102
"directories": {
103103
"lib": "lib"
104104
},
105+
"peerDependencies": {
106+
"@vue/composition-api": "^0.3.4"
107+
},
105108
"dependencies": {
106109
"@feathersjs/adapter-commons": "^4.4.3",
107110
"@feathersjs/commons": "^4.4.3",
@@ -110,7 +113,6 @@
110113
"@types/inflection": "^1.5.28",
111114
"@types/lodash": "^4.14.149",
112115
"@types/npm": "^2.0.31",
113-
"@vue/composition-api": "^0.3.4",
114116
"bson-objectid": "^1.3.0",
115117
"debug": "^4.1.1",
116118
"events": "^3.1.0",
@@ -141,6 +143,7 @@
141143
"@types/mocha": "^5.2.7",
142144
"@typescript-eslint/eslint-plugin": "^2.16.0",
143145
"@typescript-eslint/parser": "^2.16.0",
146+
"@vue/composition-api": "^0.3.4",
144147
"@vue/eslint-config-prettier": "^6.0.0",
145148
"@vue/eslint-config-typescript": "^5.0.1",
146149
"@vue/test-utils": "^1.0.0-beta.30",

0 commit comments

Comments
 (0)