diff options
author | dan <dan.abramov@gmail.com> | 2023-09-06 17:36:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 09:36:45 -0700 |
commit | dd5697329f0eb7a1d99d50d926134a04117f1b2f (patch) | |
tree | 95d2c9bb31d0091faa7530be5f78435cf2cf9fc4 | |
parent | 19adb10de1e9f1bc2719a1acbd004187ddee643c (diff) | |
download | voidsky-dd5697329f0eb7a1d99d50d926134a04117f1b2f.tar.zst |
Remove unnecessary deps from package.json (#1393)
-rw-r--r-- | package.json | 6 | ||||
-rw-r--r-- | yarn.lock | 11 |
2 files changed, 3 insertions, 14 deletions
diff --git a/package.json b/package.json index 64d5033b7..b8e28f89f 100644 --- a/package.json +++ b/package.json @@ -200,12 +200,10 @@ "url-loader": "^4.1.1", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.11.1", - "webpack-hot-middleware": "^2.25.4" + "webpack-dev-server": "^4.11.1" }, "resolutions": { - "@types/react": "^18", - "react-error-overlay": "6.0.9" + "@types/react": "^18" }, "jest": { "preset": "jest-expo/ios", diff --git a/yarn.lock b/yarn.lock index b67382d68..cd7ad17f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7071,7 +7071,7 @@ ansi-fragments@^0.2.1: slice-ansi "^2.0.0" strip-ansi "^5.0.0" -ansi-html-community@0.0.8, ansi-html-community@^0.0.8: +ansi-html-community@^0.0.8: version "0.0.8" resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== @@ -19555,15 +19555,6 @@ webpack-dev-server@^4.11.1, webpack-dev-server@^4.6.0: webpack-dev-middleware "^5.3.1" ws "^8.13.0" -webpack-hot-middleware@^2.25.4: - version "2.25.4" - resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.4.tgz#d8bc9e9cb664fc3105c8e83d2b9ed436bee4e193" - integrity sha512-IRmTspuHM06aZh98OhBJtqLpeWFM8FXJS5UYpKYxCJzyFoyWj1w6VGFfomZU7OPA55dMLrQK0pRT1eQ3PACr4w== - dependencies: - ansi-html-community "0.0.8" - html-entities "^2.1.0" - strip-ansi "^6.0.0" - webpack-manifest-plugin@^4.0.2, webpack-manifest-plugin@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz#10f8dbf4714ff93a215d5a45bcc416d80506f94f" |