From 80a29d6bfa7e7f623c2993d157a74a0c167a01bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:48:01 +0000 Subject: [PATCH] chore(deps): update babel monorepo to v8 --- example/package.json | 6 +++--- packages/react-native-web-simple-toast/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/package.json b/example/package.json index 9966852..5fdd8e5 100644 --- a/example/package.json +++ b/example/package.json @@ -15,9 +15,9 @@ "react-native-web-simple-toast": "workspace:^0.0.3" }, "devDependencies": { - "@babel/core": "^7.29.7", - "@babel/preset-react": "^7.29.7", - "@babel/runtime": "^7.29.7", + "@babel/core": "^8.0.1", + "@babel/preset-react": "^8.0.1", + "@babel/runtime": "^8.0.0", "@svgr/webpack": "^6.5.1", "@types/react": "^17.0.93", "@types/react-dom": "^17.0.26", diff --git a/packages/react-native-web-simple-toast/package.json b/packages/react-native-web-simple-toast/package.json index f0357b5..03e9eb9 100644 --- a/packages/react-native-web-simple-toast/package.json +++ b/packages/react-native-web-simple-toast/package.json @@ -24,7 +24,7 @@ "react-transition-group": "^4.4.5" }, "devDependencies": { - "@babel/runtime": "^7.29.7", + "@babel/runtime": "^8.0.0", "@types/react-transition-group": "^4.4.12", "react": "^17.0.2", "react-dom": "^17.0.2",