This is an automated email from the ASF dual-hosted git repository. beto pushed a commit to branch fix_array_no_data in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit b992b63b60ccc00a05d6a251f70befc798ec5a8b Author: Dave Smith <[email protected]> AuthorDate: Tue Sep 10 10:14:02 2019 -0700 revert deck.gl version, see if that works ;-) --- superset/assets/package-lock.json | 12 ++++++------ superset/assets/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/superset/assets/package-lock.json b/superset/assets/package-lock.json index e722749..d03988d 100644 --- a/superset/assets/package-lock.json +++ b/superset/assets/package-lock.json @@ -9060,13 +9060,13 @@ "integrity": "sha512-2h0iKbJwnImBk4TGk7CG1xadoA0g3LDPlQhQzbZ221zvG0p2YVUedbKIPsOZXKZGx6YmZMJKYOalpCMxSdDqTQ==" }, "deck.gl": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/deck.gl/-/deck.gl-5.3.5.tgz", - "integrity": "sha512-8ZcXGvrHjEn9+TkQztj3f+C+j5EzJH5hY5XE/zuoSlDIYsObSDchZdlWAA5uw5o2jqGhMS4TqCe1khDQNN+wpQ==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/deck.gl/-/deck.gl-5.3.4.tgz", + "integrity": "sha512-CaUszHwt7bDVGH5w6eWG4ihcYnbMsJojEYDBi/OA6rPN63ihYTSH813qP8HM+FDO7ej6W9UJ4uUSbLP2XtP+xA==", "requires": { - "@deck.gl/core": "^5.3.5", - "@deck.gl/layers": "^5.3.5", - "@deck.gl/react": "^5.3.5" + "@deck.gl/core": "^5.3.3", + "@deck.gl/layers": "^5.3.4", + "@deck.gl/react": "^5.3.3" } }, "decode-uri-component": { diff --git a/superset/assets/package.json b/superset/assets/package.json index 0489481..a64a883 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -97,7 +97,7 @@ "d3-color": "^1.2.0", "d3-scale": "^2.1.2", "d3-selection": "^1.3.2", - "deck.gl": "^5.3.5", + "deck.gl": "5.3.4", "dnd-core": "^2.6.0", "dompurify": "^1.0.3", "geolib": "^2.0.24",
