Skip to content

Commit 355103b

Browse files
committed
Upgrade to vuex-orm core 0.23.4
1 parent 5c6ceab commit 355103b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/graphql": "^0.12.3",
4444
"@types/inflection": "^1.5.28",
4545
"@types/lodash-es": "^4.17.0",
46-
"@vuex-orm/core": "^0.23.3",
46+
"@vuex-orm/core": "^0.23.4",
4747
"apollo-cache-inmemory": "^1.1.7",
4848
"apollo-client": "^2.2.2",
4949
"apollo-link": "^1.2.0",

src/model.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Field, ORMModel } from './interfaces';
2-
import { Attr, Increment } from '@vuex-orm/core';
32
import Context from './context';
43
const inflection = require('inflection');
54

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
version "0.5.3"
4949
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.5.3.tgz#91b728599544efbb7386d8b6633693a3c2e7ade5"
5050

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"
5454
dependencies:
5555
"@types/lodash-es" "^4.17.0"
5656
lodash-es "^4.17.7"

0 commit comments

Comments
 (0)