Dependencies: downgrade typescript to 4.4.4 for now (#43970)

* Downgrade typescript to 4.5.2 for now

* Downgrade to 4.4.4 instead :(

* kick drone

* Update .github/renovate.json5

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
Ashley Harrison
2022-01-13 10:08:38 +00:00
committed by GitHub
co-authored by Jack Westbrook
parent a9dfd3a487
commit f74b21c119
12 changed files with 41 additions and 19 deletions
+1
View File
@@ -22,6 +22,7 @@
"slate-plain-serializer",
"systemjs",
"ts-loader", // we should remove ts-loader and use babel-loader instead
"typescript", // >4.5.x doesn't seem to work on windows with pnp currently. probably similar to https://github.com/yarnpkg/berry/issues/3722
"ora" // we should bump this once we move to esm modules
],
"ignorePaths": ["packages/grafana-toolkit/package.json", "emails/**", "plugins-bundled/**", "**/mocks/**"],