Skip to content

Commit 953a096

Browse files
committed
Move Vuex ORM to peer dependency
1 parent 95e774b commit 953a096

File tree

2 files changed

+301
-330
lines changed

2 files changed

+301
-330
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,16 @@
3939
"bugs": {
4040
"url": "https://github.com/vuex-orm/plugin-search/issues"
4141
},
42+
"peerDependencies": {
43+
"@vuex-orm/core": ">=0.34.0"
44+
},
4245
"dependencies": {
43-
"@vuex-orm/core": "^0.34.0",
4446
"fuse.js": "^3.4.6"
4547
},
4648
"devDependencies": {
4749
"@types/jest": "^24.0.23",
48-
"codecov": "^3.5.0",
50+
"@vuex-orm/core": "^0.34.0",
51+
"codecov": "^3.6.1",
4952
"jest": "^24.9.0",
5053
"rollup": "^1.27.5",
5154
"rollup-plugin-commonjs": "^10.1.0",

0 commit comments

Comments
 (0)