Skip to content

Commit c69d91b

Browse files
committed
fix: bump js-sequence-diagrams version to alpha.2 to fix error height measure
Signed-off-by: BoHong Li <a60814billy@gmail.com>
1 parent c50a9b4 commit c69d91b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"doctoc": "doctoc --title='# Table of Contents' README.md"
1717
},
1818
"dependencies": {
19-
"@hackmd/js-sequence-diagrams": "^0.0.1-alpha.1",
19+
"@hackmd/js-sequence-diagrams": "^0.0.1-alpha.2",
2020
"@passport-next/passport-openid": "^1.0.0",
2121
"Idle.Js": "git+https://github.com/shawnmclean/Idle.js",
2222
"archiver": "^2.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
esutils "^2.0.2"
1919
js-tokens "^4.0.0"
2020

21-
"@hackmd/js-sequence-diagrams@^0.0.1-alpha.1":
22-
version "0.0.1-alpha.1"
23-
resolved "https://registry.yarnpkg.com/@hackmd/js-sequence-diagrams/-/js-sequence-diagrams-0.0.1-alpha.1.tgz#36abc0c77a9fcaffbc11601b3b67d411ecb013a5"
24-
integrity sha512-89DLk6V2Q4XotpmGTSqgm37lwuVFa8fbUQMFDyN7xhr4qbvRgS0m3N15iko0Vb4+GP2RxRDTpFCPquz7obMo6g==
21+
"@hackmd/js-sequence-diagrams@^0.0.1-alpha.2":
22+
version "0.0.1-alpha.2"
23+
resolved "https://registry.yarnpkg.com/@hackmd/js-sequence-diagrams/-/js-sequence-diagrams-0.0.1-alpha.2.tgz#dec87c02b0483a18be6725c4bb7a53df1c701e36"
24+
integrity sha512-UCkaIuvpi5mDyxGXPaJIM8LJLR9X8yAZk0c58Byjx/bVPvMcFOT+Kyft7LjAbO5ct6MFAVNrhs/6jqY2RfRhLA==
2525

2626
"@passport-next/passport-openid@^1.0.0":
2727
version "1.0.0"

0 commit comments

Comments
 (0)