Skip to content

Commit 1a74579

Browse files
committed
Fix silly bug?
1 parent 565f063 commit 1a74579

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuex-orm/plugin-graphql",
3-
"version": "1.0.0-rc.23",
3+
"version": "1.0.0-rc.24",
44
"description": "Vuex-ORM persistence plugin to sync the store against a GraphQL API.",
55
"main": "dist/vuex-orm-graphql.umd.js",
66
"module": "dist/vuex-orm-graphql.es5.js",
@@ -51,7 +51,8 @@
5151
"url": "https://github.com/vuex-orm/plugin-graphql/issues"
5252
},
5353
"dependencies": {
54-
"app": "latest"
54+
"app": "latest",
55+
"apollo-cache-inmemory": "^1.1.7"
5556
},
5657
"peerDependencies": {
5758
"@vuex-orm/core": "^0.30.0"
@@ -64,7 +65,6 @@
6465
"@types/node": "^10.11.0",
6566
"@types/sinon": "^5.0.1",
6667
"@vuex-orm/core": "^0.30.0",
67-
"apollo-cache-inmemory": "^1.1.7",
6868
"apollo-client": "^2.2.2",
6969
"apollo-link": "^1.2.0",
7070
"apollo-link-http": "^1.3.2",

yarn.lock

+3-29
Original file line numberDiff line numberDiff line change
@@ -2768,7 +2768,7 @@ debug@^4.0.0:
27682768
dependencies:
27692769
ms "^2.1.1"
27702770

2771-
debuglog@*, debuglog@^1.0.1:
2771+
debuglog@^1.0.1:
27722772
version "1.0.1"
27732773
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
27742774

@@ -4340,7 +4340,7 @@ import-local@^1.0.0:
43404340
pkg-dir "^2.0.0"
43414341
resolve-cwd "^2.0.0"
43424342

4343-
imurmurhash@*, imurmurhash@^0.1.4:
4343+
imurmurhash@^0.1.4:
43444344
version "0.1.4"
43454345
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
43464346

@@ -5652,39 +5652,17 @@ lockfile@^1.0.4:
56525652
dependencies:
56535653
signal-exit "^3.0.2"
56545654

5655-
lodash._baseindexof@*:
5656-
version "3.1.0"
5657-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
5658-
56595655
lodash._baseuniq@~4.6.0:
56605656
version "4.6.0"
56615657
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
56625658
dependencies:
56635659
lodash._createset "~4.0.0"
56645660
lodash._root "~3.0.0"
56655661

5666-
lodash._bindcallback@*:
5667-
version "3.0.1"
5668-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
5669-
5670-
lodash._cacheindexof@*:
5671-
version "3.0.2"
5672-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
5673-
5674-
lodash._createcache@*:
5675-
version "3.1.2"
5676-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
5677-
dependencies:
5678-
lodash._getnative "^3.0.0"
5679-
56805662
lodash._createset@~4.0.0:
56815663
version "4.0.3"
56825664
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
56835665

5684-
lodash._getnative@*, lodash._getnative@^3.0.0:
5685-
version "3.9.1"
5686-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
5687-
56885666
lodash._reinterpolate@~3.0.0:
56895667
version "3.0.0"
56905668
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -5765,10 +5743,6 @@ [email protected]:
57655743
version "4.4.0"
57665744
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
57675745

5768-
lodash.restparam@*:
5769-
version "3.6.1"
5770-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
5771-
57725746
57735747
version "4.1.1"
57745748
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
@@ -8096,7 +8070,7 @@ readable-stream@~1.1.10:
80968070
isarray "0.0.1"
80978071
string_decoder "~0.10.x"
80988072

8099-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
8073+
readdir-scoped-modules@^1.0.0:
81008074
version "1.0.2"
81018075
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
81028076
dependencies:

0 commit comments

Comments
 (0)