From b2a90d4a1991873c844f65df08071faf3f8c27b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:53:04 +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..0f973bdb 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.7", + "@babel/plugin-proposal-class-properties": "7.18.6", + "@babel/plugin-proposal-decorators": "7.23.7", + "@babel/plugin-proposal-optional-chaining": "7.21.0", + "@babel/plugin-transform-runtime": "7.23.7", + "@babel/preset-env": "7.23.8", + "@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",