Update node-watch and ws optional dependencies to latest
This commit is contained in:
parent
f08a99ccb1
commit
4e6e11d2e4
2 changed files with 20 additions and 17 deletions
|
|
@ -38,12 +38,12 @@
|
|||
"devDependencies": {
|
||||
"@biomejs/biome": "2.4.14",
|
||||
"@types/node": "~18",
|
||||
"@types/ws": "^7.4.0",
|
||||
"@types/ws": "^8.18.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "~4.9.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"node-watch": "^0.7.1",
|
||||
"ws": "^7.4.3"
|
||||
"node-watch": "^0.7.4",
|
||||
"ws": "^8.20.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue