From 10c2f53cb12a71ef0c02cb11d84e1b4a1054a8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=BA?= Date: Tue, 19 Aug 2025 18:19:49 +0800 Subject: [PATCH] update sdoc-editor version --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c09ca5eb78..b28f1c8948 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "@seafile/resumablejs": "1.1.16", "@seafile/seafile-calendar": "0.1.1", "@seafile/seafile-editor": "2.0.25", - "@seafile/seafile-sdoc-editor": "2.0.54", + "@seafile/seafile-sdoc-editor": "2.0.55", "@seafile/stldraw-editor": "1.0.1", "@uiw/codemirror-extensions-langs": "^4.19.4", "@uiw/codemirror-themes": "^4.23.5", @@ -5562,9 +5562,9 @@ "license": "MIT" }, "node_modules/@seafile/sdoc-editor": { - "version": "2.0.137", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.137.tgz", - "integrity": "sha512-jULUUQJbdi3SD/OIJNLkQjitPBSSA7JTGNVMD7FZUsumBCFlWvrViHeIx2i0uCBdwNrSxzi8zMoYD5MiN5wBsA==", + "version": "2.0.138", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.138.tgz", + "integrity": "sha512-H26yuqmfT/GjwDdfD8MYg1VV/9WOMNlomCPmEgRpFn0CC90rW8KowR79C+G/tLTghj5mrOwIHrykowKmnW4u3w==", "license": "ISC", "dependencies": { "@seafile/print-js": "1.6.6", @@ -5790,13 +5790,13 @@ } }, "node_modules/@seafile/seafile-sdoc-editor": { - "version": "2.0.54", - "resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.54.tgz", - "integrity": "sha512-hUIOeefrGQrAvlDvPKHvCBupk1sB/brL1piBnggyH3XhS9NXOA3+0qdIwe0CEWu6J7soJJZEVuknzpMqnH7UiA==", + "version": "2.0.55", + "resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.55.tgz", + "integrity": "sha512-IiRIXLOZ+Pj8azJ2YO0jAYS3cFVpRkboxqBHtKAot+fZyJDX3hpI0AM4Cl1u4J5kvaTc7nsphn+JLQdYcFo9Pg==", "license": "ISC", "dependencies": { "@seafile/print-js": "1.6.6", - "@seafile/sdoc-editor": "^2.0.137", + "@seafile/sdoc-editor": "^2.0.138", "classnames": "2.3.2", "dayjs": "1.10.7" }, diff --git a/frontend/package.json b/frontend/package.json index fcd7fe5c21..5942bbbdb7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "@seafile/resumablejs": "1.1.16", "@seafile/seafile-calendar": "0.1.1", "@seafile/seafile-editor": "2.0.25", - "@seafile/seafile-sdoc-editor": "2.0.54", + "@seafile/seafile-sdoc-editor": "2.0.55", "@seafile/stldraw-editor": "1.0.1", "@uiw/codemirror-extensions-langs": "^4.19.4", "@uiw/codemirror-themes": "^4.23.5",