From 893efb045b522632887351f1a5c1fb8184c5a7e2 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Fri, 19 Jul 2024 14:08:34 +0200 Subject: [PATCH] Grafana/ui: Fix types not being installed for consumers (#90463) fix(grafana-ui): make sure exported types are available for consumers --- packages/grafana-ui/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 18676549e3d..4bbf35ec542 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -63,6 +63,9 @@ "@react-aria/overlays": "3.22.1", "@react-aria/utils": "3.24.1", "@tanstack/react-virtual": "^3.5.1", + "@types/jquery": "3.5.30", + "@types/lodash": "4.17.4", + "@types/react-table": "7.7.20", "ansicolor": "1.1.100", "calculate-size": "1.1.1", "classnames": "2.5.1", @@ -141,8 +144,6 @@ "@types/hoist-non-react-statics": "3.3.5", "@types/is-hotkey": "0.1.10", "@types/jest": "29.5.12", - "@types/jquery": "3.5.30", - "@types/lodash": "4.17.4", "@types/mock-raf": "1.0.6", "@types/node": "20.14.2", "@types/prismjs": "1.26.4", @@ -151,7 +152,6 @@ "@types/react-dom": "18.2.25", "@types/react-highlight-words": "0.20.0", "@types/react-router-dom": "5.3.3", - "@types/react-table": "7.7.20", "@types/react-test-renderer": "18.3.0", "@types/react-transition-group": "4.4.10", "@types/react-window": "1.8.8",