chore(legacy-table): move @types/datatables.net to dependencies

So to `npm link` in `incubator-superset` can work.
This commit is contained in:
Jesse Yang 2020-04-23 11:57:28 -07:00 committed by Yongjie Zhao
parent e20e086a80
commit 10e9db8226

View File

@ -29,12 +29,10 @@
},
"dependencies": {
"@types/react-dom": "^16.9.6",
"@types/datatables.net": "^1.10.18",
"datatables.net-bs": "^1.10.20",
"xss": "^1.0.6"
},
"devDependencies": {
"@types/datatables.net": "^1.10.18"
},
"peerDependencies": {
"@superset-ui/chart": "^0.12.0",
"@superset-ui/number-format": "^0.12.10",