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

Commit 2d1586f

Browse files
committed
upgrade to react-relay v7
1 parent c0feeae commit 2d1586f

File tree

3 files changed

+85
-65
lines changed

3 files changed

+85
-65
lines changed

example-hooks/.babelrc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@
44
["relay", { "artifactDirectory": "./ts/__relay_artifacts__" }],
55
"transform-runtime"
66
],
7-
"presets": [
8-
"react",
9-
"es2015",
10-
"stage-0"
11-
]
7+
"presets": ["react", "env", "stage-0"]
128
}

example-hooks/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@
1212
"trailingComma": "all"
1313
},
1414
"dependencies": {
15-
"@babel/core": "^7.0.0-0",
16-
"babel-core": "^6.26.0",
17-
"babel-loader": "^7.1.2",
18-
"babel-plugin-relay": "^2.0.0-rc.1",
19-
"babel-plugin-transform-runtime": "^6.12.0",
20-
"babel-preset-es2015": "^6.13.2",
21-
"babel-preset-react": "^6.11.1",
22-
"babel-preset-stage-0": "^6.5.0",
23-
"babel-runtime": "^6.26.0",
2415
"classnames": "2.2.5",
2516
"express": "^4.15.2",
2617
"express-graphql": "^0.7.1",
@@ -30,7 +21,7 @@
3021
"prop-types": "^15.6.2",
3122
"react": "^16.11.0",
3223
"react-dom": "^16.11.0",
33-
"react-relay": "^0.0.0-experimental-a1a40b68",
24+
"react-relay": "^7.0.0",
3425
"relay-runtime": "^7.0.0",
3526
"todomvc-app-css": "^2.1.0",
3627
"todomvc-common": "^1.0.3",
@@ -39,14 +30,23 @@
3930
"whatwg-fetch": "2.0.3"
4031
},
4132
"devDependencies": {
33+
"@babel/core": "^7.0.0-0",
4234
"@types/node": "^12.11.6",
4335
"@types/prop-types": "^15.5.5",
4436
"@types/react": "^16.4.12",
4537
"@types/react-dom": "^16.0.7",
4638
"@types/react-relay": "^7.0.0",
4739
"@types/relay-runtime": "^6.0.8",
4840
"babel-cli": "^6.26.0",
41+
"babel-core": "^6.26.0",
4942
"babel-eslint": "6.1.2",
43+
"babel-loader": "^7.1.2",
44+
"babel-plugin-relay": "^2.0.0-rc.1",
45+
"babel-plugin-transform-runtime": "^6.12.0",
46+
"babel-preset-env": "^1.7.0",
47+
"babel-preset-react": "^6.11.1",
48+
"babel-preset-stage-0": "^6.5.0",
49+
"babel-runtime": "^6.26.0",
5050
"csstype": "^2.5.6",
5151
"fork-ts-checker-webpack-plugin": "^0.3.0",
5252
"patch-package": "^6.2.0",

example-hooks/yarn.lock

Lines changed: 74 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,9 @@
450450
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
451451

452452
"@types/node@*", "@types/node@^12.11.6":
453-
version "12.12.3"
454-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.3.tgz#ebfe83507ac506bc3486314a8aa395be66af8d23"
455-
integrity sha512-opgSsy+cEF9N8MgaVPnWVtdJ3o4mV2aMHvDq7thkQUFt0EuOHJon4rQpJfhjmNHB+ikl0Cd6WhWIErOyQ+f7tw==
453+
version "12.12.5"
454+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.5.tgz#66103d2eddc543d44a04394abb7be52506d7f290"
455+
integrity sha512-KEjODidV4XYUlJBF3XdjSH5FWoMCtO0utnhtdLf1AgeuZLOrRbvmU/gaRCVg7ZaQDjVf3l84egiY0mRNe5xE4A==
456456

457457
"@types/prop-types@*", "@types/prop-types@^15.5.5":
458458
version "15.7.3"
@@ -1079,7 +1079,7 @@ babel-plugin-transform-async-generator-functions@^6.24.1:
10791079
babel-plugin-syntax-async-generators "^6.5.0"
10801080
babel-runtime "^6.22.0"
10811081

1082-
babel-plugin-transform-async-to-generator@^6.24.1:
1082+
babel-plugin-transform-async-to-generator@^6.22.0, babel-plugin-transform-async-to-generator@^6.24.1:
10831083
version "6.24.1"
10841084
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761"
10851085
integrity sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=
@@ -1140,7 +1140,7 @@ babel-plugin-transform-es2015-block-scoped-functions@^6.22.0:
11401140
dependencies:
11411141
babel-runtime "^6.22.0"
11421142

1143-
babel-plugin-transform-es2015-block-scoping@^6.24.1:
1143+
babel-plugin-transform-es2015-block-scoping@^6.23.0:
11441144
version "6.26.0"
11451145
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz#d70f5299c1308d05c12f463813b0a09e73b1895f"
11461146
integrity sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=
@@ -1151,7 +1151,7 @@ babel-plugin-transform-es2015-block-scoping@^6.24.1:
11511151
babel-types "^6.26.0"
11521152
lodash "^4.17.4"
11531153

1154-
babel-plugin-transform-es2015-classes@^6.24.1:
1154+
babel-plugin-transform-es2015-classes@^6.23.0:
11551155
version "6.24.1"
11561156
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db"
11571157
integrity sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=
@@ -1166,37 +1166,37 @@ babel-plugin-transform-es2015-classes@^6.24.1:
11661166
babel-traverse "^6.24.1"
11671167
babel-types "^6.24.1"
11681168

1169-
babel-plugin-transform-es2015-computed-properties@^6.24.1:
1169+
babel-plugin-transform-es2015-computed-properties@^6.22.0:
11701170
version "6.24.1"
11711171
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3"
11721172
integrity sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=
11731173
dependencies:
11741174
babel-runtime "^6.22.0"
11751175
babel-template "^6.24.1"
11761176

1177-
babel-plugin-transform-es2015-destructuring@^6.22.0:
1177+
babel-plugin-transform-es2015-destructuring@^6.23.0:
11781178
version "6.23.0"
11791179
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d"
11801180
integrity sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=
11811181
dependencies:
11821182
babel-runtime "^6.22.0"
11831183

1184-
babel-plugin-transform-es2015-duplicate-keys@^6.24.1:
1184+
babel-plugin-transform-es2015-duplicate-keys@^6.22.0:
11851185
version "6.24.1"
11861186
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e"
11871187
integrity sha1-c+s9MQypaePvnskcU3QabxV2Qj4=
11881188
dependencies:
11891189
babel-runtime "^6.22.0"
11901190
babel-types "^6.24.1"
11911191

1192-
babel-plugin-transform-es2015-for-of@^6.22.0:
1192+
babel-plugin-transform-es2015-for-of@^6.23.0:
11931193
version "6.23.0"
11941194
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691"
11951195
integrity sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=
11961196
dependencies:
11971197
babel-runtime "^6.22.0"
11981198

1199-
babel-plugin-transform-es2015-function-name@^6.24.1:
1199+
babel-plugin-transform-es2015-function-name@^6.22.0:
12001200
version "6.24.1"
12011201
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b"
12021202
integrity sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=
@@ -1212,7 +1212,7 @@ babel-plugin-transform-es2015-literals@^6.22.0:
12121212
dependencies:
12131213
babel-runtime "^6.22.0"
12141214

1215-
babel-plugin-transform-es2015-modules-amd@^6.24.1:
1215+
babel-plugin-transform-es2015-modules-amd@^6.22.0, babel-plugin-transform-es2015-modules-amd@^6.24.1:
12161216
version "6.24.1"
12171217
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154"
12181218
integrity sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=
@@ -1221,7 +1221,7 @@ babel-plugin-transform-es2015-modules-amd@^6.24.1:
12211221
babel-runtime "^6.22.0"
12221222
babel-template "^6.24.1"
12231223

1224-
babel-plugin-transform-es2015-modules-commonjs@^6.24.1:
1224+
babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1:
12251225
version "6.26.2"
12261226
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz#58a793863a9e7ca870bdc5a881117ffac27db6f3"
12271227
integrity sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==
@@ -1231,7 +1231,7 @@ babel-plugin-transform-es2015-modules-commonjs@^6.24.1:
12311231
babel-template "^6.26.0"
12321232
babel-types "^6.26.0"
12331233

1234-
babel-plugin-transform-es2015-modules-systemjs@^6.24.1:
1234+
babel-plugin-transform-es2015-modules-systemjs@^6.23.0:
12351235
version "6.24.1"
12361236
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23"
12371237
integrity sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=
@@ -1240,7 +1240,7 @@ babel-plugin-transform-es2015-modules-systemjs@^6.24.1:
12401240
babel-runtime "^6.22.0"
12411241
babel-template "^6.24.1"
12421242

1243-
babel-plugin-transform-es2015-modules-umd@^6.24.1:
1243+
babel-plugin-transform-es2015-modules-umd@^6.23.0:
12441244
version "6.24.1"
12451245
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468"
12461246
integrity sha1-rJl+YoXNGO1hdq22B9YCNErThGg=
@@ -1249,15 +1249,15 @@ babel-plugin-transform-es2015-modules-umd@^6.24.1:
12491249
babel-runtime "^6.22.0"
12501250
babel-template "^6.24.1"
12511251

1252-
babel-plugin-transform-es2015-object-super@^6.24.1:
1252+
babel-plugin-transform-es2015-object-super@^6.22.0:
12531253
version "6.24.1"
12541254
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d"
12551255
integrity sha1-JM72muIcuDp/hgPa0CH1cusnj40=
12561256
dependencies:
12571257
babel-helper-replace-supers "^6.24.1"
12581258
babel-runtime "^6.22.0"
12591259

1260-
babel-plugin-transform-es2015-parameters@^6.24.1:
1260+
babel-plugin-transform-es2015-parameters@^6.23.0:
12611261
version "6.24.1"
12621262
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b"
12631263
integrity sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=
@@ -1269,7 +1269,7 @@ babel-plugin-transform-es2015-parameters@^6.24.1:
12691269
babel-traverse "^6.24.1"
12701270
babel-types "^6.24.1"
12711271

1272-
babel-plugin-transform-es2015-shorthand-properties@^6.24.1:
1272+
babel-plugin-transform-es2015-shorthand-properties@^6.22.0:
12731273
version "6.24.1"
12741274
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0"
12751275
integrity sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=
@@ -1284,7 +1284,7 @@ babel-plugin-transform-es2015-spread@^6.22.0:
12841284
dependencies:
12851285
babel-runtime "^6.22.0"
12861286

1287-
babel-plugin-transform-es2015-sticky-regex@^6.24.1:
1287+
babel-plugin-transform-es2015-sticky-regex@^6.22.0:
12881288
version "6.24.1"
12891289
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc"
12901290
integrity sha1-AMHNsaynERLN8M9hJsLta0V8zbw=
@@ -1300,14 +1300,14 @@ babel-plugin-transform-es2015-template-literals@^6.22.0:
13001300
dependencies:
13011301
babel-runtime "^6.22.0"
13021302

1303-
babel-plugin-transform-es2015-typeof-symbol@^6.22.0:
1303+
babel-plugin-transform-es2015-typeof-symbol@^6.23.0:
13041304
version "6.23.0"
13051305
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372"
13061306
integrity sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=
13071307
dependencies:
13081308
babel-runtime "^6.22.0"
13091309

1310-
babel-plugin-transform-es2015-unicode-regex@^6.24.1:
1310+
babel-plugin-transform-es2015-unicode-regex@^6.22.0:
13111311
version "6.24.1"
13121312
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9"
13131313
integrity sha1-04sS9C6nMj9yk4fxinxa4frrNek=
@@ -1316,7 +1316,7 @@ babel-plugin-transform-es2015-unicode-regex@^6.24.1:
13161316
babel-runtime "^6.22.0"
13171317
regexpu-core "^2.0.0"
13181318

1319-
babel-plugin-transform-exponentiation-operator@^6.24.1:
1319+
babel-plugin-transform-exponentiation-operator@^6.22.0, babel-plugin-transform-exponentiation-operator@^6.24.1:
13201320
version "6.24.1"
13211321
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e"
13221322
integrity sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=
@@ -1389,7 +1389,7 @@ babel-plugin-transform-react-jsx@^6.24.1:
13891389
babel-plugin-syntax-jsx "^6.8.0"
13901390
babel-runtime "^6.22.0"
13911391

1392-
babel-plugin-transform-regenerator@^6.24.1:
1392+
babel-plugin-transform-regenerator@^6.22.0:
13931393
version "6.26.0"
13941394
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f"
13951395
integrity sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=
@@ -1420,35 +1420,41 @@ babel-polyfill@^6.26.0:
14201420
core-js "^2.5.0"
14211421
regenerator-runtime "^0.10.5"
14221422

1423-
babel-preset-es2015@^6.13.2:
1424-
version "6.24.1"
1425-
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939"
1426-
integrity sha1-1EBQ1rwsn+6nAqrzjXJ6AhBTiTk=
1423+
babel-preset-env@^1.7.0:
1424+
version "1.7.0"
1425+
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.7.0.tgz#dea79fa4ebeb883cd35dab07e260c1c9c04df77a"
1426+
integrity sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==
14271427
dependencies:
14281428
babel-plugin-check-es2015-constants "^6.22.0"
1429+
babel-plugin-syntax-trailing-function-commas "^6.22.0"
1430+
babel-plugin-transform-async-to-generator "^6.22.0"
14291431
babel-plugin-transform-es2015-arrow-functions "^6.22.0"
14301432
babel-plugin-transform-es2015-block-scoped-functions "^6.22.0"
1431-
babel-plugin-transform-es2015-block-scoping "^6.24.1"
1432-
babel-plugin-transform-es2015-classes "^6.24.1"
1433-
babel-plugin-transform-es2015-computed-properties "^6.24.1"
1434-
babel-plugin-transform-es2015-destructuring "^6.22.0"
1435-
babel-plugin-transform-es2015-duplicate-keys "^6.24.1"
1436-
babel-plugin-transform-es2015-for-of "^6.22.0"
1437-
babel-plugin-transform-es2015-function-name "^6.24.1"
1433+
babel-plugin-transform-es2015-block-scoping "^6.23.0"
1434+
babel-plugin-transform-es2015-classes "^6.23.0"
1435+
babel-plugin-transform-es2015-computed-properties "^6.22.0"
1436+
babel-plugin-transform-es2015-destructuring "^6.23.0"
1437+
babel-plugin-transform-es2015-duplicate-keys "^6.22.0"
1438+
babel-plugin-transform-es2015-for-of "^6.23.0"
1439+
babel-plugin-transform-es2015-function-name "^6.22.0"
14381440
babel-plugin-transform-es2015-literals "^6.22.0"
1439-
babel-plugin-transform-es2015-modules-amd "^6.24.1"
1440-
babel-plugin-transform-es2015-modules-commonjs "^6.24.1"
1441-
babel-plugin-transform-es2015-modules-systemjs "^6.24.1"
1442-
babel-plugin-transform-es2015-modules-umd "^6.24.1"
1443-
babel-plugin-transform-es2015-object-super "^6.24.1"
1444-
babel-plugin-transform-es2015-parameters "^6.24.1"
1445-
babel-plugin-transform-es2015-shorthand-properties "^6.24.1"
1441+
babel-plugin-transform-es2015-modules-amd "^6.22.0"
1442+
babel-plugin-transform-es2015-modules-commonjs "^6.23.0"
1443+
babel-plugin-transform-es2015-modules-systemjs "^6.23.0"
1444+
babel-plugin-transform-es2015-modules-umd "^6.23.0"
1445+
babel-plugin-transform-es2015-object-super "^6.22.0"
1446+
babel-plugin-transform-es2015-parameters "^6.23.0"
1447+
babel-plugin-transform-es2015-shorthand-properties "^6.22.0"
14461448
babel-plugin-transform-es2015-spread "^6.22.0"
1447-
babel-plugin-transform-es2015-sticky-regex "^6.24.1"
1449+
babel-plugin-transform-es2015-sticky-regex "^6.22.0"
14481450
babel-plugin-transform-es2015-template-literals "^6.22.0"
1449-
babel-plugin-transform-es2015-typeof-symbol "^6.22.0"
1450-
babel-plugin-transform-es2015-unicode-regex "^6.24.1"
1451-
babel-plugin-transform-regenerator "^6.24.1"
1451+
babel-plugin-transform-es2015-typeof-symbol "^6.23.0"
1452+
babel-plugin-transform-es2015-unicode-regex "^6.22.0"
1453+
babel-plugin-transform-exponentiation-operator "^6.22.0"
1454+
babel-plugin-transform-regenerator "^6.22.0"
1455+
browserslist "^3.2.6"
1456+
invariant "^2.2.2"
1457+
semver "^5.3.0"
14521458

14531459
babel-preset-fbjs@^3.3.0:
14541460
version "3.3.0"
@@ -1791,6 +1797,14 @@ browserify-zlib@^0.2.0:
17911797
dependencies:
17921798
pako "~1.0.5"
17931799

1800+
browserslist@^3.2.6:
1801+
version "3.2.8"
1802+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.8.tgz#b0005361d6471f0f5952797a76fc985f1f978fc6"
1803+
integrity sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==
1804+
dependencies:
1805+
caniuse-lite "^1.0.30000844"
1806+
electron-to-chromium "^1.3.47"
1807+
17941808
bser@^2.0.0:
17951809
version "2.1.1"
17961810
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -1904,6 +1918,11 @@ camelcase@^4.0.0, camelcase@^4.1.0:
19041918
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
19051919
integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
19061920

1921+
caniuse-lite@^1.0.30000844:
1922+
version "1.0.30001006"
1923+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001006.tgz#5b6e8288792cfa275f007b2819a00ccad7112655"
1924+
integrity sha512-MXnUVX27aGs/QINz+QG1sWSLDr3P1A3Hq5EUWoIt0T7K24DuvMxZEnh3Y5aHlJW6Bz2aApJdSewdYLd8zQnUuw==
1925+
19071926
capture-stack-trace@^1.0.0:
19081927
version "1.0.1"
19091928
resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d"
@@ -2469,6 +2488,11 @@ [email protected]:
24692488
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
24702489
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
24712490

2491+
electron-to-chromium@^1.3.47:
2492+
version "1.3.302"
2493+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.302.tgz#4c7ba3d56166507a56f7eb603fdde1ed701f5ac8"
2494+
integrity sha512-1qConyiVEbj4xZRBXqtGR003+9tV0rJF0PS6aeO0Ln/UL637js9hdwweCl07meh/kJoI2N4W8q3R3g3F5z46ww==
2495+
24722496
elliptic@^6.0.0:
24732497
version "6.5.1"
24742498
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.1.tgz#c380f5f909bf1b9b4428d028cd18d3b0efd6b52b"
@@ -5134,10 +5158,10 @@ react-is@^16.8.1:
51345158
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.11.0.tgz#b85dfecd48ad1ce469ff558a882ca8e8313928fa"
51355159
integrity sha512-gbBVYR2p8mnriqAwWx9LbuUrShnAuSCNnuPGyc7GJrMVQtPDAh8iLpv7FRuMPFb56KkaVZIYSz1PrjI9q0QPCw==
51365160

5137-
react-relay@^0.0.0-experimental-a1a40b68:
5138-
version "0.0.0-experimental-a1a40b68"
5139-
resolved "https://registry.yarnpkg.com/react-relay/-/react-relay-0.0.0-experimental-a1a40b68.tgz#db719e89fb078447065f7e5d00b8567a9dddb0dd"
5140-
integrity sha512-XQfFnIdTjcSuNFfCWC6H13HH5+gEIJkpR4hkO8JDYczoTYrtRB4g2V58EDtX2IpOahAJpkJlGhWtdgp9YO5jZQ==
5161+
react-relay@^7.0.0:
5162+
version "7.0.0"
5163+
resolved "https://registry.yarnpkg.com/react-relay/-/react-relay-7.0.0.tgz#c8839c2781edc51d9ac3155b66e1b22aafadcf95"
5164+
integrity sha512-ozN7T09wXXzf+VigDK98SW6lMGly9oJsgPGk4jxremMl6WSPX4bAa6A4NMvsFoV9GVLKB2EpaFs1YirIjWywYw==
51415165
dependencies:
51425166
"@babel/runtime" "^7.0.0"
51435167
fbjs "^1.0.0"
@@ -5314,7 +5338,7 @@ regjsparser@^0.1.4:
53145338
jsesc "~0.5.0"
53155339

53165340
"relay-compiler-language-typescript@file:.yalc/relay-compiler-language-typescript":
5317-
version "10.0.0-fec54fe5"
5341+
version "10.0.0-67278bc7"
53185342
dependencies:
53195343
immutable "^4.0.0-rc.12"
53205344
invariant "^2.2.4"

0 commit comments

Comments
 (0)