chore: Move CustomScrollbar to @grafana/ui #14759
Showing
... | ... | @@ -24,7 +24,6 @@ |
"@types/jquery": "^1.10.35", | ||
"@types/node": "^8.0.31", | ||
"@types/react": "^16.7.6", | ||
"@types/react-custom-scrollbars": "^4.0.5", | ||
"@types/react-dom": "^16.0.9", | ||
"@types/react-select": "^2.0.4", | ||
"angular-mocks": "1.6.6", | ||
... | ... | @@ -72,8 +71,8 @@ |
"ng-annotate-loader": "^0.6.1", | ||
"ng-annotate-webpack-plugin": "^0.3.0", | ||
"ngtemplate-loader": "^2.0.1", | ||
"npm": "^5.4.2", | ||
"node-sass": "^4.11.0", | ||
"npm": "^5.4.2", | ||
"optimize-css-assets-webpack-plugin": "^4.0.2", | ||
"phantomjs-prebuilt": "^2.1.15", | ||
"postcss-browser-reporter": "^0.5.0", | ||
... | ... | @@ -167,7 +166,6 @@ |
"prop-types": "^15.6.2", | ||
"rc-cascader": "^0.14.0", | ||
"react": "^16.6.3", | ||
"react-custom-scrollbars": "^4.2.1", | ||
"react-dom": "^16.6.3", | ||
"react-grid-layout": "0.16.6", | ||
"react-highlight-words": "0.11.0", | ||
... | ... |
... | ... | @@ -16,6 +16,7 @@ |
"lodash": "^4.17.10", | ||
"moment": "^2.22.2", | ||
"react": "^16.6.3", | ||
"react-custom-scrollbars": "^4.2.1", | ||
"react-dom": "^16.6.3", | ||
"react-highlight-words": "0.11.0", | ||
"react-popper": "^1.3.0", | ||
... | ... | @@ -23,11 +24,14 @@ |
"react-virtualized": "^9.21.0" | ||
}, | ||
"devDependencies": { | ||
"@types/classnames": "^2.2.6", | ||
"@types/jest": "^23.3.2", | ||
"@types/jquery": "^1.10.35", | ||
"@types/lodash": "^4.14.119", | ||
"@types/react": "^16.7.6", | ||
"@types/classnames": "^2.2.6", | ||
"@types/jquery": "^1.10.35", | ||
"@types/react-custom-scrollbars": "^4.0.5", | ||
"@types/react-test-renderer": "^16.0.3", | ||
"react-test-renderer": "^16.7.0", | ||
"typescript": "^3.2.2" | ||
} | ||
} |
Please
register
or
sign in
to comment