Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
fix: add apollo-boost dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed Apr 17, 2019
1 parent 68ce94c commit c4334c8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-source-prismic-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"react": "^16.0.0"
},
"dependencies": {
"apollo-boost": "^0.3.1",
"apollo-link-context": "^1.0.17",
"gatsby-source-graphql": "^2.0.15",
"gatsby-source-graphql-universal": "^3.0.7",
Expand Down
19 changes: 17 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2250,7 +2250,22 @@ apollo-boost@^0.1.23:
graphql-tag "^2.4.2"
tslib "^1.9.3"

apollo-cache-inmemory@^1.4.3:
apollo-boost@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.3.1.tgz#b6a896e020a0eab7e415032fe565734a955c65f8"
integrity sha512-VdXcTMxLBeNvANW/FtiarEkrRr/cepYKG6wTAURdy8CS33WYpEHtIg9S8tAjxwVzIECpE4lWyDKyPLoESJ072Q==
dependencies:
apollo-cache "^1.2.1"
apollo-cache-inmemory "^1.5.1"
apollo-client "^2.5.1"
apollo-link "^1.0.6"
apollo-link-error "^1.0.3"
apollo-link-http "^1.3.1"
graphql-tag "^2.4.2"
ts-invariant "^0.2.1"
tslib "^1.9.3"

apollo-cache-inmemory@^1.4.3, apollo-cache-inmemory@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.5.1.tgz#265d1ee67b0bf0aca9c37629d410bfae44e62953"
integrity sha512-D3bdpPmWfaKQkWy8lfwUg+K8OBITo3sx0BHLs1B/9vIdOIZ7JNCKq3EUcAgAfInomJUdN0QG1yOfi8M8hxkN1g==
Expand All @@ -2269,7 +2284,7 @@ [email protected], apollo-cache@^1.1.26, apollo-cache@^1.2.1:
apollo-utilities "^1.2.1"
tslib "^1.9.3"

apollo-client@^2.4.13:
apollo-client@^2.4.13, apollo-client@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.5.1.tgz#36126ed1d32edd79c3713c6684546a3bea80e6d1"
integrity sha512-MNcQKiqLHdGmNJ0rZ0NXaHrToXapJgS/5kPk0FygXt+/FmDCdzqcujI7OPxEC6e9Yw5S/8dIvOXcRNuOMElHkA==
Expand Down

0 comments on commit c4334c8

Please sign in to comment.