Skip to content

Commit

Permalink
update relay-angular 0.1.0 in the sample projects
Browse files Browse the repository at this point in the history
  • Loading branch information
morrys committed May 3, 2020
1 parent 22326bb commit eecbeb2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/todos-offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1",
"relay-angular": "0.0.6",
"relay-angular": "0.1.0",
"relay-angular-plugin": "0.0.1",
"graphql-relay": "^0.6.0",
"graphql": "^14.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/todos-offline/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6602,10 +6602,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/relay-angular-plugin/-/relay-angular-plugin-0.0.1.tgz#ade34d71eb4a2ad3dede35ab9e0955f7c3e0861c"
integrity sha512-7igrVPLEKOFvsSl5C83BoFNt75ZwwSdsfNwrkeTd9k8KFR9V5/P9h8n2I0QKt98gcDPSzas0VdOlgmalovUWuw==

relay-angular@0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/relay-angular/-/relay-angular-0.0.6.tgz#aaa95fd124ab87516a9f25ad88bbc36654b097e8"
integrity sha512-arnmc9KJrMTZm0ZHNmWhBzjwXa920in5Z0O2SBeh6WYr1eAkjI8lr/ZIPmrTH2iZngHUMDBA+2+v1mxhnGkWrA==
relay-angular@0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/relay-angular/-/relay-angular-0.1.0.tgz#7058faadc1c0c8c615b4b7bf943b078184f08e3f"
integrity sha512-D5CEvk8b1eUgvuWNlkOpPvZoNJYqB0umeNP0rJ9RrNnfyknRK8fwnax3O6mH3S+gML3gp4MXllwpEcBtexpk1Q==
dependencies:
fbjs "^1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/todos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1",
"relay-angular": "0.0.6",
"relay-angular": "0.1.0",
"relay-angular-plugin": "0.0.1",
"graphql-relay": "^0.6.0",
"graphql": "^14.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/todos/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6554,10 +6554,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/relay-angular-plugin/-/relay-angular-plugin-0.0.1.tgz#ade34d71eb4a2ad3dede35ab9e0955f7c3e0861c"
integrity sha512-7igrVPLEKOFvsSl5C83BoFNt75ZwwSdsfNwrkeTd9k8KFR9V5/P9h8n2I0QKt98gcDPSzas0VdOlgmalovUWuw==

relay-angular@0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/relay-angular/-/relay-angular-0.0.6.tgz#aaa95fd124ab87516a9f25ad88bbc36654b097e8"
integrity sha512-arnmc9KJrMTZm0ZHNmWhBzjwXa920in5Z0O2SBeh6WYr1eAkjI8lr/ZIPmrTH2iZngHUMDBA+2+v1mxhnGkWrA==
relay-angular@0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/relay-angular/-/relay-angular-0.1.0.tgz#7058faadc1c0c8c615b4b7bf943b078184f08e3f"
integrity sha512-D5CEvk8b1eUgvuWNlkOpPvZoNJYqB0umeNP0rJ9RrNnfyknRK8fwnax3O6mH3S+gML3gp4MXllwpEcBtexpk1Q==
dependencies:
fbjs "^1.0.0"

Expand Down

0 comments on commit eecbeb2

Please sign in to comment.