Skip to content

Commit 3f7570c

Browse files
fix(deps): update babel monorepo to v7.27.3 (#7202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f3841c commit 3f7570c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:bundle": "rimraf -rf ./dist && rimraf -rf ./expo && EXPO_DEBUG=true expo export"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "7.27.1",
16+
"@babel/core": "7.27.3",
1717
"@expo/cli": "0.24.13",
1818
"babel-preset-expo": "13.1.11",
1919
"buffer": "6.0.3",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
"rxjs": "^7.8.0"
466466
},
467467
"dependencies": {
468-
"@babel/runtime": "7.27.1",
468+
"@babel/runtime": "7.27.3",
469469
"@types/clone": "2.1.4",
470470
"@types/cors": "2.8.18",
471471
"@types/express": "5.0.2",
@@ -499,22 +499,22 @@
499499
},
500500
"devDependencies": {
501501
"@babel/cli": "7.27.2",
502-
"@babel/core": "7.27.1",
502+
"@babel/core": "7.27.3",
503503
"@babel/plugin-external-helpers": "7.27.1",
504504
"@babel/plugin-proposal-class-properties": "7.18.6",
505505
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
506506
"@babel/plugin-transform-literals": "7.27.1",
507507
"@babel/plugin-transform-member-expression-literals": "7.27.1",
508508
"@babel/plugin-transform-modules-commonjs": "7.27.1",
509509
"@babel/plugin-transform-property-literals": "7.27.1",
510-
"@babel/plugin-transform-runtime": "7.27.1",
510+
"@babel/plugin-transform-runtime": "7.27.3",
511511
"@babel/plugin-transform-spread": "7.27.1",
512512
"@babel/plugin-transform-template-literals": "7.27.1",
513513
"@babel/plugin-transform-typescript": "7.27.1",
514514
"@babel/polyfill": "7.12.1",
515515
"@babel/preset-env": "7.27.2",
516516
"@babel/preset-typescript": "7.27.1",
517-
"@babel/types": "7.27.1",
517+
"@babel/types": "7.27.3",
518518
"@eslint/compat": "1.2.9",
519519
"@eslint/eslintrc": "3.3.1",
520520
"@eslint/js": "9.27.0",

0 commit comments

Comments
 (0)