Updated Dependencies

This commit is contained in:
Christer Warén
2021-08-27 02:52:19 +03:00
parent 33c41233da
commit c539a63011
2 changed files with 16 additions and 16 deletions

View File

@ -30,7 +30,7 @@
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^16.7.1",
"@types/node": "^16.7.2",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
@ -42,7 +42,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"tsc-watch": "^4.5.0",
"typescript": "^4.3.5"
"typescript": "^4.4.2"
},
"engines": {
"node": ">=16.6.0",