chore: update optional deps (ws & node-watch)

Updates node-watch dep to ^0.7.1 which is a breaking change in the interface of watch function for compatibility on certain windows systems that don't give event and filename info.

Also updates ws dep to v^7.4.3, minor version and bug fixes.
This commit is contained in:
M. George Hansen 2021-02-28 08:26:02 -08:00
parent b5cc33df0c
commit a611240366
3 changed files with 18 additions and 14 deletions

View file

@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/node": "~10",
"@types/ws": "^7.2.4",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
@ -48,7 +48,7 @@
"typescript": "~3.9.3"
},
"optionalDependencies": {
"node-watch": "^0.6.4",
"ws": "^7.3.0"
"node-watch": "^0.7.1",
"ws": "^7.4.3"
}
}