Skip to content

Commit a131225

Browse files
build(deps-dev): bump @babel/preset-react from 7.17.12 to 7.18.6 (#6250)
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.17.12 to 7.18.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-preset-react) --- updated-dependencies: - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 532418a commit a131225

File tree

2 files changed

+77
-50
lines changed

2 files changed

+77
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@babel/eslint-parser": "^7.18.2",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
7676
"@babel/preset-env": "^7.18.2",
77-
"@babel/preset-react": "^7.17.12",
77+
"@babel/preset-react": "^7.18.6",
7878
"@mdx-js/loader": "^2.0.0-next.9",
7979
"@octokit/auth-action": "^1.3.3",
8080
"@octokit/rest": "^18.12.0",

yarn.lock

Lines changed: 76 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,13 @@
199199
dependencies:
200200
"@babel/types" "^7.16.7"
201201

202+
"@babel/helper-annotate-as-pure@^7.18.6":
203+
version "7.18.6"
204+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
205+
integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==
206+
dependencies:
207+
"@babel/types" "^7.18.6"
208+
202209
"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7":
203210
version "7.16.7"
204211
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b"
@@ -351,6 +358,13 @@
351358
dependencies:
352359
"@babel/types" "^7.16.7"
353360

361+
"@babel/helper-module-imports@^7.18.6":
362+
version "7.18.6"
363+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
364+
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
365+
dependencies:
366+
"@babel/types" "^7.18.6"
367+
354368
"@babel/helper-module-transforms@^7.18.0":
355369
version "7.18.0"
356370
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
@@ -372,10 +386,10 @@
372386
dependencies:
373387
"@babel/types" "^7.16.7"
374388

375-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
376-
version "7.17.12"
377-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz#86c2347da5acbf5583ba0a10aed4c9bf9da9cf96"
378-
integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==
389+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
390+
version "7.18.6"
391+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d"
392+
integrity sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==
379393

380394
"@babel/helper-remap-async-to-generator@^7.16.8":
381395
version "7.16.8"
@@ -430,10 +444,15 @@
430444
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
431445
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
432446

433-
"@babel/helper-validator-option@^7.14.5", "@babel/helper-validator-option@^7.16.7":
434-
version "7.16.7"
435-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
436-
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
447+
"@babel/helper-validator-identifier@^7.18.6":
448+
version "7.18.6"
449+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
450+
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
451+
452+
"@babel/helper-validator-option@^7.14.5", "@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.18.6":
453+
version "7.18.6"
454+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
455+
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
437456

438457
"@babel/helper-wrap-function@^7.16.8":
439458
version "7.16.8"
@@ -675,12 +694,12 @@
675694
dependencies:
676695
"@babel/helper-plugin-utils" "^7.8.0"
677696

678-
"@babel/plugin-syntax-jsx@^7.17.12":
679-
version "7.17.12"
680-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.17.12.tgz#834035b45061983a491f60096f61a2e7c5674a47"
681-
integrity sha512-spyY3E3AURfxh/RHtjx5j6hs8am5NbUBGfcZ2vB3uShSpZdQyXSf5rR5Mk76vbtlAZOelyVQ71Fg0x9SG4fsog==
697+
"@babel/plugin-syntax-jsx@^7.18.6":
698+
version "7.18.6"
699+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0"
700+
integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==
682701
dependencies:
683-
"@babel/helper-plugin-utils" "^7.17.12"
702+
"@babel/helper-plugin-utils" "^7.18.6"
684703

685704
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
686705
version "7.10.4"
@@ -945,38 +964,38 @@
945964
dependencies:
946965
"@babel/helper-plugin-utils" "^7.14.5"
947966

948-
"@babel/plugin-transform-react-display-name@^7.16.7":
949-
version "7.16.7"
950-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz#7b6d40d232f4c0f550ea348593db3b21e2404340"
951-
integrity sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==
967+
"@babel/plugin-transform-react-display-name@^7.18.6":
968+
version "7.18.6"
969+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz#8b1125f919ef36ebdfff061d664e266c666b9415"
970+
integrity sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==
952971
dependencies:
953-
"@babel/helper-plugin-utils" "^7.16.7"
972+
"@babel/helper-plugin-utils" "^7.18.6"
954973

955-
"@babel/plugin-transform-react-jsx-development@^7.16.7":
956-
version "7.16.7"
957-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz#43a00724a3ed2557ed3f276a01a929e6686ac7b8"
958-
integrity sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==
974+
"@babel/plugin-transform-react-jsx-development@^7.18.6":
975+
version "7.18.6"
976+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz#dbe5c972811e49c7405b630e4d0d2e1380c0ddc5"
977+
integrity sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==
959978
dependencies:
960-
"@babel/plugin-transform-react-jsx" "^7.16.7"
979+
"@babel/plugin-transform-react-jsx" "^7.18.6"
961980

