Skip to content

Commit 6d23063

Browse files
build(deps): bump @babel/plugin-transform-react-jsx in /Sample-01
Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-react-jsx) from 7.20.7 to 7.21.0. - [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.21.0/packages/babel-plugin-transform-react-jsx) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-react-jsx" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c23fda commit 6d23063

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Sample-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@auth0/auth0-react": "^2.0.0",
2020
"@babel/core": "^7.20",
2121
"@babel/plugin-syntax-flow": "^7.18",
22-
"@babel/plugin-transform-react-jsx": "^7.20",
22+
"@babel/plugin-transform-react-jsx": "^7.21",
2323
"@fortawesome/fontawesome-svg-core": "^1.2",
2424
"@fortawesome/free-solid-svg-icons": "^5.8",
2525
"@fortawesome/react-fontawesome": "^0.2",

Sample-01/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -822,16 +822,16 @@
822822
dependencies:
823823
"@babel/plugin-transform-react-jsx" "^7.18.6"
824824

825-
"@babel/plugin-transform-react-jsx@^7.18.6", "@babel/plugin-transform-react-jsx@^7.20":
826-
version "7.20.7"
827-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.7.tgz#025d85a1935fd7e19dfdcb1b1d4df34d4da484f7"
828-
integrity sha512-Tfq7qqD+tRj3EoDhY00nn2uP2hsRxgYGi5mLQ5TimKav0a9Lrpd4deE+fcLXU8zFYRjlKPHZhpCvfEA6qnBxqQ==
825+
"@babel/plugin-transform-react-jsx@^7.18.6", "@babel/plugin-transform-react-jsx@^7.21":
826+
version "7.21.0"
827+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.0.tgz#656b42c2fdea0a6d8762075d58ef9d4e3c4ab8a2"
828+
integrity sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==
829829
dependencies:
830830
"@babel/helper-annotate-as-pure" "^7.18.6"
831831
"@babel/helper-module-imports" "^7.18.6"
832832
"@babel/helper-plugin-utils" "^7.20.2"
833833
"@babel/plugin-syntax-jsx" "^7.18.6"
834-
"@babel/types" "^7.20.7"
834+
"@babel/types" "^7.21.0"
835835

836836
"@babel/plugin-transform-react-pure-annotations@^7.18.6":
837837
version "7.18.6"
@@ -1073,10 +1073,10 @@
10731073
debug "^4.1.0"
10741074
globals "^11.1.0"
10751075

1076-
"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1077-
version "7.20.7"
1078-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
1079-
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
1076+
"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1077+
version "7.21.0"
1078+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.0.tgz#1da00d89c2f18b226c9207d96edbeb79316a1819"
1079+
integrity sha512-uR7NWq2VNFnDi7EYqiRz2Jv/VQIu38tu64Zy8TX2nQFQ6etJ9V/Rr2msW8BS132mum2rL645qpDrLtAJtVpuow==
10801080
dependencies:
10811081
"@babel/helper-string-parser" "^7.19.4"
10821082
"@babel/helper-validator-identifier" "^7.19.1"

0 commit comments

Comments
 (0)