Clean up JS dependencies (#24377)

This commit is contained in:
Claire 2023-04-03 15:06:29 +02:00 committed by GitHub
parent 5c499f54e3
commit 5d67fc09c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 560 deletions

View file

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

585
yarn.lock

File diff suppressed because it is too large Load diff