You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/04/06 06:21:36 UTC

[GitHub] [incubator-superset] ktmud commented on a change in pull request #9474: Enable beautiful json for dashboard metadata editor

ktmud commented on a change in pull request #9474: Enable beautiful json for dashboard metadata editor
URL: https://github.com/apache/incubator-superset/pull/9474#discussion_r403852784
 
 

 ##########
 File path: superset-frontend/package.json
 ##########
 @@ -111,6 +111,7 @@
     "interweave": "^11.2.0",
     "jquery": "^3.4.1",
     "json-bigint": "^0.3.0",
+    "json-stringify-pretty-compact": "^2.0.0",
 
 Review comment:
   There's no change to `package-lock.json` because this package is already included by `vega-lite` (run `npm ls json-stringify-pretty-compact`):
   
   ```text
   ├─┬ @superset-ui/preset-chart-xy@0.11.16
   │ └─┬ vega-lite@4.1.1
   │   └── json-stringify-pretty-compact@2.0.0  deduped
   └── json-stringify-pretty-compact@2.0.0 
   ``` 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org