mirror of https://github.com/grafana/grafana.git
parent
33498d08ef
commit
d3ad41d8d9
|
|
@ -7,6 +7,7 @@
|
||||||
"history", // we should bump this together with react-router-dom (see https://github.com/grafana/grafana/issues/76744)
|
"history", // we should bump this together with react-router-dom (see https://github.com/grafana/grafana/issues/76744)
|
||||||
"react-router-dom", // we should bump this together with history (see https://github.com/grafana/grafana/issues/76744)
|
"react-router-dom", // we should bump this together with history (see https://github.com/grafana/grafana/issues/76744)
|
||||||
"monaco-editor", // due to us exposing this via @grafana/ui/CodeEditor's props bumping can break plugins
|
"monaco-editor", // due to us exposing this via @grafana/ui/CodeEditor's props bumping can break plugins
|
||||||
|
"@fingerprintjs/fingerprintjs", // we don't want to bump to v4 due to licensing changes
|
||||||
],
|
],
|
||||||
"includePaths": ["package.json", "packages/**", "public/app/plugins/**"],
|
"includePaths": ["package.json", "packages/**", "public/app/plugins/**"],
|
||||||
"ignorePaths": ["emails/**", "plugins-bundled/**", "**/mocks/**", "packages/grafana-e2e/**"],
|
"ignorePaths": ["emails/**", "plugins-bundled/**", "**/mocks/**", "packages/grafana-e2e/**"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue