Skip to content

Commit 16677ad

Browse files
chore(deps-dev): bump @babel/preset-react from 7.9.4 to 7.10.1 (#355)
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.9.4 to 7.10.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-preset-react) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 8e43ed5 commit 16677ad

File tree

1 file changed

+104
-60
lines changed

1 file changed

+104
-60
lines changed

yarn.lock

Lines changed: 104 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@
6666
lodash "^4.17.13"
6767
source-map "^0.5.0"
6868

69+
"@babel/helper-annotate-as-pure@^7.10.1":
70+
version "7.10.1"
71+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
72+
integrity sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw==
73+
dependencies:
74+
"@babel/types" "^7.10.1"
75+
6976
"@babel/helper-annotate-as-pure@^7.8.3":
7077
version "7.8.3"
7178
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
@@ -81,22 +88,22 @@
8188
"@babel/helper-explode-assignable-expression" "^7.8.3"
8289
"@babel/types" "^7.8.3"
8390

84-
"@babel/helper-builder-react-jsx-experimental@^7.9.0":
85-
version "7.9.5"
86-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.9.5.tgz#0b4b3e04e6123f03b404ca4dfd6528fe6bb92fe3"
87-
integrity sha512-HAagjAC93tk748jcXpZ7oYRZH485RCq/+yEv9SIWezHRPv9moZArTnkUNciUNzvwHUABmiWKlcxJvMcu59UwTg==
91+
"@babel/helper-builder-react-jsx-experimental@^7.10.1":
92+
version "7.10.1"
93+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.1.tgz#9a7d58ad184d3ac3bafb1a452cec2bad7e4a0bc8"
94+
integrity sha512-irQJ8kpQUV3JasXPSFQ+LCCtJSc5ceZrPFVj6TElR6XCHssi3jV8ch3odIrNtjJFRZZVbrOEfJMI79TPU/h1pQ==
8895
dependencies:
89-
"@babel/helper-annotate-as-pure" "^7.8.3"
90-
"@babel/helper-module-imports" "^7.8.3"
91-
"@babel/types" "^7.9.5"
96+
"@babel/helper-annotate-as-pure" "^7.10.1"
97+
"@babel/helper-module-imports" "^7.10.1"
98+
"@babel/types" "^7.10.1"
9299

93-
"@babel/helper-builder-react-jsx@^7.9.0":
94-
version "7.9.0"
95-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.9.0.tgz#16bf391990b57732700a3278d4d9a81231ea8d32"
96-
integrity sha512-weiIo4gaoGgnhff54GQ3P5wsUQmnSwpkvU0r6ZHq6TzoSzKy4JxHEgnxNytaKbov2a9z/CVNyzliuCOUPEX3Jw==
100+
"@babel/helper-builder-react-jsx@^7.10.1":
101+
version "7.10.1"
102+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.1.tgz#a327f0cf983af5554701b1215de54a019f09b532"
103+
integrity sha512-KXzzpyWhXgzjXIlJU1ZjIXzUPdej1suE6vzqgImZ/cpAsR/CC8gUcX4EWRmDfWz/cs6HOCPMBIJ3nKoXt3BFuw==
97104
dependencies:
98-
"@babel/helper-annotate-as-pure" "^7.8.3"
99-
"@babel/types" "^7.9.0"
105+
"@babel/helper-annotate-as-pure" "^7.10.1"
106+
"@babel/types" "^7.10.1"
100107

101108
"@babel/helper-compilation-targets@^7.9.6":
102109
version "7.9.6"
@@ -177,6 +184,13 @@
177184
dependencies:
178185
"@babel/types" "^7.8.3"
179186

187+
"@babel/helper-module-imports@^7.10.1":
188+
version "7.10.1"
189+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876"
190+
integrity sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg==
191+
dependencies:
192+
"@babel/types" "^7.10.1"
193+
180194
"@babel/helper-module-imports@^7.8.3":
181195
version "7.8.3"
182196
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
@@ -204,10 +218,10 @@
204218
dependencies:
205219
"@babel/types" "^7.8.3"
206220

