Remove unnecessary deps from package.json (#1393)

zio/stable
dan 2023-09-06 17:36:45 +01:00 committed by GitHub
parent 19adb10de1
commit dd5697329f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 14 deletions

View File

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

View File

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