From cc747aacfca41faf7b170a6b33eaa658026cd37b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 03:51:39 +0000 Subject: [PATCH] chore(deps): update babel monorepo to ~7.25.0 --- HelloWorld/package.json | 4 ++-- template/template/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HelloWorld/package.json b/HelloWorld/package.json index c017495b..cdd4ea53 100644 --- a/HelloWorld/package.json +++ b/HelloWorld/package.json @@ -41,9 +41,9 @@ "@uiw/react-native-doc": "^4.0.5" }, "devDependencies": { - "@babel/core": "~7.20.0", + "@babel/core": "~7.25.0", "@babel/preset-env": "^7.20.0", - "@babel/runtime": "~7.20.0", + "@babel/runtime": "~7.25.0", "@react-native-community/eslint-config": "3.2.0", "@tsconfig/react-native": "^2.0.2", "@types/jest": "^29.2.1", diff --git a/template/template/package.json b/template/template/package.json index 222b2497..02f3edc6 100644 --- a/template/template/package.json +++ b/template/template/package.json @@ -42,9 +42,9 @@ "@uiw/react-native-doc": "^4.0.5" }, "devDependencies": { - "@babel/core": "~7.20.0", + "@babel/core": "~7.25.0", "@babel/preset-env": "^7.20.0", - "@babel/runtime": "~7.20.0", + "@babel/runtime": "~7.25.0", "@react-native-community/eslint-config": "3.2.0", "@tsconfig/react-native": "^2.0.2", "@types/jest": "^29.2.1",