Chore: Upgrade typescript to 4.6.4 (#49016)

This commit is contained in:
kay delaney
2022-05-17 12:08:10 +01:00
committed by GitHub
parent f252e89339
commit de3e981985
17 changed files with 103 additions and 74 deletions
-1
View File
@@ -28,7 +28,6 @@
"systemjs",
"copy-webpack-plugin", // try to upgrade with newer yarn release. Not working with 3.1.1
"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/**"],