207-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
208-
version "7.8.3"
209-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
210-
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
221+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
222+
version "7.10.1"
223+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127"
224+
integrity sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA==
211225

212226
"@babel/helper-regex@^7.8.3":
213227
version "7.8.3"
@@ -252,6 +266,11 @@
252266
dependencies:
253267
"@babel/types" "^7.8.3"
254268

269+
"@babel/helper-validator-identifier@^7.10.1":
270+
version "7.10.1"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
272+
integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
273+
255274
"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
256275
version "7.9.5"
257276
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -445,13 +464,20 @@
445464
dependencies:
446465
"@babel/helper-plugin-utils" "^7.8.0"
447466

448-
"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.8.3":
467+
"@babel/plugin-syntax-jsx@^7.0.0":
449468
version "7.8.3"
450469
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz#521b06c83c40480f1e58b4fd33b92eceb1d6ea94"
451470
integrity sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A==
452471
dependencies:
453472
"@babel/helper-plugin-utils" "^7.8.3"
454473

474+
"@babel/plugin-syntax-jsx@^7.10.1":
475+
version "7.10.1"
476+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz#0ae371134a42b91d5418feb3c8c8d43e1565d2da"
477+
integrity sha512-+OxyOArpVFXQeXKLO9o+r2I4dIoVoy6+Uu0vKELrlweDM3QJADZj+Z+5ERansZqIZBcLj42vHnDI8Rz9BnRIuQ==
478+
dependencies:
479+
"@babel/helper-plugin-utils" "^7.10.1"
480+
455481
"@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
456482
version "7.8.3"
457483
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.8.3.tgz#3995d7d7ffff432f6ddc742b47e730c054599897"
@@ -718,47 +744,55 @@
718744
dependencies:
719745
"@babel/helper-plugin-utils" "^7.8.3"
720746

721-
"@babel/plugin-transform-react-display-name@^7.0.0", "@babel/plugin-transform-react-display-name@^7.8.3":
722-
version "7.8.3"
723-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.8.3.tgz#70ded987c91609f78353dd76d2fb2a0bb991e8e5"
724-
integrity sha512-3Jy/PCw8Fe6uBKtEgz3M82ljt+lTg+xJaM4og+eyu83qLT87ZUSckn0wy7r31jflURWLO83TW6Ylf7lyXj3m5A==
747+
"@babel/plugin-transform-react-display-name@^7.0.0", "@babel/plugin-transform-react-display-name@^7.10.1":
748+
version "7.10.1"
749+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.10.1.tgz#e6a33f6d48dfb213dda5e007d0c7ff82b6a3d8ef"
750+
integrity sha512-rBjKcVwjk26H3VX8pavMxGf33LNlbocMHdSeldIEswtQ/hrjyTG8fKKILW1cSkODyRovckN/uZlGb2+sAV9JUQ==
725751
dependencies:
726-
"@babel/helper-plugin-utils" "^7.8.3"
752+
"@babel/helper-plugin-utils" "^7.10.1"
727753

728-
"@babel/plugin-transform-react-jsx-development@^7.9.0":
729-
version "7.9.0"
730-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.9.0.tgz#3c2a130727caf00c2a293f0aed24520825dbf754"
731-
integrity sha512-tK8hWKrQncVvrhvtOiPpKrQjfNX3DtkNLSX4ObuGcpS9p0QrGetKmlySIGR07y48Zft8WVgPakqd/bk46JrMSw==
754+
"@babel/plugin-transform-react-jsx-development@^7.10.1":
755+
version "7.10.1"
756+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.10.1.tgz#1ac6300d8b28ef381ee48e6fec430cc38047b7f3"
757+
integrity sha512-XwDy/FFoCfw9wGFtdn5Z+dHh6HXKHkC6DwKNWpN74VWinUagZfDcEJc3Y8Dn5B3WMVnAllX8Kviaw7MtC5Epwg==
732758
dependencies:
733-
"@babel/helper-builder-react-jsx-experimental" "^7.9.0"
734-
"@babel/helper-plugin-utils" "^7.8.3"
735-
"@babel/plugin-syntax-jsx" "^7.8.3"
759+
"@babel/helper-builder-react-jsx-experimental" "^7.10.1"
760+
"@babel/helper-plugin-utils" "^7.10.1"
761+
"@babel/plugin-syntax-jsx" "^7.10.1"
736762

