Upgrading all front and backend dependencies, including Angular 11.

fixes #429
This commit is contained in:
softsimon
2021-04-07 16:18:55 +04:00
parent e66fa02cd1
commit 20178641da
4 changed files with 6443 additions and 6284 deletions

View File

@@ -36,15 +36,15 @@
"express": "^4.17.1",
"locutus": "^2.0.12",
"mysql2": "2.2.5",
"node-worker-threads-pool": "^1.4.2",
"ws": "^7.3.1"
"node-worker-threads-pool": "^1.4.3",
"ws": "^7.4.4"
},
"devDependencies": {
"@types/compression": "^1.0.1",
"@types/express": "^4.17.2",
"@types/locutus": "^0.0.6",
"@types/ws": "^6.0.4",
"tslint": "~6.1.0",
"typescript": "~3.9.7"
"tslint": "^6.1.0",
"typescript": "^4.1.5"
}
}