mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 17:22:18 +08:00
Update dependency typescript to v5.7.2 (#93749)
* Update dependency typescript to v5.7.2 * typescript fixes * don't need this change * remaining typescript fixes * remove emotion/react aliasing --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
@ -26,9 +26,6 @@ module.exports = {
|
||||
// some of data source plugins use global Prism object to add the language definition
|
||||
// we want to have same Prism object in core and in grafana/ui
|
||||
prismjs: require.resolve('prismjs'),
|
||||
// some sub-dependencies use a different version of @emotion/react and generate warnings
|
||||
// in the browser about @emotion/react loaded twice. We want to only load it once
|
||||
'@emotion/react': require.resolve('@emotion/react'),
|
||||
// due to our webpack configuration not understanding package.json `exports`
|
||||
// correctly we must alias this package to the correct file
|
||||
// the alternative to this alias is to copy-paste the file into our
|
||||
|
Reference in New Issue
Block a user