737-
"@babel/plugin-transform-react-jsx-self@^7.0.0", "@babel/plugin-transform-react-jsx-self@^7.9.0":
738-
version "7.9.0"
739-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.9.0.tgz#f4f26a325820205239bb915bad8e06fcadabb49b"
740-
integrity sha512-K2ObbWPKT7KUTAoyjCsFilOkEgMvFG+y0FqOl6Lezd0/13kMkkjHskVsZvblRPj1PHA44PrToaZANrryppzTvQ==
763+
"@babel/plugin-transform-react-jsx-self@^7.0.0", "@babel/plugin-transform-react-jsx-self@^7.10.1":
764+
version "7.10.1"
765+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.10.1.tgz#22143e14388d72eb88649606bb9e46f421bc3821"
766+
integrity sha512-4p+RBw9d1qV4S749J42ZooeQaBomFPrSxa9JONLHJ1TxCBo3TzJ79vtmG2S2erUT8PDDrPdw4ZbXGr2/1+dILA==
741767
dependencies:
742-
"@babel/helper-plugin-utils" "^7.8.3"
743-
"@babel/plugin-syntax-jsx" "^7.8.3"
768+
"@babel/helper-plugin-utils" "^7.10.1"
769+
"@babel/plugin-syntax-jsx" "^7.10.1"
744770

745-
"@babel/plugin-transform-react-jsx-source@^7.0.0", "@babel/plugin-transform-react-jsx-source@^7.9.0":
746-
version "7.9.0"
747-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.9.0.tgz#89ef93025240dd5d17d3122294a093e5e0183de0"
748-
integrity sha512-K6m3LlSnTSfRkM6FcRk8saNEeaeyG5k7AVkBU2bZK3+1zdkSED3qNdsWrUgQBeTVD2Tp3VMmerxVO2yM5iITmw==
771+
"@babel/plugin-transform-react-jsx-source@^7.0.0", "@babel/plugin-transform-react-jsx-source@^7.10.1":
772+
version "7.10.1"
773+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.10.1.tgz#30db3d4ee3cdebbb26a82a9703673714777a4273"
774+
integrity sha512-neAbaKkoiL+LXYbGDvh6PjPG+YeA67OsZlE78u50xbWh2L1/C81uHiNP5d1fw+uqUIoiNdCC8ZB+G4Zh3hShJA==
749775
dependencies:
750-
"@babel/helper-plugin-utils" "^7.8.3"
751-
"@babel/plugin-syntax-jsx" "^7.8.3"
776+
"@babel/helper-plugin-utils" "^7.10.1"
777+
"@babel/plugin-syntax-jsx" "^7.10.1"
752778

