From fbd4f4077ac300f6a8837d9826dc41ac69162a0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:04:37 +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..f5c267fd 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.23.3", + "@babel/plugin-proposal-class-properties": "7.18.6", + "@babel/plugin-proposal-decorators": "7.23.3", + "@babel/plugin-proposal-optional-chaining": "7.21.0", + "@babel/plugin-transform-runtime": "7.23.4", + "@babel/preset-env": "7.23.3", + "@babel/preset-react": "7.23.3", + "@babel/preset-typescript": "7.23.3", "@types/domready": "1.0.0", "@types/moment-timezone": "0.5.30", "@types/nuclear-js": "1.4.3",