update ts-node and typescript

This commit is contained in:
Lucy Cifferello
2023-06-07 14:51:14 -06:00
parent fcfa917710
commit e63fd0ca8c
2 changed files with 310 additions and 1820 deletions

2126
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,9 +23,9 @@
"husky": "^4.3.8", "husky": "^4.3.8",
"lint-staged": "^13.2.0", "lint-staged": "^13.2.0",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"ts-node": "10.9.0", "ts-node": "^10.9.0",
"tslint": "6.1.3", "tslint": "6.1.3",
"typescript": "4.8.4" "typescript": "^4.8.4"
}, },
"husky": { "husky": {
"hooks": { "hooks": {