Skip to content

Commit f39f7a3

Browse files
committed
Upgrade to vuex-orm 0.27 and reduce dependencies
1 parent b469702 commit f39f7a3

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vuex-orm/plugin-graphql",
33
"version": "1.0.0-rc.18",
4-
"description": "Vuex-ORM Plugin to sync the data against a GraphQL API.",
4+
"description": "Vuex-ORM persistence plugin to sync the store against a GraphQL API.",
55
"main": "dist/vuex-orm-graphql.common.js",
66
"module": "dist/vuex-orm-graphql.esm.js",
77
"unpkg": "dist/vuex-orm-graphql.js",
@@ -43,11 +43,14 @@
4343
"bugs": {
4444
"url": "https://github.com/vuex-orm/plugin-graphql/issues"
4545
},
46-
"dependencies": {
46+
"peerDependencies": {
47+
"@vuex-orm/core": "^0.27.0"
48+
},
49+
"devDependencies": {
50+
"@vuex-orm/core": "^0.27.0",
4751
"@types/graphql": "^0.12.3",
4852
"@types/inflection": "^1.5.28",
4953
"@types/lodash-es": "^4.17.0",
50-
"@vuex-orm/core": "^0.26.4",
5154
"apollo-cache-inmemory": "^1.1.7",
5255
"apollo-client": "^2.2.2",
5356
"apollo-link": "^1.2.0",
@@ -57,9 +60,7 @@
5760
"inflection": "^1.12.0",
5861
"lodash-es": "^4.17.10",
5962
"normalizr": "^3.2.4",
60-
"vue": "2.5.16"
61-
},
62-
"devDependencies": {
63+
"vue": "2.5.16",
6364
"@types/sinon": "^5.0.1",
6465
"apollo-link-schema": "^1.1.0",
6566
"babel-core": "^6.26.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@
193193
source-map "^0.5.6"
194194
vue-template-es2015-compiler "^1.6.0"
195195

196-
"@vuex-orm/core@^0.26.4":
197-
version "0.26.4"
198-
resolved "https://registry.yarnpkg.com/@vuex-orm/core/-/core-0.26.4.tgz#02b4454fc5a71f24c7f81ec9315329695a74bf2a"
196+
"@vuex-orm/core@^0.27.0":
197+
version "0.27.0"
198+
resolved "https://registry.yarnpkg.com/@vuex-orm/core/-/core-0.27.0.tgz#f5678bd2a6e7aac95f9a8a59de4b4427567c7425"
199199

200200
"@webassemblyjs/[email protected]":
201201
version "1.4.3"

0 commit comments

Comments
 (0)