diff --git a/package-lock.json b/package-lock.json index b1b1f38..e1f5b40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,10 +22,6 @@ "react-scripts": "5.0.1" }, "devDependencies": { - "@babel/core": "^7.25.2", - "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@babel/preset-env": "^7.25.4", - "@babel/preset-react": "^7.24.7", "@cypress/code-coverage": "^3.12.11", "@cypress/webpack-preprocessor": "^6.0.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", @@ -42,7 +38,6 @@ "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "autoprefixer": "^10.4.16", - "babel-jest": "^29.7.0", "caniuse-lite": "^1.0.30001565", "clean-webpack-plugin": "^4.0.0", "cross-env": "^7.0.3", @@ -656,25 +651,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz", - "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-async-generators": { "version": "7.8.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", @@ -28064,18 +28040,6 @@ "@babel/helper-plugin-utils": "^7.18.6" } }, - "@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz", - "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - } - }, "@babel/plugin-syntax-async-generators": { "version": "7.8.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", diff --git a/package.json b/package.json index bdc4ad0..0c4b7cb 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,6 @@ "react-scripts": "5.0.1" }, "devDependencies": { - "@babel/core": "^7.25.2", - "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@babel/preset-env": "^7.25.4", - "@babel/preset-react": "^7.24.7", "@cypress/code-coverage": "^3.12.11", "@cypress/webpack-preprocessor": "^6.0.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", @@ -37,7 +33,6 @@ "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "autoprefixer": "^10.4.16", - "babel-jest": "^29.7.0", "caniuse-lite": "^1.0.30001565", "clean-webpack-plugin": "^4.0.0", "cross-env": "^7.0.3",