You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2017/10/10 22:53:05 UTC

[incubator-superset] branch master updated: Pin moment.js library since 2.19.0 creates problem (#3641)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cc6637  Pin moment.js library since 2.19.0 creates problem (#3641)
6cc6637 is described below

commit 6cc6637454832c57446843f4a5196b18270e4352
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Tue Oct 10 15:53:03 2017 -0700

    Pin moment.js library since 2.19.0 creates problem (#3641)
    
    The 2.19.0 released today (2017-10-10) creates issues with the
    DateFilterControl somehow. Pining lib to latest known version.
---
 superset/assets/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/package.json b/superset/assets/package.json
index d2148a9..3dfdb78 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -59,7 +59,7 @@
     "jed": "^1.1.1",
     "jquery": "3.1.1",
     "lodash.throttle": "^4.1.1",
-    "moment": "^2.14.1",
+    "moment": "2.18.1",
     "mustache": "^2.2.1",
     "nvd3": "1.8.6",
     "po2json": "^0.4.5",

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].