File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 43
43
"@types/graphql" : " ^0.12.3" ,
44
44
"@types/inflection" : " ^1.5.28" ,
45
45
"@types/lodash-es" : " ^4.17.0" ,
46
- "@vuex-orm/core" : " ^0.23.3 " ,
46
+ "@vuex-orm/core" : " ^0.23.4 " ,
47
47
"apollo-cache-inmemory" : " ^1.1.7" ,
48
48
"apollo-client" : " ^2.2.2" ,
49
49
"apollo-link" : " ^1.2.0" ,
Original file line number Diff line number Diff line change 1
1
import { Field , ORMModel } from './interfaces' ;
2
- import { Attr , Increment } from '@vuex-orm/core' ;
3
2
import Context from './context' ;
4
3
const inflection = require ( 'inflection' ) ;
5
4
Original file line number Diff line number Diff line change 48
48
version "0.5.3"
49
49
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.5.3.tgz#91b728599544efbb7386d8b6633693a3c2e7ade5"
50
50
51
- " @vuex-orm/core@^0.23.3 " :
52
- version "0.23.3 "
53
- resolved "https://registry.yarnpkg.com/@vuex-orm/core/-/core-0.23.3 .tgz#0990f62f03a293d01407346638013784e292a062 "
51
+ " @vuex-orm/core@^0.23.4 " :
52
+ version "0.23.4 "
53
+ resolved "https://registry.yarnpkg.com/@vuex-orm/core/-/core-0.23.4 .tgz#2cea71f46fb60868b769e4cc4e413d204ef2e9d2 "
54
54
dependencies :
55
55
" @types/lodash-es" " ^4.17.0"
56
56
lodash-es "^4.17.7"
You can’t perform that action at this time.
0 commit comments