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",