mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana/ui: Fix types not being installed for consumers (#90463)
fix(grafana-ui): make sure exported types are available for consumers
This commit is contained in:
parent
7829fced94
commit
893efb045b
@ -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…
Reference in New Issue
Block a user