Skip to content

Commit 514c952

Browse files
chore(deps-dev): bump @babel/preset-react from 7.13.13 to 7.14.5 (#231)
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.13.13 to 7.14.5. - [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.14.5/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 24eebb8 commit 514c952

File tree

1 file changed

+42
-49
lines changed

1 file changed

+42
-49
lines changed

yarn.lock

Lines changed: 42 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@
6060
jsesc "^2.5.1"
6161
source-map "^0.5.0"
6262

63-
"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
64-
version "7.12.13"
65-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
66-
integrity sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==
67-
dependencies:
68-
"@babel/types" "^7.12.13"
69-
7063
"@babel/helper-annotate-as-pure@^7.14.5":
7164
version "7.14.5"
7265
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -163,7 +156,7 @@
163156
dependencies:
164157
"@babel/types" "^7.14.5"
165158

166-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12", "@babel/helper-module-imports@^7.14.5":
159+
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
167160
version "7.14.5"
168161
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
169162
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
@@ -246,7 +239,7 @@
246239
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
247240
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
248241

249-
"@babel/helper-validator-option@^7.12.17", "@babel/helper-validator-option@^7.14.5":
242+
"@babel/helper-validator-option@^7.14.5":
250243
version "7.14.5"
251244
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
252245
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
@@ -486,12 +479,12 @@
486479
dependencies:
487480
"@babel/helper-plugin-utils" "^7.8.0"
488481

489-
"@babel/plugin-syntax-jsx@^7.12.13":
490-
version "7.12.13"
491-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz#044fb81ebad6698fe62c478875575bcbb9b70f15"
492-
integrity sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==
482+
"@babel/plugin-syntax-jsx@^7.14.5":
483+
version "7.14.5"
484+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201"
485+
integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==
493486
dependencies:
494-
"@babel/helper-plugin-utils" "^7.12.13"
487+
"@babel/helper-plugin-utils" "^7.14.5"
495488

496489
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
497490
version "7.10.4"
@@ -732,38 +725,38 @@
732725
dependencies:
733726
"@babel/helper-plugin-utils" "^7.14.5"
734727

735-
"@babel/plugin-transform-react-display-name@^7.12.13":
736-
version "7.12.13"
737-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.13.tgz#c28effd771b276f4647411c9733dbb2d2da954bd"
738-
integrity sha512-MprESJzI9O5VnJZrL7gg1MpdqmiFcUv41Jc7SahxYsNP2kDkFqClxxTZq+1Qv4AFCamm+GXMRDQINNn+qrxmiA==
728+
"@babel/plugin-transform-react-display-name@^7.14.5":
729+
version "7.14.5"
730+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.14.5.tgz#baa92d15c4570411301a85a74c13534873885b65"
731+
integrity sha512-07aqY1ChoPgIxsuDviptRpVkWCSbXWmzQqcgy65C6YSFOfPFvb/DX3bBRHh7pCd/PMEEYHYWUTSVkCbkVainYQ==
739732
dependencies:
740-
"@babel/helper-plugin-utils" "^7.12.13"
733+
"@babel/helper-plugin-utils" "^7.14.5"
741734

742-
"@babel/plugin-transform-react-jsx-development@^7.12.17":
743-
version "7.12.17"
744-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.17.tgz#f510c0fa7cd7234153539f9a362ced41a5ca1447"
745-
integrity sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ==
735+
"@babel/plugin-transform-react-jsx-development@^7.14.5":
736+
version "7.14.5"
737+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.14.5.tgz#1a6c73e2f7ed2c42eebc3d2ad60b0c7494fcb9af"
738+
integrity sha512-rdwG/9jC6QybWxVe2UVOa7q6cnTpw8JRRHOxntG/h6g/guAOe6AhtQHJuJh5FwmnXIT1bdm5vC2/5huV8ZOorQ==
746739
dependencies:
747-
"@babel/plugin-transform-react-jsx" "^7.12.17"
740+
"@babel/plugin-transform-react-jsx" "^7.14.5"
748741

749-
"@babel/plugin-transform-react-jsx@^7.12.17", "@babel/plugin-transform-react-jsx@^7.13.12":
750-
version "7.13.12"
751-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.13.12.tgz#1df5dfaf0f4b784b43e96da6f28d630e775f68b3"
752-
integrity sha512-jcEI2UqIcpCqB5U5DRxIl0tQEProI2gcu+g8VTIqxLO5Iidojb4d77q+fwGseCvd8af/lJ9masp4QWzBXFE2xA==
742+
"@babel/plugin-transform-react-jsx@^7.14.5":
743+
version "7.14.5"
744+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.5.tgz#39749f0ee1efd8a1bd729152cf5f78f1d247a44a"
745+
integrity sha512-7RylxNeDnxc1OleDm0F5Q/BSL+whYRbOAR+bwgCxIr0L32v7UFh/pz1DLMZideAUxKT6eMoS2zQH6fyODLEi8Q==
753746
dependencies:
754-
"@babel/helper-annotate-as-pure" "^7.12.13"
755-
"@babel/helper-module-imports" "^7.13.12"
756-
"@babel/helper-plugin-utils" "^7.13.0"
757-
"@babel/plugin-syntax-jsx" "^7.12.13"
758-
"@babel/types" "^7.13.12"
747+
"@babel/helper-annotate-as-pure" "^7.14.5"
748+
"@babel/helper-module-imports" "^7.14.5"
749+
"@babel/helper-plugin-utils" "^7.14.5"
750+
"@babel/plugin-syntax-jsx" "^7.14.5"
751+
"@babel/types" "^7.14.5"
759752

760-
"@babel/plugin-transform-react-pure-annotations@^7.12.1":
761-
version "7.12.1"
762-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz#05d46f0ab4d1339ac59adf20a1462c91b37a1a42"
763-
integrity sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg==
753+
"@babel/plugin-transform-react-pure-annotations@^7.14.5":
754+
version "7.14.5"
755+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.14.5.tgz#18de612b84021e3a9802cbc212c9d9f46d0d11fc"
756+
integrity sha512-3X4HpBJimNxW4rhUy/SONPyNQHp5YRr0HhJdT2OH1BRp0of7u3Dkirc7x9FRJMKMqTBI079VZ1hzv7Ouuz///g==
764757
dependencies:
765-
"@babel/helper-annotate-as-pure" "^7.10.4"
766-
"@babel/helper-plugin-utils" "^7.10.4"
758+
"@babel/helper-annotate-as-pure" "^7.14.5"
759+
"@babel/helper-plugin-utils" "^7.14.5"
767760

768761
"@babel/plugin-transform-regenerator@^7.14.5":
769762
version "7.14.5"
@@ -933,16 +926,16 @@
933926
esutils "^2.0.2"
934927

935928
"@babel/preset-react@^7.13.13":
936-
version "7.13.13"
937-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.13.13.tgz#fa6895a96c50763fe693f9148568458d5a839761"
938-
integrity sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA==
929+
version "7.14.5"
930+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.14.5.tgz#0fbb769513f899c2c56f3a882fa79673c2d4ab3c"
931+
integrity sha512-XFxBkjyObLvBaAvkx1Ie95Iaq4S/GUEIrejyrntQ/VCMKUYvKLoyKxOBzJ2kjA3b6rC9/KL6KXfDC2GqvLiNqQ==
939932
dependencies:
940-
"@babel/helper-plugin-utils" "^7.13.0"
941-
"@babel/helper-validator-option" "^7.12.17"
942-
"@babel/plugin-transform-react-display-name" "^7.12.13"
943-
"@babel/plugin-transform-react-jsx" "^7.13.12"
944-
"@babel/plugin-transform-react-jsx-development" "^7.12.17"
945-
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
933+
"@babel/helper-plugin-utils" "^7.14.5"
934+
"@babel/helper-validator-option" "^7.14.5"
935+
"@babel/plugin-transform-react-display-name" "^7.14.5"
936+
"@babel/plugin-transform-react-jsx" "^7.14.5"
937+
"@babel/plugin-transform-react-jsx-development" "^7.14.5"
938+
"@babel/plugin-transform-react-pure-annotations" "^7.14.5"
946939

947940
"@babel/runtime-corejs3@^7.10.2":
948941
version "7.12.5"
@@ -983,7 +976,7 @@
983976
debug "^4.1.0"
984977
globals "^11.1.0"
985978

986-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
979+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
987980
version "7.14.5"
988981
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
989982
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==

0 commit comments

Comments
 (0)