Skip to content

Commit

Permalink
moving all @types to dev dependencies (apache#10750)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored and auxten committed Nov 20, 2020
1 parent 70b524b commit 34d6cc2
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 33 deletions.
78 changes: 59 additions & 19 deletions superset-frontend/package-lock.json

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

28 changes: 14 additions & 14 deletions superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,6 @@
"@superset-ui/time-format": "^0.14.9",
"@superset-ui/translation": "^0.14.20",
"@superset-ui/validator": "^0.14.9",
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.5",
"@types/fetch-mock": "^7.3.2",
"@types/react-bootstrap": "^0.32.21",
"@types/react-gravatar": "^2.6.8",
"@types/react-json-tree": "^0.6.11",
"@types/react-router-dom": "^5.1.5",
"@types/react-select": "^3.0.12",
"@types/react-virtualized": "^9.21.10",
"@types/react-window": "^1.8.2",
"@types/redux-localstorage": "^1.0.8",
"@types/redux-mock-store": "^1.0.2",
"@types/rison": "0.0.6",
"@types/sinon": "^9.0.4",
"@vx/responsive": "^0.0.195",
"abortcontroller-polyfill": "^1.1.9",
"antd": "^4.5.2",
Expand Down Expand Up @@ -217,15 +203,29 @@
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.0.13",
"@svgr/webpack": "^5.4.0",
"@types/classnames": "^2.2.10",
"@types/dom-to-image": "^2.6.0",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/fetch-mock": "^7.3.2",
"@types/jest": "^26.0.3",
"@types/jquery": "^3.3.32",
"@types/react": "^16.9.43",
"@types/react-bootstrap": "^0.32.22",
"@types/react-dom": "^16.9.8",
"@types/react-gravatar": "^2.6.8",
"@types/react-json-tree": "^0.6.11",
"@types/react-redux": "^5.0.2",
"@types/react-router-dom": "^5.1.5",
"@types/react-select": "^3.0.19",
"@types/react-table": "^7.0.19",
"@types/react-ultimate-pagination": "^1.2.0",
"@types/react-virtualized": "^9.21.10",
"@types/react-window": "^1.8.2",
"@types/redux-localstorage": "^1.0.8",
"@types/redux-mock-store": "^1.0.2",
"@types/rison": "0.0.6",
"@types/sinon": "^9.0.5",
"@types/yargs": "12 - 15",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
Expand Down

0 comments on commit 34d6cc2

Please sign in to comment.