File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 47
47
"@types/graphql" : " ^0.12.3" ,
48
48
"@types/inflection" : " ^1.5.28" ,
49
49
"@types/lodash-es" : " ^4.17.0" ,
50
- "@vuex-orm/core" : " ^0.26.2 " ,
50
+ "@vuex-orm/core" : " ^0.26.4 " ,
51
51
"apollo-cache-inmemory" : " ^1.1.7" ,
52
52
"apollo-client" : " ^2.2.2" ,
53
53
"apollo-link" : " ^1.2.0" ,
Original file line number Diff line number Diff line change 1
1
import VuexORMGraphQL from './vuex-orm-graphql' ;
2
- import { Components } from '@vuex-orm/core/lib/plugins/use' ;
2
+ import { Components , Plugin } from '@vuex-orm/core/lib/plugins/use' ;
3
3
import { Options } from './support/interfaces' ;
4
4
5
5
/**
6
6
* Plugin class. This just provides a static install method for Vuex-ORM and stores the instance of the model
7
7
* within this.instance.
8
8
*/
9
- export default class VuexORMGraphQLPlugin {
9
+ export default class VuexORMGraphQLPlugin implements Plugin {
10
10
/**
11
11
* Contains the instance of VuexORMGraphQL
12
12
*/
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.2 " :
197
- version "0.26.2 "
198
- resolved "https://registry.yarnpkg.com/@vuex-orm/core/-/core-0.26.2 .tgz#f93c49499b4050117d8b05a20e9239fb94388c44 "
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 "
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