Update dependency typescript to v4.5.4 (#43756)

* Update dependency typescript to v4.5.4

* Changes needed to support new TypeScript version

* kick drone

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
renovate[bot]
2022-01-06 16:16:13 +00:00
committed by GitHub
parent 890c43adf1
commit 846c6ce758
12 changed files with 32 additions and 24 deletions

View File

@@ -36,6 +36,6 @@
"dependencies": {
"@grafana/tsconfig": "^1.0.0-rc1",
"tslib": "2.3.1",
"typescript": "4.4.3"
"typescript": "4.5.4"
}
}