Skip to content

Commit 57a7058

Browse files
Update babel monorepo to v8
1 parent 5e4490a commit 57a7058

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

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.29.7",
16+
"@babel/core": "8.0.1",
1717
"@expo/cli": "57.0.6",
1818
"babel-preset-expo": "54.0.9",
1919
"buffer": "6.0.3",

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
}
569569
},
570570
"dependencies": {
571-
"@babel/runtime": "7.29.7",
571+
"@babel/runtime": "8.0.0",
572572
"@types/simple-peer": "9.11.9",
573573
"@types/ws": "8.18.1",
574574
"ajv": "8.20.0",
@@ -595,20 +595,20 @@
595595
},
596596
"devDependencies": {
597597
"@angular/core": "21.2.17",
598-
"@babel/cli": "7.29.7",
599-
"@babel/core": "7.29.7",
600-
"@babel/plugin-external-helpers": "7.29.7",
601-
"@babel/plugin-transform-class-properties": "7.29.7",
602-
"@babel/plugin-transform-explicit-resource-management": "7.29.7",
603-
"@babel/plugin-transform-literals": "7.29.7",
604-
"@babel/plugin-transform-modules-commonjs": "7.29.7",
605-
"@babel/plugin-transform-react-jsx": "7.29.7",
606-
"@babel/plugin-transform-runtime": "7.29.7",
607-
"@babel/plugin-transform-template-literals": "7.29.7",
608-
"@babel/plugin-transform-typescript": "7.29.7",
598+
"@babel/cli": "8.0.4",
599+
"@babel/core": "8.0.1",
600+
"@babel/plugin-external-helpers": "8.0.1",
601+
"@babel/plugin-transform-class-properties": "8.0.1",
602+
"@babel/plugin-transform-explicit-resource-management": "8.0.1",
603+
"@babel/plugin-transform-literals": "8.0.1",
604+
"@babel/plugin-transform-modules-commonjs": "8.0.1",
605+
"@babel/plugin-transform-react-jsx": "8.0.1",
606+
"@babel/plugin-transform-runtime": "8.0.1",
607+
"@babel/plugin-transform-template-literals": "8.0.1",
608+
"@babel/plugin-transform-typescript": "8.0.1",
609609
"@babel/polyfill": "7.12.1",
610-
"@babel/preset-env": "7.29.7",
611-
"@babel/preset-typescript": "7.29.7",
610+
"@babel/preset-env": "8.0.2",
611+
"@babel/preset-typescript": "8.0.1",
612612
"@eslint/compat": "2.1.0",
613613
"@eslint/eslintrc": "3.3.5",
614614
"@eslint/js": "10.0.1",

0 commit comments

Comments
 (0)