Clean up JS dependencies (#24377)

local
Claire 1 year ago committed by GitHub
parent 5c499f54e3
commit 5d67fc09c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package.json
  2. 585
      yarn.lock

@ -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",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save