update typescript to 4.8

This commit is contained in:
2022-12-04 09:32:19 +01:00
parent 06746a0f70
commit 39499308c6
2 changed files with 9 additions and 9 deletions

View File

@@ -41,6 +41,6 @@
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.6.2"
"typescript": "4.8"
}
}
}