Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit efc62e2

Browse files
authored
Merge pull request #126 from mbirkegaard/upgrade-reason-apollo
Upgrade reason-apollo to 0.20
2 parents 01f9a84 + 1e217ea commit efc62e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"bsdoc": "6.0.1-alpha",
2222
"husky": "^3.0.5",
2323
"lint-staged": "^9.4.0",
24-
"reason-apollo": "^0.18.0",
24+
"reason-apollo": "^0.20.0",
2525
"reason-react": ">=0.7.0"
2626
},
2727
"peerDependencies": {
2828
"@apollo/react-hooks": "^3.0.0",
2929
"react": "^16.8.6",
3030
"react-dom": "^16.8.6",
31-
"reason-apollo": "^0.18.0",
31+
"reason-apollo": "^0.20.0",
3232
"reason-react": ">=0.7.0"
3333
},
3434
"lint-staged": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1808,10 +1808,10 @@ readable-stream@~2.3.6:
18081808
string_decoder "~1.1.1"
18091809
util-deprecate "~1.0.1"
18101810

1811-
reason-apollo@^0.18.0:
1812-
version "0.18.0"
1813-
resolved "https://registry.yarnpkg.com/reason-apollo/-/reason-apollo-0.18.0.tgz#cc970da88de7ac603753eed68984c8492f0665c6"
1814-
integrity sha512-lw+IoIZ8qoX3iGOFFK//yMVC+Xmf+OcSyKkRgbBn0uG5GomLLMLiKRgjkhUsjAqJ4b3Se7H9JFnso5nL+GFEMA==
1811+
reason-apollo@^0.20.0:
1812+
version "0.20.0"
1813+
resolved "https://registry.yarnpkg.com/reason-apollo/-/reason-apollo-0.20.0.tgz#102e6047bfc37d9f30462799e7f813d17dd4758a"
1814+
integrity sha512-L0y1mCcViRX6yhdo9dUQAhuDazE1ZbMb3IPuBnlTvQffvecmtDfl0RQ+BCzoCJEP3u8nwb88z2JDoURnaFDSkQ==
18151815
dependencies:
18161816
apollo-cache-inmemory "^1.6.0"
18171817
apollo-client "^2.6.3"

0 commit comments

Comments
 (0)