Skip to content

Commit 67b7956

Browse files
Bump @babel/core from 7.28.0 to 7.29.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.28.0 to 7.29.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.29.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 097dbc2 commit 67b7956

10 files changed

Lines changed: 148 additions & 145 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"!private/helloworld"
4747
],
4848
"devDependencies": {
49-
"@babel/core": "^7.25.2",
49+
"@babel/core": "^7.29.6",
5050
"@babel/eslint-parser": "^7.25.1",
5151
"@babel/generator": "^7.29.1",
5252
"@babel/plugin-syntax-typescript": "^7.25.4",

packages/babel-plugin-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"@react-native/codegen": "0.87.0-main"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.25.2"
32+
"@babel/core": "^7.29.6"
3333
}
3434
}

packages/eslint-config-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"./flat": "./flat.js"
2525
},
2626
"dependencies": {
27-
"@babel/core": "^7.25.2",
27+
"@babel/core": "^7.29.6",
2828
"@babel/eslint-parser": "^7.25.1",
2929
"@react-native/eslint-plugin": "0.87.0-main",
3030
"@typescript-eslint/eslint-plugin": "^8.59.2",

packages/eslint-plugin-specs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"postpack": "node postpack.js"
2525
},
2626
"dependencies": {
27-
"@babel/core": "^7.25.2",
27+
"@babel/core": "^7.29.6",
2828
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
2929
"@react-native/codegen": "0.87.0-main",
3030
"make-dir": "^2.1.0",

packages/react-native-babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"!**/__tests__/**"
2626
],
2727
"dependencies": {
28-
"@babel/core": "^7.25.2",
28+
"@babel/core": "^7.29.6",
2929
"@babel/plugin-proposal-export-default-from": "^7.24.7",
3030
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
3131
"@babel/plugin-syntax-export-default-from": "^7.24.7",

packages/react-native-babel-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"!**/__tests__/**"
2727
],
2828
"dependencies": {
29-
"@babel/core": "^7.25.2",
29+
"@babel/core": "^7.29.6",
3030
"@react-native/babel-preset": "0.87.0-main",
3131
"hermes-parser": "0.36.1",
3232
"nullthrows": "^1.1.1"

packages/react-native-codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lib"
3030
],
3131
"dependencies": {
32-
"@babel/core": "^7.25.2",
32+
"@babel/core": "^7.29.6",
3333
"@babel/parser": "^7.29.0",
3434
"hermes-parser": "0.36.1",
3535
"invariant": "^2.2.4",
@@ -38,7 +38,7 @@
3838
"yargs": "^17.6.2"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.25.2",
41+
"@babel/core": "^7.29.6",
4242
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4343
"@babel/plugin-transform-class-properties": "^7.25.4",
4444
"@babel/plugin-transform-flow-strip-types": "^7.25.2",

private/helloworld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-native": "1000.0.0"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "^7.25.2",
19+
"@babel/core": "^7.29.6",
2020
"@babel/preset-env": "^7.25.3",
2121
"@babel/runtime": "^7.25.0",
2222
"@react-native/babel-preset": "0.87.0-main",

private/react-native-codegen-typescript-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@react-native/codegen": "0.87.0-main"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "^7.25.2",
19+
"@babel/core": "^7.29.6",
2020
"@babel/plugin-transform-class-properties": "^7.25.4",
2121
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
2222
"@babel/plugin-transform-object-rest-spread": "^7.24.7",

yarn.lock

Lines changed: 138 additions & 135 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)