From 851f6b06f473909d9a1249167e9b5ddbaf8c3858 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:01:01 +0000 Subject: [PATCH] chore(deps): update babel monorepo to ~7.24.0 --- example/base/package.json | 4 ++-- package.json | 10 +++++----- packages/core/package.json | 6 +++--- packages/react-native-image-picker/package.json | 6 +++--- website/package.json | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/example/base/package.json b/example/base/package.json index 2b8cba251..187f8bc2c 100644 --- a/example/base/package.json +++ b/example/base/package.json @@ -22,8 +22,8 @@ "react-native-svg": "13.9.0" }, "devDependencies": { - "@babel/core": "~7.20.7", - "@babel/runtime": "~7.20.7", + "@babel/core": "~7.24.0", + "@babel/runtime": "~7.24.0", "@react-native-community/eslint-config": "^2.0.0", "@uimjs/metro-config": "2.0.1", "babel-jest": "^26.6.3", diff --git a/package.json b/package.json index bba2bed63..ea1ca3e02 100644 --- a/package.json +++ b/package.json @@ -18,12 +18,12 @@ "clean": "lerna clean --yes" }, "devDependencies": { - "@babel/core": "~7.20.7", - "@babel/helper-create-class-features-plugin": "~7.20.7", + "@babel/core": "~7.24.0", + "@babel/helper-create-class-features-plugin": "~7.24.0", "@babel/plugin-proposal-class-properties": "~7.18.6", - "@babel/plugin-proposal-decorators": "~7.20.7", - "@babel/preset-env": "~7.20.2", - "@babel/preset-typescript": "~7.18.6", + "@babel/plugin-proposal-decorators": "~7.24.0", + "@babel/preset-env": "~7.24.0", + "@babel/preset-typescript": "~7.24.0", "babel-preset-react-native": "4.0.1", "fs-extra": "~10.1.0", "metro-react-native-babel-preset": "0.73.6", diff --git a/packages/core/package.json b/packages/core/package.json index 821d601a0..9de9eba50 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -59,7 +59,7 @@ "README.md" ], "dependencies": { - "@babel/runtime": "~7.20.7", + "@babel/runtime": "~7.24.0", "@shopify/restyle": "~2.4.2", "@types/color": "~3.0.3", "@types/lodash": "~4.14.191", @@ -81,8 +81,8 @@ "react-native-svg": ">=9.9.3" }, "devDependencies": { - "@babel/core": "~7.20.7", - "@babel/preset-typescript": "~7.18.6" + "@babel/core": "~7.24.0", + "@babel/preset-typescript": "~7.24.0" }, "engines": { "node": ">=16.0.0" diff --git a/packages/react-native-image-picker/package.json b/packages/react-native-image-picker/package.json index 7f89f65a4..585a38ee2 100644 --- a/packages/react-native-image-picker/package.json +++ b/packages/react-native-image-picker/package.json @@ -29,7 +29,7 @@ "access": "public" }, "dependencies": { - "@babel/runtime": "~7.20.7", + "@babel/runtime": "~7.24.0", "@react-native-camera-roll/camera-roll": "5.3.1", "@shopify/restyle": "~2.4.2", "@types/react-native": "0.69.1", @@ -48,8 +48,8 @@ "react-native-svg": ">=9.9.3" }, "devDependencies": { - "@babel/core": "~7.20.7", - "@babel/preset-typescript": "~7.18.6" + "@babel/core": "~7.24.0", + "@babel/preset-typescript": "~7.24.0" }, "engines": { "node": ">=16.0.0" diff --git a/website/package.json b/website/package.json index da4dde378..4f69c6792 100644 --- a/website/package.json +++ b/website/package.json @@ -15,7 +15,7 @@ "dependencies": { "@babel/plugin-syntax-jsx": "^7.18.6", "@babel/preset-react": "^7.18.6", - "@babel/runtime": "~7.20.7", + "@babel/runtime": "~7.24.0", "@shopify/restyle": "~2.4.2", "@uiw/icons": "2.5.3", "@uiw/react-code-preview": "5.1.2", @@ -43,7 +43,7 @@ "uiw": "4.21.25" }, "devDependencies": { - "@babel/plugin-proposal-decorators": "~7.20.7", + "@babel/plugin-proposal-decorators": "~7.24.0", "@babel/plugin-proposal-private-property-in-object": "~7.21.0", "@kkt/less-modules": "^7.3.2", "@kkt/raw-modules": "7.0.5",