Grafana/ui: Fix types not being installed for consumers (#90463)

fix(grafana-ui): make sure exported types are available for consumers
pull/90655/head
Jack Westbrook 10 months ago committed by GitHub
parent 7829fced94
commit 893efb045b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      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",

Loading…
Cancel
Save