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 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" ,
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" ,
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" ,
Original file line number Diff line number Diff line change 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/ast@1.4.3 " :
201201 version "1.4.3"
You can’t perform that action at this time.
0 commit comments