-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert upgrade to viz.js, v2.1.2 -> v1.8.1 (#1082)
Resolves #1077. The upgrade was introduced in #1001. Sadly, we have no unit tests in `/plexus/` module, so the break was not caught. In #1001 the dependency viz.js was upgraded to the next major version (2.1.2), however it had breaking changes which were not accounted for. Alternative paths tracked in #1081.
- Loading branch information
1 parent
07b62b6
commit b523881
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17891,10 +17891,10 @@ [email protected]: | |
core-util-is "1.0.2" | ||
extsprintf "^1.2.0" | ||
|
||
viz.js@2.1.2: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/viz.js/-/viz.js-2.1.2.tgz#6f09cd4e10af28754a6d50b055bd2e4a7693983a" | ||
integrity sha512-UO6CPAuEMJ8oNR0gLLNl+wUiIzQUsyUOp8SyyDKTqVRBtq7kk1VnFmIZW8QufjxGrGEuI+LVR7p/C7uEKy0LQw== | ||
viz.js@1.8.1: | ||
version "1.8.1" | ||
resolved "https://registry.yarnpkg.com/viz.js/-/viz.js-1.8.1.tgz#277ab3cf4367c608a95b281a7472083c3e2ee6cf" | ||
integrity sha512-KrSNgnIxec+JCAqDPliO6xYA69ToH2WTYB2Kbt8Bp/XRUvm23rTyfffFi4rvQLFkIRNUz/xCnnqhh/gChhsgGA== | ||
|
||
vm-browserify@^1.0.1: | ||
version "1.1.2" | ||
|