Skip to content

Commit b08462a

Browse files
Update babel monorepo
1 parent 2b485c4 commit b08462a

File tree

2 files changed

+113
-4
lines changed

2 files changed

+113
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"web3": "1.8.2"
9696
},
9797
"devDependencies": {
98-
"@babel/eslint-parser": "7.19.1",
99-
"@babel/preset-react": "7.18.6",
98+
"@babel/eslint-parser": "7.22.6",
99+
"@babel/preset-react": "7.22.5",
100100
"@testing-library/jest-dom": "5.16.5",
101101
"@testing-library/react": "14.0.0",
102102
"@vitest/ui": "^0.29.8",

yarn.lock

Lines changed: 111 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,16 @@
114114
json5 "^2.2.2"
115115
semver "^6.3.0"
116116

117-
"@babel/[email protected]", "@babel/eslint-parser@^7.16.3":
117+
118+
version "7.22.6"
119+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.6.tgz#fa75b578a6392d92243eb8fb9c4e7ece8ad7c583"
120+
integrity sha512-KAom7E7d6bAh5/PflF3luynWlDLOIqfX+ZJcL0LRs6/6rtXJmJxPiWuIGfxNPtcWdtQ5lSSJbKbQlz/c/R60Ng==
121+
dependencies:
122+
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
123+
"@nicolo-ribaudo/semver-v6" "^6.3.3"
124+
eslint-visitor-keys "^2.1.0"
125+
126+
"@babel/eslint-parser@^7.16.3":
118127
version "7.19.1"
119128
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4"
120129
integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==
@@ -150,6 +159,13 @@
150159
dependencies:
151160
"@babel/types" "^7.18.6"
152161

162+
"@babel/helper-annotate-as-pure@^7.22.5":
163+
version "7.22.5"
164+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
165+
integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==
166+
dependencies:
167+
"@babel/types" "^7.22.5"
168+
153169
"@babel/helper-builder-binary-assignment-operator-visitor@^7.18.6":
154170
version "7.18.9"
155171
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz#acd4edfd7a566d1d51ea975dff38fd52906981bb"
@@ -255,6 +271,13 @@
255271
dependencies:
256272
"@babel/types" "^7.18.6"
257273

274+
"@babel/helper-module-imports@^7.22.5":
275+
version "7.22.5"
276+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c"
277+
integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==
278+
dependencies:
279+
"@babel/types" "^7.22.5"
280+
258281
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.0", "@babel/helper-module-transforms@^7.21.2":
259282
version "7.21.2"
260283
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
@@ -281,6 +304,11 @@
281304
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
282305
integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
283306

307+
"@babel/helper-plugin-utils@^7.22.5":
308+
version "7.22.5"
309+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
310+
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
311+
284312
"@babel/helper-remap-async-to-generator@^7.18.9":
285313
version "7.18.9"
286314
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519"
@@ -329,16 +357,31 @@
329357
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
330358
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
331359

360+
"@babel/helper-string-parser@^7.22.5":
361+
version "7.22.5"
362+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
363+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
364+
332365
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
333366
version "7.19.1"
334367
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
335368
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
336369

370+
"@babel/helper-validator-identifier@^7.22.5":
371+
version "7.22.5"
372+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
373+
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
374+
337375
"@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0":
338376
version "7.21.0"
339377
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
340378
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
341379

380+
"@babel/helper-validator-option@^7.22.5":
381+
version "7.22.5"
382+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
383+
integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==
384+
342385
"@babel/helper-wrap-function@^7.18.9":
343386
version "7.20.5"
344387
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3"
@@ -617,6 +660,13 @@
617660
dependencies:
618661
"@babel/helper-plugin-utils" "^7.18.6"
619662

663+
"@babel/plugin-syntax-jsx@^7.22.5":
664+
version "7.22.5"
665+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#a6b68e84fb76e759fc3b93e901876ffabbe1d918"
666+
integrity sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==
667+
dependencies:
668+
"@babel/helper-plugin-utils" "^7.22.5"
669+
620670
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
621671
version "7.10.4"
622672
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
@@ -887,13 +937,27 @@
887937
dependencies:
888938
"@babel/helper-plugin-utils" "^7.18.6"
889939

940+
"@babel/plugin-transform-react-display-name@^7.22.5":
941+
version "7.22.5"
942+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz#3c4326f9fce31c7968d6cb9debcaf32d9e279a2b"
943+
integrity sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==
944+
dependencies:
945+
"@babel/helper-plugin-utils" "^7.22.5"
946+
890947
"@babel/plugin-transform-react-jsx-development@^7.18.6":
891948
version "7.18.6"
892949
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz#dbe5c972811e49c7405b630e4d0d2e1380c0ddc5"
893950
integrity sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==
894951
dependencies:
895952
"@babel/plugin-transform-react-jsx" "^7.18.6"
896953

954+
"@babel/plugin-transform-react-jsx-development@^7.22.5":
955+
version "7.22.5"
956+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz#e716b6edbef972a92165cd69d92f1255f7e73e87"
957+
integrity sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==
958+
dependencies:
959+
"@babel/plugin-transform-react-jsx" "^7.22.5"
960+
897961
"@babel/plugin-transform-react-jsx-self@^7.18.6":
898962
version "7.21.0"
899963
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.21.0.tgz#ec98d4a9baafc5a1eb398da4cf94afbb40254a54"
@@ -919,6 +983,17 @@
919983
"@babel/plugin-syntax-jsx" "^7.18.6"
920984
"@babel/types" "^7.21.0"
921985

986+
"@babel/plugin-transform-react-jsx@^7.22.5":
987+
version "7.22.5"
988+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz#932c291eb6dd1153359e2a90cb5e557dcf068416"
989+
integrity sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==
990+
dependencies:
991+
"@babel/helper-annotate-as-pure" "^7.22.5"
992+
"@babel/helper-module-imports" "^7.22.5"
993+
"@babel/helper-plugin-utils" "^7.22.5"
994+
"@babel/plugin-syntax-jsx" "^7.22.5"
995+
"@babel/types" "^7.22.5"
996+
922997
"@babel/plugin-transform-react-pure-annotations@^7.18.6":
923998
version "7.18.6"
924999
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz#561af267f19f3e5d59291f9950fd7b9663d0d844"
@@ -927,6 +1002,14 @@
9271002
"@babel/helper-annotate-as-pure" "^7.18.6"
9281003
"@babel/helper-plugin-utils" "^7.18.6"
9291004

1005+
"@babel/plugin-transform-react-pure-annotations@^7.22.5":
1006+
version "7.22.5"
1007+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.22.5.tgz#1f58363eef6626d6fa517b95ac66fe94685e32c0"
1008+
integrity sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==
1009+
dependencies:
1010+
"@babel/helper-annotate-as-pure" "^7.22.5"
1011+
"@babel/helper-plugin-utils" "^7.22.5"
1012+
9301013
"@babel/plugin-transform-regenerator@^7.18.6":
9311014
version "7.20.5"
9321015
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz#57cda588c7ffb7f4f8483cc83bdcea02a907f04d"
@@ -1106,7 +1189,19 @@
11061189
"@babel/types" "^7.4.4"
11071190
esutils "^2.0.2"
11081191

1109-
"@babel/[email protected]", "@babel/preset-react@^7.12.5", "@babel/preset-react@^7.16.0":
1192+
1193+
version "7.22.5"
1194+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.22.5.tgz#c4d6058fbf80bccad02dd8c313a9aaa67e3c3dd6"
1195+
integrity sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==
1196+
dependencies:
1197+
"@babel/helper-plugin-utils" "^7.22.5"
1198+
"@babel/helper-validator-option" "^7.22.5"
1199+
"@babel/plugin-transform-react-display-name" "^7.22.5"
1200+
"@babel/plugin-transform-react-jsx" "^7.22.5"
1201+
"@babel/plugin-transform-react-jsx-development" "^7.22.5"
1202+
"@babel/plugin-transform-react-pure-annotations" "^7.22.5"
1203+
1204+
"@babel/preset-react@^7.12.5", "@babel/preset-react@^7.16.0":
11101205
version "7.18.6"
11111206
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.18.6.tgz#979f76d6277048dc19094c217b507f3ad517dd2d"
11121207
integrity sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==
@@ -1198,6 +1293,15 @@
11981293
"@babel/helper-validator-identifier" "^7.19.1"
11991294
to-fast-properties "^2.0.0"
12001295

1296+
"@babel/types@^7.22.5":
1297+
version "7.22.5"
1298+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
1299+
integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==
1300+
dependencies:
1301+
"@babel/helper-string-parser" "^7.22.5"
1302+
"@babel/helper-validator-identifier" "^7.22.5"
1303+
to-fast-properties "^2.0.0"
1304+
12011305
"@bcoe/v8-coverage@^0.2.3":
12021306
version "0.2.3"
12031307
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2965,6 +3069,11 @@
29653069
dependencies:
29663070
eslint-scope "5.1.1"
29673071

3072+
"@nicolo-ribaudo/semver-v6@^6.3.3":
3073+
version "6.3.3"
3074+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29"
3075+
integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==
3076+
29683077
"@noble/ed25519@^1.7.0":
29693078
version "1.7.3"
29703079
resolved "https://registry.yarnpkg.com/@noble/ed25519/-/ed25519-1.7.3.tgz#57e1677bf6885354b466c38e2b620c62f45a7123"

0 commit comments

Comments
 (0)