Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 8bfad25

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/preset-react to v7.12.5
1 parent 50e1ca3 commit 8bfad25

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@babel/core": "7.12.3",
5050
"@babel/preset-env": "7.12.1",
51-
"@babel/preset-react": "7.12.1",
51+
"@babel/preset-react": "7.12.5",
5252
"@commitlint/cli": "8.3.5",
5353
"@commitlint/config-conventional": "8.3.4",
5454
"@csvenke/prettier-config": "3.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -913,10 +913,10 @@
913913
dependencies:
914914
"@babel/helper-plugin-utils" "^7.10.4"
915915

916-
"@babel/plugin-transform-react-jsx-development@^7.12.1":
917-
version "7.12.1"
918-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.1.tgz#0b8f8cd531dcf7991f1e5f2c10a2a4f1cfc78e36"
919-
integrity sha512-IilcGWdN1yNgEGOrB96jbTplRh+V2Pz1EoEwsKsHfX1a/L40cUYuD71Zepa7C+ujv7kJIxnDftWeZbKNEqZjCQ==
916+
"@babel/plugin-transform-react-jsx-development@^7.12.5":
917+
version "7.12.5"
918+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.5.tgz#677de5b96da310430d6cfb7fee16a1603afa3d56"
919+
integrity sha512-1JJusg3iPgsZDthyWiCr3KQiGs31ikU/mSf2N2dSYEAO0GEImmVUbWf0VoSDGDFTAn5Dj4DUiR6SdIXHY7tELA==
920920
dependencies:
921921
"@babel/helper-builder-react-jsx-experimental" "^7.12.1"
922922
"@babel/helper-plugin-utils" "^7.10.4"
@@ -936,10 +936,10 @@
936936
dependencies:
937937
"@babel/helper-plugin-utils" "^7.10.4"
938938

939-
"@babel/plugin-transform-react-jsx@^7.12.1":
940-
version "7.12.1"
941-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.1.tgz#c2d96c77c2b0e4362cc4e77a43ce7c2539d478cb"
942-
integrity sha512-RmKejwnT0T0QzQUzcbP5p1VWlpnP8QHtdhEtLG55ZDQnJNalbF3eeDyu3dnGKvGzFIQiBzFhBYTwvv435p9Xpw==
939+
"@babel/plugin-transform-react-jsx@^7.12.5":
940+
version "7.12.5"
941+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.5.tgz#39ede0e30159770561b6963be143e40af3bde00c"
942+
integrity sha512-2xkcPqqrYiOQgSlM/iwto1paPijjsDbUynN13tI6bosDz/jOW3CRzYguIE8wKX32h+msbBM22Dv5fwrFkUOZjQ==
943943
dependencies:
944944
"@babel/helper-builder-react-jsx" "^7.10.4"
945945
"@babel/helper-builder-react-jsx-experimental" "^7.12.1"
@@ -1103,15 +1103,15 @@
11031103
"@babel/types" "^7.4.4"
11041104
esutils "^2.0.2"
11051105

1106-
"@babel/preset-react@7.12.1":
1107-
version "7.12.1"
1108-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.1.tgz#7f022b13f55b6dd82f00f16d1c599ae62985358c"
1109-
integrity sha512-euCExymHCi0qB9u5fKw7rvlw7AZSjw/NaB9h7EkdTt5+yHRrXdiRTh7fkG3uBPpJg82CqLfp1LHLqWGSCrab+g==
1106+
"@babel/preset-react@7.12.5":
1107+
version "7.12.5"
1108+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.5.tgz#d45625f65d53612078a43867c5c6750e78772c56"
1109+
integrity sha512-jcs++VPrgyFehkMezHtezS2BpnUlR7tQFAyesJn1vGTO9aTFZrgIQrA5YydlTwxbcjMwkFY6i04flCigRRr3GA==
11101110
dependencies:
11111111
"@babel/helper-plugin-utils" "^7.10.4"
11121112
"@babel/plugin-transform-react-display-name" "^7.12.1"
1113-
"@babel/plugin-transform-react-jsx" "^7.12.1"
1114-
"@babel/plugin-transform-react-jsx-development" "^7.12.1"
1113+
"@babel/plugin-transform-react-jsx" "^7.12.5"
1114+
"@babel/plugin-transform-react-jsx-development" "^7.12.5"
11151115
"@babel/plugin-transform-react-jsx-self" "^7.12.1"
11161116
"@babel/plugin-transform-react-jsx-source" "^7.12.1"
11171117
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"

0 commit comments

Comments
 (0)