753-
"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.9.4":
754-
version "7.9.4"
755-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.9.4.tgz#86f576c8540bd06d0e95e0b61ea76d55f6cbd03f"
756-
integrity sha512-Mjqf3pZBNLt854CK0C/kRuXAnE6H/bo7xYojP+WGtX8glDGSibcwnsWwhwoSuRg0+EBnxPC1ouVnuetUIlPSAw==
779+
"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.10.1":
780+
version "7.10.1"
781+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.1.tgz#91f544248ba131486decb5d9806da6a6e19a2896"
782+
integrity sha512-MBVworWiSRBap3Vs39eHt+6pJuLUAaK4oxGc8g+wY+vuSJvLiEQjW1LSTqKb8OUPtDvHCkdPhk7d6sjC19xyFw==
757783
dependencies:
758-
"@babel/helper-builder-react-jsx" "^7.9.0"
759-
"@babel/helper-builder-react-jsx-experimental" "^7.9.0"
760-
"@babel/helper-plugin-utils" "^7.8.3"
761-
"@babel/plugin-syntax-jsx" "^7.8.3"
784+
"@babel/helper-builder-react-jsx" "^7.10.1"
785+
"@babel/helper-builder-react-jsx-experimental" "^7.10.1"
786+
"@babel/helper-plugin-utils" "^7.10.1"
787+
"@babel/plugin-syntax-jsx" "^7.10.1"
788+
789+
"@babel/plugin-transform-react-pure-annotations@^7.10.1":
790+
version "7.10.1"
791+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.10.1.tgz#f5e7c755d3e7614d4c926e144f501648a5277b70"
792+
integrity sha512-mfhoiai083AkeewsBHUpaS/FM1dmUENHBMpS/tugSJ7VXqXO5dCN1Gkint2YvM1Cdv1uhmAKt1ZOuAjceKmlLA==
793+
dependencies:
794+
"@babel/helper-annotate-as-pure" "^7.10.1"
795+
"@babel/helper-plugin-utils" "^7.10.1"
762796

763797
"@babel/plugin-transform-regenerator@^7.0.0", "@babel/plugin-transform-regenerator@^7.8.7":
764798
version "7.8.7"
@@ -924,16 +958,17 @@
924958
esutils "^2.0.2"
925959

926960
"@babel/preset-react@^7.9.4":
927-
version "7.9.4"
928-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.9.4.tgz#c6c97693ac65b6b9c0b4f25b948a8f665463014d"
929-
integrity sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ==
930-
dependencies:
931-
"@babel/helper-plugin-utils" "^7.8.3"
932-
"@babel/plugin-transform-react-display-name" "^7.8.3"
933-
"@babel/plugin-transform-react-jsx" "^7.9.4"
934-
"@babel/plugin-transform-react-jsx-development" "^7.9.0"
935-
"@babel/plugin-transform-react-jsx-self" "^7.9.0"
936-
"@babel/plugin-transform-react-jsx-source" "^7.9.0"
961+
version "7.10.1"
962+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.10.1.tgz#e2ab8ae9a363ec307b936589f07ed753192de041"
963+
integrity sha512-Rw0SxQ7VKhObmFjD/cUcKhPTtzpeviEFX1E6PgP+cYOhQ98icNqtINNFANlsdbQHrmeWnqdxA4Tmnl1jy5tp3Q==
964+
dependencies:
965+
"@babel/helper-plugin-utils" "^7.10.1"
966+
"@babel/plugin-transform-react-display-name" "^7.10.1"
967+
"@babel/plugin-transform-react-jsx" "^7.10.1"
968+
"@babel/plugin-transform-react-jsx-development" "^7.10.1"
969+
"@babel/plugin-transform-react-jsx-self" "^7.10.1"
970+
"@babel/plugin-transform-react-jsx-source" "^7.10.1"
971+
"@babel/plugin-transform-react-pure-annotations" "^7.10.1"
937972

938973
"@babel/register@^7.0.0":
939974
version "7.9.0"
@@ -994,6 +1029,15 @@
9941029
lodash "^4.17.13"
9951030
to-fast-properties "^2.0.0"
9961031

1032+
"@babel/types@^7.10.1":
1033+
version "7.10.1"
1034+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.1.tgz#6886724d31c8022160a7db895e6731ca33483921"
1035+
integrity sha512-L2yqUOpf3tzlW9GVuipgLEcZxnO+96SzR6fjXMuxxNkIgFJ5+07mHCZ+HkHqaeZu8+3LKnNJJ1bKbjBETQAsrA==
1036+
dependencies:
1037+
"@babel/helper-validator-identifier" "^7.10.1"
1038+
lodash "^4.17.13"
1039+
to-fast-properties "^2.0.0"
1040+
9971041
"@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.9.6":
9981042
version "7.9.6"
9991043
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"

0 commit comments

Comments
 (0)