Vitor-Avila commented on code in PR #32850:
URL: https://github.com/apache/superset/pull/32850#discussion_r2013309044


##########
superset-frontend/plugins/plugin-chart-echarts/package.json:
##########
@@ -24,10 +24,10 @@
     "lib"
   ],
   "dependencies": {
+    "@types/react-redux": "^7.1.10",
     "d3-array": "^1.2.0",
-    "lodash": "^4.17.21",
     "dayjs": "^1.11.13",
-    "@types/react-redux": "^7.1.10"
+    "lodash": "^4.17.21"

Review Comment:
   yeah, they were just re-ordered by running `pre-commit` before pushing this. 
I'm not too familiar with the `package.json` configs so not sure if we need 
these explicitly listed as a `dependency`, but I can look into updating this if 
needed.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to