This commit is contained in:
Krist Wongsuphasawat 2020-03-05 15:29:32 -08:00 committed by Yongjie Zhao
parent 940e449bbe
commit 4f0d4e038b
3 changed files with 5 additions and 5 deletions

View File

@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.2.0"
"version": "0.2.1"
}

View File

@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-preset-chart-deckgl",
"version": "0.2.0",
"version": "0.2.1",
"description": "Superset Legacy Chart - deck.gl",
"sideEffects": true,
"main": "lib/index.js",
@ -26,6 +26,7 @@
"access": "public"
},
"dependencies": {
"@math.gl/web-mercator": "^3.1.3",
"@types/d3-array": "^2.0.0",
"bootstrap-slider": "^10.0.0",
"d3-array": "^1.2.4",
@ -41,8 +42,7 @@
"react-bootstrap-slider": "2.1.5",
"react-map-gl": "^4.0.10",
"underscore": "^1.8.3",
"urijs": "^1.18.10",
"@math.gl/web-mercator": "^3.1.3"
"urijs": "^1.18.10"
},
"peerDependencies": {
"@superset-ui/chart": "^0.12.0",

View File

@ -1,6 +1,6 @@
{
"name": "@superset-ui/plugins-demo",
"version": "0.2.0",
"version": "0.2.1",
"description": "Storybook for Superset UI Plugins 🔌💡",
"private": true,
"main": "index.js",