From fd50fc8ec743ebda1331320c2d456ebe77df7a53 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 15 Jun 2021 04:49:09 -0400 Subject: [PATCH] Chore: Move immutable, is-hotkey, and react-inlinesvg deps to grafana-ui (#34290) (#35627) (cherry picked from commit aa14621d29f083c58bea6dad07d25a9e517bd663) Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> --- package.json | 4 ---- packages/grafana-ui/package.json | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6b0f32ab59f..d9273820929 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,6 @@ "@types/file-saver": "2.0.1", "@types/history": "^4.7.8", "@types/hoist-non-react-statics": "3.3.1", - "@types/is-hotkey": "0.1.1", "@types/jest": "26.0.15", "@types/jquery": "3.3.38", "@types/jsurl": "^1.2.28", @@ -255,8 +254,6 @@ "history": "4.10.1", "hoist-non-react-statics": "3.3.2", "immer": "8.0.1", - "immutable": "3.8.2", - "is-hotkey": "0.1.6", "jquery": "3.5.1", "json-source-map": "0.6.1", "jsurl": "^0.1.5", @@ -280,7 +277,6 @@ "react-dom": "17.0.1", "react-grid-layout": "1.2.0", "react-highlight-words": "0.17.0", - "react-inlinesvg": "2.3.0", "react-loadable": "5.5.0", "react-popper": "2.2.4", "react-redux": "7.2.0", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 1bd3c8ba791..1d03b4b698e 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -45,6 +45,7 @@ "d3": "5.15.0", "hoist-non-react-statics": "3.3.2", "immutable": "3.8.2", + "is-hotkey": "0.1.6", "jquery": "3.5.1", "lodash": "4.17.21", "moment": "2.29.1", @@ -62,6 +63,7 @@ "react-dom": "17.0.1", "react-highlight-words": "0.16.0", "react-hook-form": "7.5.3", + "react-inlinesvg": "2.3.0", "react-popper": "2.2.4", "react-router-dom": "^5.2.0", "react-select": "4.3.0", @@ -86,6 +88,7 @@ "@types/common-tags": "^1.8.0", "@types/d3": "5.7.2", "@types/hoist-non-react-statics": "3.3.1", + "@types/is-hotkey": "0.1.1", "@types/jest": "26.0.15", "@types/jquery": "3.3.38", "@types/lodash": "4.14.123",