Merge branch 'master' into 14793/loading-placeholder-to-grafanaui
Showing
... | ... | @@ -23,7 +23,10 @@ |
"react-highlight-words": "0.11.0", | ||
"react-popper": "^1.3.0", | ||
"react-transition-group": "^2.2.1", | ||
"react-virtualized": "^9.21.0" | ||
"react-virtualized": "^9.21.0", | ||
"tether": "^1.4.0", | ||
"tether-drop": "https://github.com/torkelo/drop/tarball/master", | ||
"tinycolor2": "^1.4.1" | ||
}, | ||
"devDependencies": { | ||
"@types/classnames": "^2.2.6", | ||
... | ... | @@ -33,6 +36,8 @@ |
"@types/react": "^16.7.6", | ||
"@types/react-custom-scrollbars": "^4.0.5", | ||
"@types/react-test-renderer": "^16.0.3", | ||
"@types/tether-drop": "^1.4.8", | ||
"@types/tinycolor2": "^1.4.1", | ||
"react-test-renderer": "^16.7.0", | ||
"typescript": "^3.2.2" | ||
} | ||
... | ... |
packages/grafana-ui/src/utils/colors.ts
0 → 100644
Please
register
or
sign in
to comment