Skip to content

Commit

Permalink
chore: migrate @vx/responsive to @visx/responsive for react 18 upgrade (
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Kuang authored and PawankumarES committed Feb 13, 2023
1 parent 50aff33 commit f6b5b57
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 63 deletions.
93 changes: 32 additions & 61 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"@superset-ui/plugin-chart-word-cloud": "file:./plugins/plugin-chart-word-cloud",
"@superset-ui/preset-chart-xy": "file:./plugins/preset-chart-xy",
"@superset-ui/switchboard": "file:./packages/superset-ui-switchboard",
"@vx/responsive": "^0.0.195",
"@visx/responsive": "^3.0.0",
"abortcontroller-polyfill": "^1.1.9",
"ace-builds": "^1.4.14",
"antd": "4.10.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
isFeatureEnabled,
SupersetClient,
} from '@superset-ui/core';
import { ParentSize } from '@vx/responsive';
import { ParentSize } from '@visx/responsive';
import pick from 'lodash/pick';
import Tabs from 'src/components/Tabs';
import DashboardGrid from 'src/dashboard/containers/DashboardGrid';
Expand Down

0 comments on commit f6b5b57

Please sign in to comment.