Chore: remove node-fetch from dep + ignore list (#62455)

remove node-fetch from dep + ignore list
This commit is contained in:
Ashley Harrison
2023-01-30 11:47:32 +00:00
committed by GitHub
parent efeb0daec6
commit d9d103a2bf
3 changed files with 4 additions and 6 deletions
-1
View File
@@ -10,7 +10,6 @@
"history", // we should bump this together with react-router-dom
"@mdx-js/react", // storybook peer-depends on its 1.x version, we should upgrade this when we upgrade storybook
"monaco-editor", // due to us exposing this via @grafana/ui/CodeEditor's props bumping can break plugins
"node-fetch", // we should bump this once we move to esm modules
"react-hook-form", // due to us exposing these hooks via @grafana/ui form components bumping can break plugins
"react-redux", // react-beautiful-dnd depends on react-redux 7.x, we need to update that one first
"react-router-dom", // we should bump this together with history