Skip to content

Commit

Permalink
update version in relay todo example
Browse files Browse the repository at this point in the history
  • Loading branch information
morrys committed Mar 15, 2020
1 parent 1137fca commit be86e33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/relay-hook-example/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^16.12.0",
"react-dom": "^16.8.4",
"relay-runtime": "9.0.0",
"relay-hooks": "3.1.0",
"relay-hooks": "3.2.0",
"whatwg-fetch": "3.0.0",
"isomorphic-fetch": "2.2.1",
"es6-promise": "4.2.8",
Expand Down
8 changes: 4 additions & 4 deletions examples/relay-hook-example/todo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5295,10 +5295,10 @@ [email protected]:
signedsource "^1.0.0"
yargs "^14.2.0"

relay-hooks@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/relay-hooks/-/relay-hooks-3.1.0.tgz#c3cc8b2ca2fa6790736386dfcb90f189cc28b874"
integrity sha512-KM03t2uFmch5d42M732T9gtrtq6nULmikOIoRp1AzBfvURkEKsNUo4N7ykjDoKSNSTnNO/5AeszEeUNKDfsDhw==
relay-hooks@3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/relay-hooks/-/relay-hooks-3.2.0.tgz#134a2505237030e99c588f4c20c29f788c7f97f6"
integrity sha512-54lHuV5WG8UlDZv5B0U4Nr+3Hc+MaZhLUtqb94E9ij/I0ntH3j3+hSTAgfIx0nSDc39CMlIU6POPnXAUN5XHMA==
dependencies:
"@restart/hooks" "^0.3.1"
fbjs "^1.0.0"
Expand Down

0 comments on commit be86e33

Please sign in to comment.