update package json

This commit is contained in:
Matt Hill
2023-03-15 14:59:07 -06:00
parent 85959db110
commit 41eb31a2ca
3 changed files with 340 additions and 213 deletions

View File

@@ -18,14 +18,14 @@
"rxjs": ">=7.0.0"
},
"devDependencies": {
"@types/node": "16.4.13",
"@types/node": "18.15.0",
"@types/uuid": "8.3.1",
"husky": "^4.3.8",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"ts-node": "10.2.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"ts-node": "10.9.0",
"tslint": "6.1.3",
"typescript": "4.3.5"
"typescript": "4.8.4"
},
"husky": {
"hooks": {