From f47db38cb9f9622429ddaa4fbc051345e6a5be72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 05:30:58 +0000 Subject: [PATCH] Update babel monorepo to v8 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e4dfc8f..f211e8d 100644 --- a/package.json +++ b/package.json @@ -35,11 +35,11 @@ "skycons": "^1.0.0" }, "devDependencies": { - "@babel/core": "^7.24.7", + "@babel/core": "^8.0.0", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/plugin-transform-runtime": "^7.24.7", - "@babel/runtime": "^7.24.7", + "@babel/plugin-transform-runtime": "^8.0.0", + "@babel/runtime": "^8.0.0", "ajv": "^8.18.0", "babel-loader": "^10.1.1", "clean-webpack-plugin": "^4.0.0",