Skip to content

Commit

Permalink
update to use current 0.9.3 version of elkjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed May 22, 2024
1 parent 13e0790 commit ffd8616
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"elkjs-7": "npm:[email protected]",
"elkjs-7-1": "npm:[email protected]",
"elkjs-8": "npm:[email protected]",
"elkjs-9": "npm:[email protected].0",
"elkjs-9": "npm:[email protected].3",
"elkjs-latest": "npm:elkjs@latest",
"elkjs-next": "npm:elkjs@next",
"jquery": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion client/src/json/json_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<form class="form-inline float-right">
<select id="elk-version" class="custom-select">
<option value="latest" selected>@latest (<%= htmlWebpackPlugin.options.latestVersion %>)</option>
<option value="9">0.9.0</option>
<option value="9">0.9.3</option>
<option value="8">0.8.2</option>
<option value="7-1">0.7.1</option>
<option value="7">0.7.0</option>
Expand Down
19 changes: 12 additions & 7 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -925,15 +925,20 @@ duplexify@^3.4.2, duplexify@^3.6.0:
resolved "https://registry.yarnpkg.com/elkjs/-/elkjs-0.8.2.tgz#c37763c5a3e24e042e318455e0147c912a7c248e"
integrity sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==

"elkjs-9@npm:[email protected]", "elkjs-latest@npm:elkjs@latest":
version "0.9.0"
resolved "https://registry.yarnpkg.com/elkjs/-/elkjs-0.9.0.tgz#739139dfda438c57c92a7616bcbbda1e8508a2e6"
integrity sha512-1wauhuHI2Nf4qbHoGZG90dUM5GTAYcWTc5vpIAZ1N7kxZrv+jPVznUfxjVm9X761A7uzcjRpUCi7L1v06QHNAg==
"elkjs-9@npm:[email protected]":
version "0.9.3"
resolved "https://registry.yarnpkg.com/elkjs/-/elkjs-0.9.3.tgz#16711f8ceb09f1b12b99e971b138a8384a529161"
integrity sha512-f/ZeWvW/BCXbhGEf1Ujp29EASo/lk1FDnETgNKwJrsVvGZhUWCZyg3xLJjAsxfOmt8KjswHmI5EwCQcPMpOYhQ==

"elkjs-latest@npm:elkjs@latest":
version "0.9.3"
resolved "https://registry.yarnpkg.com/elkjs/-/elkjs-0.9.3.tgz#16711f8ceb09f1b12b99e971b138a8384a529161"
integrity sha512-f/ZeWvW/BCXbhGEf1Ujp29EASo/lk1FDnETgNKwJrsVvGZhUWCZyg3xLJjAsxfOmt8KjswHmI5EwCQcPMpOYhQ==

"elkjs-next@npm:elkjs@next":
version "0.9.1"
resolved "https://registry.yarnpkg.com/elkjs/-/elkjs-0.9.1.tgz#fd1524b3f0bed72dc65ba107ae91bcf04b5582bd"
integrity sha512-JWKDyqAdltuUcyxaECtYG6H4sqysXSLeoXuGUBfRNESMTkj+w+qdb0jya8Z/WI0jVd03WQtCGhS6FOFtlhD5FQ==
version "0.9.3"
resolved "https://registry.yarnpkg.com/elkjs/-/elkjs-0.9.3.tgz#16711f8ceb09f1b12b99e971b138a8384a529161"
integrity sha512-f/ZeWvW/BCXbhGEf1Ujp29EASo/lk1FDnETgNKwJrsVvGZhUWCZyg3xLJjAsxfOmt8KjswHmI5EwCQcPMpOYhQ==

elliptic@^6.0.0:
version "6.5.4"
Expand Down

0 comments on commit ffd8616

Please sign in to comment.