-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @babel/preset-react from 7.22.5 to 7.22.15 in /cmd/mdl/webapp
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.22.5 to 7.22.15. - [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.22.15/packages/babel-preset-react) --- updated-dependencies: - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
53e2449
commit 53f75d8
Showing
3 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -310,7 +310,7 @@ | |
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" | ||
|
||
"@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.22.5": | ||
"@babel/helper-validator-option@^7.22.15": | ||
version "7.22.15" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040" | ||
|
||
|
@@ -794,15 +794,15 @@ | |
dependencies: | ||
"@babel/plugin-transform-react-jsx" "^7.22.5" | ||
|
||
"@babel/plugin-transform-react-jsx@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz#932c291eb6dd1153359e2a90cb5e557dcf068416" | ||
"@babel/plugin-transform-react-jsx@^7.22.15", "@babel/plugin-transform-react-jsx@^7.22.5": | ||
version "7.22.15" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz#7e6266d88705d7c49f11c98db8b9464531289cd6" | ||
dependencies: | ||
"@babel/helper-annotate-as-pure" "^7.22.5" | ||
"@babel/helper-module-imports" "^7.22.5" | ||
"@babel/helper-module-imports" "^7.22.15" | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
"@babel/plugin-syntax-jsx" "^7.22.5" | ||
"@babel/types" "^7.22.5" | ||
"@babel/types" "^7.22.15" | ||
|
||
"@babel/plugin-transform-react-pure-annotations@^7.22.5": | ||
version "7.22.5" | ||
|
@@ -984,14 +984,14 @@ | |
"@babel/types" "^7.4.4" | ||
esutils "^2.0.2" | ||
|
||
"@babel/[email protected].5", "@babel/preset-react@^7.18.6": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.22.5.tgz#c4d6058fbf80bccad02dd8c313a9aaa67e3c3dd6" | ||
"@babel/[email protected].15", "@babel/preset-react@^7.18.6": | ||
version "7.22.15" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.22.15.tgz#9a776892b648e13cc8ca2edf5ed1264eea6b6afc" | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
"@babel/helper-validator-option" "^7.22.5" | ||
"@babel/helper-validator-option" "^7.22.15" | ||
"@babel/plugin-transform-react-display-name" "^7.22.5" | ||
"@babel/plugin-transform-react-jsx" "^7.22.5" | ||
"@babel/plugin-transform-react-jsx" "^7.22.15" | ||
"@babel/plugin-transform-react-jsx-development" "^7.22.5" | ||
"@babel/plugin-transform-react-pure-annotations" "^7.22.5" | ||
|
||
|