We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48207d0 commit 1b7e8faCopy full SHA for 1b7e8fa
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vuex-orm/plugin-graphql",
3
- "version": "1.0.0-rc.19",
+ "version": "1.0.0-rc.20",
4
"description": "Vuex-ORM persistence plugin to sync the store against a GraphQL API.",
5
"main": "dist/vuex-orm-graphql.common.js",
6
"module": "dist/vuex-orm-graphql.esm.js",
@@ -43,6 +43,9 @@
43
"bugs": {
44
"url": "https://github.com/vuex-orm/plugin-graphql/issues"
45
},
46
+ "dependencies": {
47
+ "inflection": "^1.12.0"
48
+ },
49
"peerDependencies": {
50
"@vuex-orm/core": "^0.27.0"
51
@@ -57,7 +60,6 @@
57
60
"apollo-link-http": "^1.3.2",
58
61
"graphql": "^0.12.3",
59
62
"graphql-tag": "^2.6.1",
- "inflection": "^1.12.0",
63
"lodash-es": "^4.17.10",
64
"normalizr": "^3.2.4",
65
"vue": "2.5.16",
0 commit comments