Skip to content

Commit e10c308

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/Sample-01/babel/core-7.21.0
2 parents 60352be + d1ddfbb commit e10c308

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.21",
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -831,16 +831,16 @@
831831
dependencies:
832832
"@babel/plugin-transform-react-jsx" "^7.18.6"
833833

834-
"@babel/plugin-transform-react-jsx@^7.18.6", "@babel/plugin-transform-react-jsx@^7.20":
835-
version "7.20.7"
836-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.7.tgz#025d85a1935fd7e19dfdcb1b1d4df34d4da484f7"
837-
integrity sha512-Tfq7qqD+tRj3EoDhY00nn2uP2hsRxgYGi5mLQ5TimKav0a9Lrpd4deE+fcLXU8zFYRjlKPHZhpCvfEA6qnBxqQ==
834+
"@babel/plugin-transform-react-jsx@^7.18.6", "@babel/plugin-transform-react-jsx@^7.21":
835+
version "7.21.0"
836+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.0.tgz#656b42c2fdea0a6d8762075d58ef9d4e3c4ab8a2"
837+
integrity sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==
838838
dependencies:
839839
"@babel/helper-annotate-as-pure" "^7.18.6"
840840
"@babel/helper-module-imports" "^7.18.6"
841841
"@babel/helper-plugin-utils" "^7.20.2"
842842
"@babel/plugin-syntax-jsx" "^7.18.6"
843-
"@babel/types" "^7.20.7"
843+
"@babel/types" "^7.21.0"
844844

845845
"@babel/plugin-transform-react-pure-annotations@^7.18.6":
846846
version "7.18.6"

0 commit comments

Comments
 (0)