1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Remove unused babel plugins and fix build with profiling

This commit is contained in:
Benjamin Staneck
2023-05-01 23:57:15 +02:00
committed by Mark McDowall
parent 4aba540b89
commit d79f42351f
3 changed files with 80 additions and 266 deletions
+2 -5
View File
@@ -30,7 +30,6 @@
"@microsoft/signalr": "6.0.16",
"@sentry/browser": "6.19.7",
"@sentry/integrations": "6.19.7",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
@@ -89,14 +88,10 @@
"@babel/core": "7.21.5",
"@babel/eslint-parser": "7.21.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.21.0",
"@babel/plugin-proposal-export-default-from": "7.18.10",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-proposal-throw-expressions": "7.18.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
@@ -106,6 +101,7 @@
"@types/react-router-dom": "5.3.3",
"@types/react-text-truncate": "0.14.1",
"@types/react-window": "1.8.5",
"@types/webpack-livereload-plugin": "^2.3.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"autoprefixer": "10.4.14",
@@ -142,6 +138,7 @@
"style-loader": "3.3.1",
"stylelint": "15.6.0",
"stylelint-order": "6.0.3",
"terser-webpack-plugin": "5.3.7",
"ts-loader": "9.4.2",
"typescript-plugin-css-modules": "5.0.1",
"url-loader": "4.1.1",