diff --git a/apps/expo/package.json b/apps/expo/package.json index b5102b254..e2c71a704 100755 --- a/apps/expo/package.json +++ b/apps/expo/package.json @@ -16,7 +16,7 @@ "clean": "git clean -xdf .expo node_modules ios android" }, "dependencies": { - "@babel/runtime": "^7.23.2", + "@babel/runtime": "^7.28.6", "@shopify/flash-list": "^1.6.3", "@t4/ui": "workspace:*", "app": "workspace:*", @@ -47,7 +47,7 @@ "react-native-svg": "^13.14.0" }, "devDependencies": { - "@babel/core": "^7.23.2", + "@babel/core": "^7.29.0", "@expo/metro-config": "^0.10.7", "@tamagui/babel-plugin": "1.75.9", "metro-minify-terser": "^0.80.0", diff --git a/bun.lockb b/bun.lockb index f99acd708..e05aea186 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d76dd456f..29f864e7f 100755 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "workspaces": ["apps/*", "packages/*"], "dependencies": { - "@babel/runtime": "^7.23.2", + "@babel/runtime": "^7.28.6", "@biomejs/biome": "1.3.3", "@manypkg/cli": "^0.21.0", "@nderscore/tamagui-typescript-plugin": "^0.6.0",