From bbab923c7b8e07b669b17eae74c0bbc73e20a888 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:07:56 +0000 Subject: [PATCH] chore(deps): update babel monorepo to v8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6aded5b..822938a 100644 --- a/package.json +++ b/package.json @@ -53,9 +53,9 @@ } }, "devDependencies": { - "@babel/core": "^7.29.6", + "@babel/core": "^8.0.0", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@babel/plugin-transform-private-property-in-object": "^7.25.9", + "@babel/plugin-transform-private-property-in-object": "^8.0.0", "eslint-config-airbnb": "19.0.4", "eslint-config-prettier": "10.1.8", "eslint-plugin-jsx-a11y": "6.10.2",