chore(deps): bump react-map-gl from 4.0.10 to 6.1.19 (#21748)

This commit is contained in:
Stephen Liu
2022-10-11 14:47:25 +08:00
committed by GitHub
parent d7ee443a13
commit db075d4157
4 changed files with 178 additions and 453 deletions

View File

@@ -2,6 +2,19 @@
"name": "@superset-ui/legacy-plugin-chart-map-box",
"version": "0.18.25",
"description": "Superset Legacy Chart - MapBox",
"keywords": [
"superset"
],
"homepage": "https://superset.apache.org/",
"bugs": {
"url": "https://github.com/apache/superset/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache/superset.git"
},
"license": "Apache-2.0",
"author": "Superset",
"sideEffects": [
"*.css"
],
@@ -11,32 +24,19 @@
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apache-superset/superset-ui.git"
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
},
"homepage": "https://github.com/apache-superset/superset-ui#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"prop-types": "^15.6.2",
"react-map-gl": "^4.0.10",
"react-map-gl": "^6.1.19",
"supercluster": "^4.1.1",
"viewport-mercator-project": "^6.1.1"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"react": "^15 || ^16",
"mapbox-gl": "*"
"mapbox-gl": "*",
"react": "^15 || ^16"
},
"publishConfig": {
"access": "public"
}
}