Downgrade apollo-cache-inmemory.

It causes an `eslint-plugin-import` error.
This commit is contained in:
Jayden Seric 2017-11-18 19:34:14 +11:00
parent 07279ec2c8
commit 309c4893e0
2 changed files with 4 additions and 4 deletions

6
app/package-lock.json generated
View File

@ -384,9 +384,9 @@
}
},
"apollo-cache-inmemory": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.1.tgz",
"integrity": "sha512-I0cOOuHJvsFdFO7wBqptueiEQmKcM9Yu05IKDI0QQ0KtYMuH1bJvuh/g55GuwYMXVbqSqmJzkk6xOGtsyR/FRA==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/apollo-cache-inmemory/-/apollo-cache-inmemory-1.0.0.tgz",
"integrity": "sha512-8jRQOajNK+OHWhmOGOVbemAXOx2RFSHT8vwBu9fN89H1GiEjG9azOEH8nFRj0mlkL3tDwqDxLvvFqWDCpFn8SQ==",
"requires": {
"apollo-cache": "1.0.1",
"apollo-utilities": "1.0.2",

View File

@ -6,7 +6,7 @@
"npm": ">=5.4"
},
"dependencies": {
"apollo-cache-inmemory": "^1.1.1",
"apollo-cache-inmemory": "^1.0.0",
"apollo-client": "^2.0.3",
"apollo-link": "^1.0.3",
"apollo-upload-client": "^6.0.2",