962-
"@babel/plugin-transform-react-jsx@^7.16.7", "@babel/plugin-transform-react-jsx@^7.17.12":
963-
version "7.17.12"
964-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.12.tgz#2aa20022709cd6a3f40b45d60603d5f269586dba"
965-
integrity sha512-Lcaw8bxd1DKht3thfD4A12dqo1X16he1Lm8rIv8sTwjAYNInRS1qHa9aJoqvzpscItXvftKDCfaEQzwoVyXpEQ==
981+
"@babel/plugin-transform-react-jsx@^7.18.6":
982+
version "7.18.6"
983+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.6.tgz#2721e96d31df96e3b7ad48ff446995d26bc028ff"
984+
integrity sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==
966985
dependencies:
967-
"@babel/helper-annotate-as-pure" "^7.16.7"
968-
"@babel/helper-module-imports" "^7.16.7"
969-
"@babel/helper-plugin-utils" "^7.17.12"
970-
"@babel/plugin-syntax-jsx" "^7.17.12"
971-
"@babel/types" "^7.17.12"
986+
"@babel/helper-annotate-as-pure" "^7.18.6"
987+
"@babel/helper-module-imports" "^7.18.6"
988+
"@babel/helper-plugin-utils" "^7.18.6"
989+
"@babel/plugin-syntax-jsx" "^7.18.6"
990+
"@babel/types" "^7.18.6"
972991

973-
"@babel/plugin-transform-react-pure-annotations@^7.16.7":
974-
version "7.16.7"
975-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz#232bfd2f12eb551d6d7d01d13fe3f86b45eb9c67"
976-
integrity sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==
992+
"@babel/plugin-transform-react-pure-annotations@^7.18.6":
993+
version "7.18.6"
994+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz#561af267f19f3e5d59291f9950fd7b9663d0d844"
995+
integrity sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==
977996
dependencies:
978-
"@babel/helper-annotate-as-pure" "^7.16.7"
979-
"@babel/helper-plugin-utils" "^7.16.7"
997+
"@babel/helper-annotate-as-pure" "^7.18.6"
998+
"@babel/helper-plugin-utils" "^7.18.6"
980999

9811000
"@babel/plugin-transform-regenerator@^7.18.0":
9821001
version "7.18.0"
@@ -1145,17 +1164,17 @@
11451164
"@babel/types" "^7.4.4"
11461165
esutils "^2.0.2"
11471166

1148-
"@babel/preset-react@^7.14.5", "@babel/preset-react@^7.17.12":
1149-
version "7.17.12"
1150-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.17.12.tgz#62adbd2d1870c0de3893095757ed5b00b492ab3d"
1151-
integrity sha512-h5U+rwreXtZaRBEQhW1hOJLMq8XNJBQ/9oymXiCXTuT/0uOwpbT0gUt+sXeOqoXBgNuUKI7TaObVwoEyWkpFgA==
1167+
"@babel/preset-react@^7.14.5", "@babel/preset-react@^7.18.6":
1168+
version "7.18.6"
1169+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.18.6.tgz#979f76d6277048dc19094c217b507f3ad517dd2d"
1170+
integrity sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==
11521171
dependencies:
1153-
"@babel/helper-plugin-utils" "^7.17.12"
1154-
"@babel/helper-validator-option" "^7.16.7"
1155-
"@babel/plugin-transform-react-display-name" "^7.16.7"
1156-
"@babel/plugin-transform-react-jsx" "^7.17.12"
1157-
"@babel/plugin-transform-react-jsx-development" "^7.16.7"
1158-
"@babel/plugin-transform-react-pure-annotations" "^7.16.7"
1172+
"@babel/helper-plugin-utils" "^7.18.6"
1173+
"@babel/helper-validator-option" "^7.18.6"
1174+
"@babel/plugin-transform-react-display-name" "^7.18.6"
1175+
"@babel/plugin-transform-react-jsx" "^7.18.6"
1176+
"@babel/plugin-transform-react-jsx-development" "^7.18.6"
1177+
"@babel/plugin-transform-react-pure-annotations" "^7.18.6"
11591178

11601179
"@babel/preset-typescript@^7.15.0":
11611180
version "7.16.0"
@@ -1198,14 +1217,22 @@
11981217
debug "^4.1.0"
11991218
globals "^11.1.0"
12001219

1201-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1220+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
12021221
version "7.18.4"
12031222
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
12041223
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
12051224
dependencies:
12061225
"@babel/helper-validator-identifier" "^7.16.7"
12071226
to-fast-properties "^2.0.0"
12081227

1228+
"@babel/types@^7.18.6":
1229+
version "7.18.6"
1230+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0"
1231+
integrity sha512-NdBNzPDwed30fZdDQtVR7ZgaO4UKjuaQFH9VArS+HMnurlOY0JWN+4ROlu/iapMFwjRQU4pOG4StZfDmulEwGA==
1232+
dependencies:
1233+
"@babel/helper-validator-identifier" "^7.18.6"
1234+
to-fast-properties "^2.0.0"
1235+
12091236
"@bcoe/v8-coverage@^0.2.3":
12101237
version "0.2.3"
12111238
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)