From 0a9eb81a94d13b595943e847ff26506af30e2867 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Wed, 17 Jun 2026 08:49:39 +0200 Subject: [PATCH] chore: update dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5d16a88..67ffb3c 100644 --- a/package.json +++ b/package.json @@ -287,12 +287,12 @@ "react-textarea-autosize": "~8.5.9" }, "devDependencies": { - "@babel/core": "^7.13.0", - "@babel/eslint-parser": "~7.29.7", + "@babel/core": "^8.0.0", + "@babel/eslint-parser": "~8.0.0", "@babel/plugin-proposal-private-property-in-object": "~7.21.11", - "@babel/plugin-syntax-class-properties": "~7.12.1", - "@babel/plugin-syntax-jsx": "~7.29.7", - "@babel/register": "7.29.7", + "@babel/plugin-syntax-class-properties": "~7.12.13", + "@babel/plugin-syntax-jsx": "~8.0.0", + "@babel/register": "8.0.0", "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", "babel-loader": "10.1.1",