Version bump (incl. dependency)
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 1m11s

This commit is contained in:
MassiveBox 2025-09-06 17:17:10 +02:00
parent f1393b715d
commit d8cb171142
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "siyuan-jsdraw-plugin",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"description": "Include a whiteboard for freehand drawing anywhere in your documents.",
"repository": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin",
@ -35,8 +35,8 @@
"vite-plugin-zip-pack": "^1.0.5"
},
"dependencies": {
"@js-draw/material-icons": "^1.29.0",
"js-draw": "^1.29.0",
"@js-draw/material-icons": "^1.31.1",
"js-draw": "^1.31.1",
"ts-serializable": "^4.2.0"
}
}