Skip to content

Commit e9533bd

Browse files
chore(deps-dev): bump @react-native/babel-preset from 0.76.3 to 0.77.0 (#1019)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c51afc commit e9533bd

File tree

2 files changed

+4
-86
lines changed

2 files changed

+4
-86
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@biomejs/biome": "1.9.4",
4949
"@callstack/react-native-visionos": "^0.73.0",
50-
"@react-native/babel-preset": "^0.76.1",
50+
"@react-native/babel-preset": "^0.77.0",
5151
"@react-native/metro-config": "0.77.0",
5252
"@release-it/conventional-changelog": "^10.0.0",
5353
"@rnx-kit/metro-config": "^2.0.0",

yarn.lock

+3-85
Original file line numberDiff line numberDiff line change
@@ -4133,7 +4133,7 @@ __metadata:
41334133
dependencies:
41344134
"@biomejs/biome": "npm:1.9.4"
41354135
"@callstack/react-native-visionos": "npm:^0.73.0"
4136-
"@react-native/babel-preset": "npm:^0.76.1"
4136+
"@react-native/babel-preset": "npm:^0.77.0"
41374137
"@react-native/metro-config": "npm:0.77.0"
41384138
"@release-it/conventional-changelog": "npm:^10.0.0"
41394139
"@rnx-kit/metro-config": "npm:^2.0.0"
@@ -4179,15 +4179,6 @@ __metadata:
41794179
languageName: node
41804180
linkType: hard
41814181

4182-
"@react-native/babel-plugin-codegen@npm:0.76.3":
4183-
version: 0.76.3
4184-
resolution: "@react-native/babel-plugin-codegen@npm:0.76.3"
4185-
dependencies:
4186-
"@react-native/codegen": "npm:0.76.3"
4187-
checksum: 10c0/14ae5346973bc170f7c4a644dd76159a27ca65d2faabbe8ced760fb89bfdb925c0522aece174d137cd97c38b202eb1a15bb7ef3f6021787ffc8fc24dc1a319d6
4188-
languageName: node
4189-
linkType: hard
4190-
41914182
"@react-native/babel-plugin-codegen@npm:0.77.0":
41924183
version: 0.77.0
41934184
resolution: "@react-native/babel-plugin-codegen@npm:0.77.0"
@@ -4303,7 +4294,7 @@ __metadata:
43034294
languageName: node
43044295
linkType: hard
43054296

4306-
"@react-native/babel-preset@npm:0.77.0":
4297+
"@react-native/babel-preset@npm:0.77.0, @react-native/babel-preset@npm:^0.77.0":
43074298
version: 0.77.0
43084299
resolution: "@react-native/babel-preset@npm:0.77.0"
43094300
dependencies:
@@ -4358,61 +4349,6 @@ __metadata:
43584349
languageName: node
43594350
linkType: hard
43604351

4361-
"@react-native/babel-preset@npm:^0.76.1":
4362-
version: 0.76.3
4363-
resolution: "@react-native/babel-preset@npm:0.76.3"
4364-
dependencies:
4365-
"@babel/core": "npm:^7.25.2"
4366-
"@babel/plugin-proposal-export-default-from": "npm:^7.24.7"
4367-
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
4368-
"@babel/plugin-syntax-export-default-from": "npm:^7.24.7"
4369-
"@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
4370-
"@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
4371-
"@babel/plugin-transform-arrow-functions": "npm:^7.24.7"
4372-
"@babel/plugin-transform-async-generator-functions": "npm:^7.25.4"
4373-
"@babel/plugin-transform-async-to-generator": "npm:^7.24.7"
4374-
"@babel/plugin-transform-block-scoping": "npm:^7.25.0"
4375-
"@babel/plugin-transform-class-properties": "npm:^7.25.4"
4376-
"@babel/plugin-transform-classes": "npm:^7.25.4"
4377-
"@babel/plugin-transform-computed-properties": "npm:^7.24.7"
4378-
"@babel/plugin-transform-destructuring": "npm:^7.24.8"
4379-
"@babel/plugin-transform-flow-strip-types": "npm:^7.25.2"
4380-
"@babel/plugin-transform-for-of": "npm:^7.24.7"
4381-
"@babel/plugin-transform-function-name": "npm:^7.25.1"
4382-
"@babel/plugin-transform-literals": "npm:^7.25.2"
4383-
"@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.7"
4384-
"@babel/plugin-transform-modules-commonjs": "npm:^7.24.8"
4385-
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7"
4386-
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.7"
4387-
"@babel/plugin-transform-numeric-separator": "npm:^7.24.7"
4388-
"@babel/plugin-transform-object-rest-spread": "npm:^7.24.7"
4389-
"@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7"
4390-
"@babel/plugin-transform-optional-chaining": "npm:^7.24.8"
4391-
"@babel/plugin-transform-parameters": "npm:^7.24.7"
4392-
"@babel/plugin-transform-private-methods": "npm:^7.24.7"
4393-
"@babel/plugin-transform-private-property-in-object": "npm:^7.24.7"
4394-
"@babel/plugin-transform-react-display-name": "npm:^7.24.7"
4395-
"@babel/plugin-transform-react-jsx": "npm:^7.25.2"
4396-
"@babel/plugin-transform-react-jsx-self": "npm:^7.24.7"
4397-
"@babel/plugin-transform-react-jsx-source": "npm:^7.24.7"
4398-
"@babel/plugin-transform-regenerator": "npm:^7.24.7"
4399-
"@babel/plugin-transform-runtime": "npm:^7.24.7"
4400-
"@babel/plugin-transform-shorthand-properties": "npm:^7.24.7"
4401-
"@babel/plugin-transform-spread": "npm:^7.24.7"
4402-
"@babel/plugin-transform-sticky-regex": "npm:^7.24.7"
4403-
"@babel/plugin-transform-typescript": "npm:^7.25.2"
4404-
"@babel/plugin-transform-unicode-regex": "npm:^7.24.7"
4405-
"@babel/template": "npm:^7.25.0"
4406-
"@react-native/babel-plugin-codegen": "npm:0.76.3"
4407-
babel-plugin-syntax-hermes-parser: "npm:^0.25.1"
4408-
babel-plugin-transform-flow-enums: "npm:^0.0.2"
4409-
react-refresh: "npm:^0.14.0"
4410-
peerDependencies:
4411-
"@babel/core": "*"
4412-
checksum: 10c0/0946e8db45fb768755624b979d97632445c1d0c6b5764125dead371dd78328ea14fd00b3daa643052923cf384c73c549278ce290c907e8215651e20345bad950
4413-
languageName: node
4414-
linkType: hard
4415-
44164352
"@react-native/codegen@npm:0.73.3":
44174353
version: 0.73.3
44184354
resolution: "@react-native/codegen@npm:0.73.3"
@@ -4447,24 +4383,6 @@ __metadata:
44474383
languageName: node
44484384
linkType: hard
44494385

4450-
"@react-native/codegen@npm:0.76.3":
4451-
version: 0.76.3
4452-
resolution: "@react-native/codegen@npm:0.76.3"
4453-
dependencies:
4454-
"@babel/parser": "npm:^7.25.3"
4455-
glob: "npm:^7.1.1"
4456-
hermes-parser: "npm:0.23.1"
4457-
invariant: "npm:^2.2.4"
4458-
jscodeshift: "npm:^0.14.0"
4459-
mkdirp: "npm:^0.5.1"
4460-
nullthrows: "npm:^1.1.1"
4461-
yargs: "npm:^17.6.2"
4462-
peerDependencies:
4463-
"@babel/preset-env": ^7.1.6
4464-
checksum: 10c0/6099bac12646a5ac533aeb37fe0cc61b2b2b4b51772974adb23d5f8493c8cfca42ceeb4856155e87f39746f2b86e6429766b6096885976ff3ecc3f031ee7f188
4465-
languageName: node
4466-
linkType: hard
4467-
44684386
"@react-native/codegen@npm:0.77.0":
44694387
version: 0.77.0
44704388
resolution: "@react-native/codegen@npm:0.77.0"
@@ -5447,7 +5365,7 @@ __metadata:
54475365
languageName: node
54485366
linkType: hard
54495367

5450-
"babel-plugin-syntax-hermes-parser@npm:0.25.1, babel-plugin-syntax-hermes-parser@npm:^0.25.1":
5368+
"babel-plugin-syntax-hermes-parser@npm:0.25.1":
54515369
version: 0.25.1
54525370
resolution: "babel-plugin-syntax-hermes-parser@npm:0.25.1"
54535371
dependencies:

0 commit comments

Comments
 (0)