about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-04-03 15:06:29 +0200
committerGitHub <noreply@github.com>2023-04-03 15:06:29 +0200
commit5d67fc09c34a227a0c4badceef795fb12cc5f845 (patch)
tree63e2bfa7a1211ada2d734b67fc63d75c043da446 /package.json
parent5c499f54e3ecc2fab6de2ff76441a11ddf3c503d (diff)
Clean up JS dependencies (#24377)
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 0b06353a1..215053738 100644
--- a/package.json
+++ b/package.json
@@ -30,9 +30,9 @@
     "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
     "@babel/plugin-transform-react-inline-elements": "^7.21.0",
     "@babel/plugin-transform-runtime": "^7.21.0",
-    "@babel/preset-typescript": "^7.21.0",
     "@babel/preset-env": "^7.20.2",
     "@babel/preset-react": "^7.18.6",
+    "@babel/preset-typescript": "^7.21.0",
     "@babel/runtime": "^7.21.0",
     "@gamestdio/websocket": "^0.3.2",
     "@github/webauthn-json": "^2.1.1",
@@ -176,7 +176,6 @@
     "@types/throng": "^5.0.4",
     "@types/uuid": "^9.0.1",
     "@types/webpack": "^4.41.33",
-    "@types/webpack-bundle-analyzer": "^4.6.0",
     "@types/yargs": "^17.0.22",
     "@typescript-eslint/eslint-plugin": "^5.55.0",
     "@typescript-eslint/parser": "^5.55.0",
@@ -203,7 +202,8 @@
     "yargs": "^17.7.1"
   },
   "resolutions": {
-    "kind-of": "^6.0.3"
+    "kind-of": "^6.0.3",
+    "webpack/terser-webpack-plugin": "^4.2.3"
   },
   "optionalDependencies": {
     "bufferutil": "^4.0.7",