Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 6a82522

Browse files
committed
upgrade babel-plugin-relay
1 parent ee8a79f commit 6a82522

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

example-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"babel-core": "^6.26.0",
4242
"babel-eslint": "6.1.2",
4343
"babel-loader": "^7.1.2",
44-
"babel-plugin-relay": "^2.0.0-rc.1",
44+
"babel-plugin-relay": "^7.0.0",
4545
"babel-plugin-transform-runtime": "^6.12.0",
4646
"babel-preset-env": "^1.7.0",
4747
"babel-preset-react": "^6.11.1",

example-hooks/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -988,10 +988,10 @@ babel-plugin-macros@^2.0.0:
988988
cosmiconfig "^5.2.0"
989989
resolve "^1.10.0"
990990

991-
babel-plugin-relay@^2.0.0-rc.1:
992-
version "2.0.0"
993-
resolved "https://registry.yarnpkg.com/babel-plugin-relay/-/babel-plugin-relay-2.0.0.tgz#f5c408f81427f3e97b65ea3f6bccf6821f1615b9"
994-
integrity sha512-NFQ+TzQtr4Wh1/FEpjeZqghS1Orpn0gAvksrBOgn606bMf2vd1YYed8z4gMAyAPkwSgWzsNtsLzq84pMJi6agQ==
991+
babel-plugin-relay@^7.0.0:
992+
version "7.0.0"
993+
resolved "https://registry.yarnpkg.com/babel-plugin-relay/-/babel-plugin-relay-7.0.0.tgz#4d8923e0e629effe679764403db61aea9af78aae"
994+
integrity sha512-lF9ExqnKeeLZ35GMi33rlbvFiKizHvE0u1A17p6mBsSeg+RfdUqF392vhWIMmMP6Xcsosd9G2wUavA3DOTF7CA==
995995
dependencies:
996996
babel-plugin-macros "^2.0.0"
997997

@@ -5338,7 +5338,7 @@ regjsparser@^0.1.4:
53385338
jsesc "~0.5.0"
53395339

53405340
"relay-compiler-language-typescript@file:.yalc/relay-compiler-language-typescript":
5341-
version "10.0.0-67278bc7"
5341+
version "10.0.0-f8a27bab"
53425342
dependencies:
53435343
immutable "^4.0.0-rc.12"
53445344
invariant "^2.2.4"

0 commit comments

Comments
 (0)