From 3dcc06d2b2dfb26e52c55509e13afd82a6fcbeee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:22:35 +0000 Subject: [PATCH] Update babel --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d7b72996..fd663132 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,14 @@ "description": "CYB internsystem (frontend)", "license": "MIT", "devDependencies": { - "@babel/core": "7.14.8", - "@babel/plugin-proposal-class-properties": "7.14.5", - "@babel/plugin-proposal-decorators": "7.14.5", - "@babel/plugin-proposal-optional-chaining": "7.14.5", - "@babel/plugin-transform-runtime": "7.14.5", - "@babel/preset-env": "7.14.8", - "@babel/preset-react": "7.14.5", - "@babel/preset-typescript": "7.14.5", + "@babel/core": "7.25.8", + "@babel/plugin-proposal-class-properties": "7.18.6", + "@babel/plugin-proposal-decorators": "7.25.7", + "@babel/plugin-proposal-optional-chaining": "7.21.0", + "@babel/plugin-transform-runtime": "7.25.7", + "@babel/preset-env": "7.25.8", + "@babel/preset-react": "7.25.7", + "@babel/preset-typescript": "7.25.7", "@types/domready": "1.0.0", "@types/moment-timezone": "0.5.30", "@types/nuclear-js": "1.4.3",