about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 46a18d755..9d798636d 100644
--- a/package.json
+++ b/package.json
@@ -27,8 +27,10 @@
   "private": true,
   "dependencies": {
     "@babel/core": "^7.21.3",
+    "@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/runtime": "^7.21.0",
@@ -140,7 +142,6 @@
     "ws": "^8.12.1"
   },
   "devDependencies": {
-    "@babel/preset-typescript": "^7.21.0",
     "@testing-library/jest-dom": "^5.16.5",
     "@testing-library/react": "^12.1.5",
     "@types/babel__core": "^7.20.0",
@@ -174,7 +175,7 @@
     "@types/requestidlecallback": "^0.3.5",
     "@types/throng": "^5.0.4",
     "@types/uuid": "^9.0.1",
-    "@types/webpack": "^5.28.0",
+    "@types/webpack": "^4.41.33",
     "@types/webpack-bundle-analyzer": "^4.6.0",
     "@types/yargs": "^17.0.22",
     "@typescript-eslint/eslint-plugin": "^5.55.0",