about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorRenaud Chaput <renchap@gmail.com>2023-04-03 12:31:34 +0200
committerGitHub <noreply@github.com>2023-04-03 12:31:34 +0200
commitbe230be734e5b8e33e6336771878c5840bc9216f (patch)
tree33fd59f479d4a0c35ce649e32bb209509c10f319 /package.json
parent4520e6473afe901005e7ac532317f4b4f1af9ead (diff)
Fix build issues caused by #16210 (#24374)
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",