Skip to content

Commit 738053b

Browse files
chore(deps-dev): bump @babel/preset-react from 7.12.13 to 7.13.13 (#727)
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.12.13 to 7.13.13. - [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.13.13/packages/babel-preset-react) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c473f11 commit 738053b

File tree

1 file changed

+36
-15
lines changed

1 file changed

+36
-15
lines changed

yarn.lock

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,13 @@
185185
dependencies:
186186
"@babel/types" "^7.12.13"
187187

188+
"@babel/helper-module-imports@^7.13.12":
189+
version "7.13.12"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
191+
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
192+
dependencies:
193+
"@babel/types" "^7.13.12"
194+
188195
"@babel/helper-module-transforms@^7.13.0":
189196
version "7.13.0"
190197
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
@@ -262,6 +269,11 @@
262269
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
263270
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
264271

272+
"@babel/helper-validator-identifier@^7.14.0":
273+
version "7.14.0"
274+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
275+
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
276+
265277
"@babel/helper-validator-option@^7.12.17":
266278
version "7.12.17"
267279
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -783,7 +795,7 @@
783795
dependencies:
784796
"@babel/helper-plugin-utils" "^7.12.13"
785797

786-
"@babel/plugin-transform-react-jsx-development@^7.12.12":
798+
"@babel/plugin-transform-react-jsx-development@^7.12.17":
787799
version "7.12.17"
788800
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.17.tgz#f510c0fa7cd7234153539f9a362ced41a5ca1447"
789801
integrity sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ==
@@ -804,16 +816,16 @@
804816
dependencies:
805817
"@babel/helper-plugin-utils" "^7.10.4"
806818

807-
"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.12.13", "@babel/plugin-transform-react-jsx@^7.12.17":
808-
version "7.12.17"
809-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.17.tgz#dd2c1299f5e26de584939892de3cfc1807a38f24"
810-
integrity sha512-mwaVNcXV+l6qJOuRhpdTEj8sT/Z0owAVWf9QujTZ0d2ye9X/K+MTOTSizcgKOj18PGnTc/7g1I4+cIUjsKhBcw==
819+
"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.12.17", "@babel/plugin-transform-react-jsx@^7.13.12":
820+
version "7.13.12"
821+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.13.12.tgz#1df5dfaf0f4b784b43e96da6f28d630e775f68b3"
822+
integrity sha512-jcEI2UqIcpCqB5U5DRxIl0tQEProI2gcu+g8VTIqxLO5Iidojb4d77q+fwGseCvd8af/lJ9masp4QWzBXFE2xA==
811823
dependencies:
812824
"@babel/helper-annotate-as-pure" "^7.12.13"
813-
"@babel/helper-module-imports" "^7.12.13"
814-
"@babel/helper-plugin-utils" "^7.12.13"
825+
"@babel/helper-module-imports" "^7.13.12"
826+
"@babel/helper-plugin-utils" "^7.13.0"
815827
"@babel/plugin-syntax-jsx" "^7.12.13"
816-
"@babel/types" "^7.12.17"
828+
"@babel/types" "^7.13.12"
817829

818830
"@babel/plugin-transform-react-pure-annotations@^7.12.1":
819831
version "7.12.1"
@@ -1010,14 +1022,15 @@
10101022
esutils "^2.0.2"
10111023

10121024
"@babel/preset-react@^7.9.4":
1013-
version "7.12.13"
1014-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.13.tgz#5f911b2eb24277fa686820d5bd81cad9a0602a0a"
1015-
integrity sha512-TYM0V9z6Abb6dj1K7i5NrEhA13oS5ujUYQYDfqIBXYHOc2c2VkFgc+q9kyssIyUfy4/hEwqrgSlJ/Qgv8zJLsA==
1025+
version "7.13.13"
1026+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.13.13.tgz#fa6895a96c50763fe693f9148568458d5a839761"
1027+
integrity sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA==
10161028
dependencies:
1017-
"@babel/helper-plugin-utils" "^7.12.13"
1029+
"@babel/helper-plugin-utils" "^7.13.0"
1030+
"@babel/helper-validator-option" "^7.12.17"
10181031
"@babel/plugin-transform-react-display-name" "^7.12.13"
1019-
"@babel/plugin-transform-react-jsx" "^7.12.13"
1020-
"@babel/plugin-transform-react-jsx-development" "^7.12.12"
1032+
"@babel/plugin-transform-react-jsx" "^7.13.12"
1033+
"@babel/plugin-transform-react-jsx-development" "^7.12.17"
10211034
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
10221035

10231036
"@babel/preset-typescript@^7.1.0":
@@ -1086,7 +1099,7 @@
10861099
globals "^11.1.0"
10871100
lodash "^4.17.19"
10881101

1089-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.12.5", "@babel/types@^7.13.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1102+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.13.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
10901103
version "7.13.0"
10911104
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80"
10921105
integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
@@ -1095,6 +1108,14 @@
10951108
lodash "^4.17.19"
10961109
to-fast-properties "^2.0.0"
10971110

1111+
"@babel/types@^7.13.12":
1112+
version "7.14.0"
1113+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.0.tgz#3fc3fc74e0cdad878182e5f66cc6bcab1915a802"
1114+
integrity sha512-O2LVLdcnWplaGxiPBz12d0HcdN8QdxdsWYhz5LSeuukV/5mn2xUUc3gBeU4QBYPJ18g/UToe8F532XJ608prmg==
1115+
dependencies:
1116+
"@babel/helper-validator-identifier" "^7.14.0"
1117+
to-fast-properties "^2.0.0"
1118+
10981119
"@bcoe/v8-coverage@^0.2.3":
10991120
version "0.2.3"
11001121
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)