remove overrides

This commit is contained in:
Asier Isayas
2026-01-29 09:28:37 -08:00
parent 9baaf3ca0d
commit d26bb423d9
2 changed files with 178 additions and 27 deletions

View File

@@ -112,7 +112,8 @@
"utility-types": "3.10.0",
"uuid": "9.0.0",
"web-vitals": "4.2.4",
"zustand": "3.5.0"
"zustand": "3.5.0",
"ws": "8.17.1"
},
"devDependencies": {
"@babel/core": "7.24.7",
@@ -198,15 +199,8 @@
"webpack": "5.88.2",
"webpack-bundle-analyzer": "5.2.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.2.3"
},
"overrides": {
"@jupyterlab/terminal": {
"ws": "7.5.10"
},
"@types/styled-components": {
"ws": "7.5.10"
}
"webpack-dev-server": "5.2.3",
"ws": "8.17.1"
},
"scripts": {
"postinstall": "patch-package",