do not update react-redux (#50700)

pull/50747/head
Gábor Farkas 3 years ago committed by GitHub
parent b8b6d0e1a1
commit b6a590e535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/renovate.json5

@ -23,6 +23,7 @@
"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-icons", // jaeger-ui-components is being refactored to use @grafana/ui icons instead
"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
"slate",
"slate-plain-serializer",

Loading…
Cancel
Save