Skip to content

Commit cf4271e

Browse files
chore(deps-dev): bump the babel group across 1 directory with 3 updates
Bumps the babel group with 3 updates in the /example directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime). Updates `@babel/core` from 7.28.5 to 7.28.6 - [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.28.6/packages/babel-core) Updates `@babel/preset-env` from 7.28.5 to 7.28.6 - [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.28.6/packages/babel-preset-env) Updates `@babel/runtime` from 7.28.4 to 7.28.6 - [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.28.6/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/preset-env" dependency-version: 7.28.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel - dependency-name: "@babel/runtime" dependency-version: 7.28.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6c9855 commit cf4271e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"react-native-screens": "^4.14.0"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.28.5",
36-
"@babel/preset-env": "^7.28.5",
37-
"@babel/runtime": "^7.28.4",
35+
"@babel/core": "^7.29.0",
36+
"@babel/preset-env": "^7.29.0",
37+
"@babel/runtime": "^7.28.6",
3838
"@react-native-community/cli": "20.1.0",
3939
"@react-native-community/cli-platform-android": "20.1.0",
4040
"@react-native-community/cli-platform-ios": "20.1.0",

0 commit comments

Comments
 (0)