Skip to content

Commit

Permalink
update examples to angular v11 & angular v13
Browse files Browse the repository at this point in the history
  • Loading branch information
morrys committed Jan 25, 2022
1 parent 66e7c8d commit 4ef2d6d
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 @@ -24,7 +24,7 @@
"tslib": "^1.10.0",
"zone.js": "~0.9.1",
"relay-angular": "0.1.0",
"relay-angular-plugin": "0.1.1",
"relay-angular-plugin": "1.0.0",
"graphql-relay": "^0.6.0",
"graphql": "^14.2.0",
"relay-runtime": "8.0.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 @@ -8265,10 +8265,10 @@ regjsparser@^0.7.0:
dependencies:
jsesc "~0.5.0"

relay-angular-plugin@0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/relay-angular-plugin/-/relay-angular-plugin-0.1.1.tgz#c6dd230410b8376b23872beecaeec8eb8bf03860"
integrity sha512-yNXt+OMzI/LhvWaTczDmR3cOu+lsuY696Ora4R5XqF4mhJHZ48l0Lynzo0+LylI1K3YX7wZ43BAjuQr/TQ57bw==
relay-angular-plugin@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/relay-angular-plugin/-/relay-angular-plugin-1.0.0.tgz#52023b746cadff70def97fe57048d38168691a0f"
integrity sha512-+hfou8rHC/x3hh6W1AQ2smo25cEuj6qGGqUOSUljCSOTvAp5HwWF6UgZ5asW6ziVVSH5fFUXzMk8ao2QoE69jg==
dependencies:
cosmiconfig "^5.0.5"
ts-relay-plugin "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/todos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tslib": "^2.0.1",
"zone.js": "~0.10.3",
"relay-angular": "0.2.0",
"relay-angular-plugin": "0.1.1",
"relay-angular-plugin": "1.0.0",
"graphql-relay": "^0.6.0",
"graphql": "^14.2.0",
"relay-runtime": "8.0.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 @@ -6932,10 +6932,10 @@ regjsparser@^0.7.0:
dependencies:
jsesc "~0.5.0"

relay-angular-plugin@0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/relay-angular-plugin/-/relay-angular-plugin-0.1.1.tgz#c6dd230410b8376b23872beecaeec8eb8bf03860"
integrity sha512-yNXt+OMzI/LhvWaTczDmR3cOu+lsuY696Ora4R5XqF4mhJHZ48l0Lynzo0+LylI1K3YX7wZ43BAjuQr/TQ57bw==
relay-angular-plugin@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/relay-angular-plugin/-/relay-angular-plugin-1.0.0.tgz#52023b746cadff70def97fe57048d38168691a0f"
integrity sha512-+hfou8rHC/x3hh6W1AQ2smo25cEuj6qGGqUOSUljCSOTvAp5HwWF6UgZ5asW6ziVVSH5fFUXzMk8ao2QoE69jg==
dependencies:
cosmiconfig "^5.0.5"
ts-relay-plugin "^1.0.1"
Expand Down

0 comments on commit 4ef2d6d

Please sign in to comment.