mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
ignore deps blocked by react 18 for now (#50300)
This commit is contained in:
parent
c65d62c95b
commit
f7d5c8cdbd
11
.github/renovate.json5
vendored
11
.github/renovate.json5
vendored
@ -29,7 +29,16 @@
|
||||
"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
|
||||
"ora" // we should bump this once we move to esm modules
|
||||
"ora", // we should bump this once we move to esm modules
|
||||
|
||||
// dep updates blocked by React 18
|
||||
"@testing-library/react",
|
||||
"@types/react",
|
||||
"@types/react-dom",
|
||||
"@types/react-test-renderer",
|
||||
"react",
|
||||
"react-dom",
|
||||
"react-test-renderer"
|
||||
],
|
||||
"ignorePaths": ["packages/grafana-toolkit/package.json", "emails/**", "plugins-bundled/**", "**/mocks/**"],
|
||||
"labels": ["area/frontend", "dependencies"],
|
||||
|
Loading…
Reference in New Issue
Block a user