From eecbeb2ef2a7a47973e7c351272d6d243760f174 Mon Sep 17 00:00:00 2001 From: morrys Date: Sun, 3 May 2020 15:10:16 +0200 Subject: [PATCH] update relay-angular 0.1.0 in the sample projects --- examples/todos-offline/package.json | 2 +- examples/todos-offline/yarn.lock | 8 ++++---- examples/todos/package.json | 2 +- examples/todos/yarn.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/todos-offline/package.json b/examples/todos-offline/package.json index 8a570cb..6ff05b7 100644 --- a/examples/todos-offline/package.json +++ b/examples/todos-offline/package.json @@ -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", diff --git a/examples/todos-offline/yarn.lock b/examples/todos-offline/yarn.lock index 7f7356d..dd2779f 100644 --- a/examples/todos-offline/yarn.lock +++ b/examples/todos-offline/yarn.lock @@ -6602,10 +6602,10 @@ relay-angular-plugin@0.0.1: 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" diff --git a/examples/todos/package.json b/examples/todos/package.json index 454e91d..5fd4e7c 100644 --- a/examples/todos/package.json +++ b/examples/todos/package.json @@ -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", diff --git a/examples/todos/yarn.lock b/examples/todos/yarn.lock index 6deb198..39966ea 100644 --- a/examples/todos/yarn.lock +++ b/examples/todos/yarn.lock @@ -6554,10 +6554,10 @@ relay-angular-plugin@0.0.1: 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"