Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix: build error (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored Oct 8, 2019
1 parent 03aa6b3 commit f8e5dda
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/superset-ui-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"dependencies": {
"@babel/polyfill": "^7.4.3",
"@storybook/addon-actions": "^5.0.6",
"@storybook/addon-knobs": "^5.0.6",
"@storybook/addon-knobs": "^5.2.3",
"@storybook/addon-links": "^5.0.6",
"@storybook/addons": "^5.0.6",
"@storybook/react": "^5.0.6",
"@storybook/react": "^5.2.3",
"@superset-ui/chart": "^0.12.3",
"@superset-ui/color": "^0.12.1",
"@superset-ui/connection": "^0.12.3",
Expand All @@ -43,11 +43,10 @@
"@superset-ui/legacy-plugin-chart-word-cloud": "^0.11.0",
"@superset-ui/legacy-preset-chart-big-number": "^0.11.0",
"@superset-ui/number-format": "^0.12.1",
"@superset-ui/plugin-chart-word-cloud": "^0.10.0",
"@superset-ui/plugin-chart-word-cloud": "^0.11.0",
"@superset-ui/query": "^0.12.2",
"@superset-ui/time-format": "^0.12.1",
"@types/storybook__react": "3.0.7",
"@types/storybook__addon-knobs": "^5.0.0",
"@types/storybook__react": "4.0.2",
"bootstrap": "^4.3.1",
"react": "^16.6.0",
"storybook-addon-jsx": "^7.1.0"
Expand Down

0 comments on commit f8e5dda

Please sign in to comment.