Skip to content

Commit ab5d93f

Browse files
chore(deps-dev): bump @babel/preset-react from 7.12.13 to 7.13.13 (#99)
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 ef946ce commit ab5d93f

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/core": "^7.12.10",
99
"@babel/plugin-transform-runtime": "^7.12.10",
1010
"@babel/preset-env": "^7.12.11",
11-
"@babel/preset-react":"7.12.13",
11+
"@babel/preset-react":"7.13.13",
1212
"@commitlint/cli": "^12.0.0",
1313
"@commitlint/config-conventional": "^12.0.0",
1414
"@rollup/plugin-babel": "^5.2.2",

yarn.lock

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@
171171
dependencies:
172172
"@babel/types" "^7.12.13"
173173

174+
"@babel/helper-module-imports@^7.13.12":
175+
version "7.13.12"
176+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
177+
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
178+
dependencies:
179+
"@babel/types" "^7.13.12"
180+
174181
"@babel/helper-module-transforms@^7.13.0":
175182
version "7.13.0"
176183
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
@@ -704,23 +711,23 @@
704711
dependencies:
705712
"@babel/helper-plugin-utils" "^7.12.13"
706713

707-
"@babel/plugin-transform-react-jsx-development@^7.12.12":
714+
"@babel/plugin-transform-react-jsx-development@^7.12.17":
708715
version "7.12.17"
709716
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.17.tgz#f510c0fa7cd7234153539f9a362ced41a5ca1447"
710717
integrity sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ==
711718
dependencies:
712719
"@babel/plugin-transform-react-jsx" "^7.12.17"
713720

714-
"@babel/plugin-transform-react-jsx@^7.12.13", "@babel/plugin-transform-react-jsx@^7.12.17":
715-
version "7.12.17"
716-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.17.tgz#dd2c1299f5e26de584939892de3cfc1807a38f24"
717-
integrity sha512-mwaVNcXV+l6qJOuRhpdTEj8sT/Z0owAVWf9QujTZ0d2ye9X/K+MTOTSizcgKOj18PGnTc/7g1I4+cIUjsKhBcw==
721+
"@babel/plugin-transform-react-jsx@^7.12.17", "@babel/plugin-transform-react-jsx@^7.13.12":
722+
version "7.13.12"
723+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.13.12.tgz#1df5dfaf0f4b784b43e96da6f28d630e775f68b3"
724+
integrity sha512-jcEI2UqIcpCqB5U5DRxIl0tQEProI2gcu+g8VTIqxLO5Iidojb4d77q+fwGseCvd8af/lJ9masp4QWzBXFE2xA==
718725
dependencies:
719726
"@babel/helper-annotate-as-pure" "^7.12.13"
720-
"@babel/helper-module-imports" "^7.12.13"
721-
"@babel/helper-plugin-utils" "^7.12.13"
727+
"@babel/helper-module-imports" "^7.13.12"
728+
"@babel/helper-plugin-utils" "^7.13.0"
722729
"@babel/plugin-syntax-jsx" "^7.12.13"
723-
"@babel/types" "^7.12.17"
730+
"@babel/types" "^7.13.12"
724731

725732
"@babel/plugin-transform-react-pure-annotations@^7.12.1":
726733
version "7.12.1"
@@ -893,15 +900,16 @@
893900
"@babel/types" "^7.4.4"
894901
esutils "^2.0.2"
895902

896-
"@babel/preset-react@7.12.13":
897-
version "7.12.13"
898-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.13.tgz#5f911b2eb24277fa686820d5bd81cad9a0602a0a"
899-
integrity sha512-TYM0V9z6Abb6dj1K7i5NrEhA13oS5ujUYQYDfqIBXYHOc2c2VkFgc+q9kyssIyUfy4/hEwqrgSlJ/Qgv8zJLsA==
903+
"@babel/preset-react@7.13.13":
904+
version "7.13.13"
905+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.13.13.tgz#fa6895a96c50763fe693f9148568458d5a839761"
906+
integrity sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA==
900907
dependencies:
901-
"@babel/helper-plugin-utils" "^7.12.13"
908+
"@babel/helper-plugin-utils" "^7.13.0"
909+
"@babel/helper-validator-option" "^7.12.17"
902910
"@babel/plugin-transform-react-display-name" "^7.12.13"
903-
"@babel/plugin-transform-react-jsx" "^7.12.13"
904-
"@babel/plugin-transform-react-jsx-development" "^7.12.12"
911+
"@babel/plugin-transform-react-jsx" "^7.13.12"
912+
"@babel/plugin-transform-react-jsx-development" "^7.12.17"
905913
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
906914

907915
"@babel/runtime-corejs3@^7.10.2":
@@ -943,7 +951,7 @@
943951
globals "^11.1.0"
944952
lodash "^4.17.19"
945953

946-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
954+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
947955
version "7.13.12"
948956
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd"
949957
integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA==

0 commit comments

Comments
 (0)