chore: update deps

This commit is contained in:
M. George Hansen 2020-06-01 22:11:23 -07:00
parent 9ef59f9b7e
commit ba29ad4204
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
2 changed files with 205 additions and 199 deletions

View file

@ -31,15 +31,15 @@
"devDependencies": {
"@types/node": "~12",
"@types/ws": "^7.2.4",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"ts-node": "^8.10.1",
"typescript": "~3.8.3"
"ts-node": "^8.10.2",
"typescript": "~3.9.3"
},
"optionalDependencies": {
"node-watch": "^0.6.3",
"ws": "^7.2.5"
"node-watch": "^0.6.4",
"ws": "^7.3.0"
}
}