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",