yarn.lock
939 KB
-
PhantomJS: Fix rendering of panels using Prometheus datasource · cdfac32d
In 043bb595 a URLSearchParams usage was introduced which is not supported by PhantomJS. @babel/polyfill(deprecated) does not contain polyfill for URLSearchParams, hence the code (and Prometheus graphs rendering) was failing in PhantomJS environment. The solution is to add https://www.npmjs.com/package/url-search-params-polyfill that takes care of the URLSearchParams
Dominik Prokop committed
This project manages its dependencies using
Yarn.
Learn more