Skip to content

Commit 3cb8291

Browse files
build(deps): bump @babel/plugin-transform-react-jsx from 7.19.0 to 7.20.7 in /Sample-01 (#315)
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.19.0 to 7.20.7. - [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.20.7/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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b178b83 commit 3cb8291

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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": "^1.12",
2020
"@babel/core": "^7.20",
2121
"@babel/plugin-syntax-flow": "^7.18",
22-
"@babel/plugin-transform-react-jsx": "^7.19",
22+
"@babel/plugin-transform-react-jsx": "^7.20",
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -826,16 +826,16 @@
826826
dependencies:
827827
"@babel/plugin-transform-react-jsx" "^7.18.6"
828828

829-
"@babel/plugin-transform-react-jsx@^7.18.6", "@babel/plugin-transform-react-jsx@^7.19":
830-
version "7.19.0"
831-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.19.0.tgz#b3cbb7c3a00b92ec8ae1027910e331ba5c500eb9"
832-
integrity sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==
829+
"@babel/plugin-transform-react-jsx@^7.18.6", "@babel/plugin-transform-react-jsx@^7.20":
830+
version "7.20.7"
831+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.7.tgz#025d85a1935fd7e19dfdcb1b1d4df34d4da484f7"
832+
integrity sha512-Tfq7qqD+tRj3EoDhY00nn2uP2hsRxgYGi5mLQ5TimKav0a9Lrpd4deE+fcLXU8zFYRjlKPHZhpCvfEA6qnBxqQ==
833833
dependencies:
834834
"@babel/helper-annotate-as-pure" "^7.18.6"
835835
"@babel/helper-module-imports" "^7.18.6"
836-
"@babel/helper-plugin-utils" "^7.19.0"
836+
"@babel/helper-plugin-utils" "^7.20.2"
837837
"@babel/plugin-syntax-jsx" "^7.18.6"
838-
"@babel/types" "^7.19.0"
838+
"@babel/types" "^7.20.7"
839839

840840
"@babel/plugin-transform-react-pure-annotations@^7.18.6":
841841
version "7.18.6"
@@ -1085,10 +1085,10 @@
10851085
debug "^4.1.0"
10861086
globals "^11.1.0"
10871087

1088-
"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.18.10", "@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.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1089-
version "7.20.5"
1090-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
1091-
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
1088+
"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.18.10", "@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":
1089+
version "7.20.7"
1090+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
1091+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
10921092
dependencies:
10931093
"@babel/helper-string-parser" "^7.19.4"
10941094
"@babel/helper-validator-identifier" "^7.19.1"

0 commit comments

Comments
 (0)