Fix warnings for conflicting style rules (#29249)
* Bump popper * Bump react-transition group * Fix react conflicting style ruls warning * Fix ts
Showing
... | ... | @@ -106,7 +106,7 @@ |
"@types/react-redux": "7.1.7", | ||
"@types/react-select": "3.0.8", | ||
"@types/react-test-renderer": "16.9.2", | ||
"@types/react-transition-group": "4.2.4", | ||
"@types/react-transition-group": "4.4.0", | ||
"@types/react-window": "1.8.1", | ||
"@types/redux-logger": "3.0.7", | ||
"@types/redux-mock-store": "1.0.2", | ||
... | ... | @@ -207,6 +207,7 @@ |
}, | ||
"dependencies": { | ||
"@grafana/slate-react": "0.22.9-grafana", | ||
"@popperjs/core": "2.5.4", | ||
"@reduxjs/toolkit": "1.3.4", | ||
"@sentry/browser": "5.25.0", | ||
"@sentry/types": "5.24.2", | ||
... | ... | @@ -269,12 +270,12 @@ |
"react-grid-layout": "0.17.1", | ||
"react-highlight-words": "0.16.0", | ||
"react-loadable": "5.5.0", | ||
"react-popper": "1.3.3", | ||
"react-popper": "2.2.4", | ||
"react-redux": "7.2.0", | ||
"react-reverse-portal": "^2.0.1", | ||
"react-sizeme": "2.6.12", | ||
"react-split-pane": "0.1.89", | ||
"react-transition-group": "4.3.0", | ||
"react-transition-group": "4.4.1", | ||
"react-use": "13.27.0", | ||
"react-virtualized-auto-sizer": "1.0.2", | ||
"react-window": "1.8.5", | ||
... | ... |
... | ... | @@ -32,6 +32,7 @@ |
"@grafana/slate-react": "0.22.9-grafana", | ||
"@grafana/tsconfig": "^1.0.0-rc1", | ||
"@iconscout/react-unicons": "1.1.4", | ||
"@popperjs/core": "2.5.4", | ||
"@torkelo/react-select": "3.0.8", | ||
"@types/hoist-non-react-statics": "3.3.1", | ||
"@types/react-beautiful-dnd": "12.1.2", | ||
... | ... | @@ -64,10 +65,10 @@ |
"react-highlight-words": "0.16.0", | ||
"react-hook-form": "5.1.3", | ||
"react-monaco-editor": "0.36.0", | ||
"react-popper": "1.3.3", | ||
"react-popper": "2.2.4", | ||
"react-storybook-addon-props-combinations": "1.1.0", | ||
"react-table": "7.0.0", | ||
"react-transition-group": "4.3.0", | ||
"react-transition-group": "4.4.1", | ||
"slate": "0.47.8", | ||
"tinycolor2": "1.4.1", | ||
"uplot": "1.3.0" | ||
... | ... | @@ -95,7 +96,7 @@ |
"@types/react": "16.9.9", | ||
"@types/react-custom-scrollbars": "4.0.5", | ||
"@types/react-test-renderer": "16.9.2", | ||
"@types/react-transition-group": "4.2.4", | ||
"@types/react-transition-group": "4.4.0", | ||
"@types/rollup-plugin-visualizer": "2.6.0", | ||
"@types/tinycolor2": "1.4.1", | ||
"common-tags": "^1.8.0", | ||
... | ... |
Please
register
or
sign in
to comment