File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuex-orm/plugin-graphql" ,
3
3
"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." ,
5
5
"main" : " dist/vuex-orm-graphql.common.js" ,
6
6
"module" : " dist/vuex-orm-graphql.esm.js" ,
7
7
"unpkg" : " dist/vuex-orm-graphql.js" ,
43
43
"bugs" : {
44
44
"url" : " https://github.com/vuex-orm/plugin-graphql/issues"
45
45
},
46
- "dependencies" : {
46
+ "peerDependencies" : {
47
+ "@vuex-orm/core" : " ^0.27.0"
48
+ },
49
+ "devDependencies" : {
50
+ "@vuex-orm/core" : " ^0.27.0" ,
47
51
"@types/graphql" : " ^0.12.3" ,
48
52
"@types/inflection" : " ^1.5.28" ,
49
53
"@types/lodash-es" : " ^4.17.0" ,
50
- "@vuex-orm/core" : " ^0.26.4" ,
51
54
"apollo-cache-inmemory" : " ^1.1.7" ,
52
55
"apollo-client" : " ^2.2.2" ,
53
56
"apollo-link" : " ^1.2.0" ,
57
60
"inflection" : " ^1.12.0" ,
58
61
"lodash-es" : " ^4.17.10" ,
59
62
"normalizr" : " ^3.2.4" ,
60
- "vue" : " 2.5.16"
61
- },
62
- "devDependencies" : {
63
+ "vue" : " 2.5.16" ,
63
64
"@types/sinon" : " ^5.0.1" ,
64
65
"apollo-link-schema" : " ^1.1.0" ,
65
66
"babel-core" : " ^6.26.0" ,
Original file line number Diff line number Diff line change 193
193
source-map "^0.5.6"
194
194
vue-template-es2015-compiler "^1.6.0"
195
195
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 "
199
199
200
200
" @webassemblyjs/[email protected] " :
201
201
version "1.4.3"
You can’t perform that action at this time.
0 commit comments