1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00

update sdoc editor version

This commit is contained in:
小强
2025-07-31 16:28:59 +08:00
parent 172546e040
commit 032f64ca44
2 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@
"@seafile/resumablejs": "1.1.16",
"@seafile/seafile-calendar": "0.0.28",
"@seafile/seafile-editor": "2.0.25",
"@seafile/seafile-sdoc-editor": "2.0.45",
"@seafile/seafile-sdoc-editor": "2.0.46",
"@seafile/stldraw-editor": "1.0.1",
"@uiw/codemirror-extensions-langs": "^4.19.4",
"@uiw/codemirror-themes": "^4.23.5",
@@ -5561,9 +5561,9 @@
"license": "MIT"
},
"node_modules/@seafile/sdoc-editor": {
"version": "2.0.128",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.128.tgz",
"integrity": "sha512-1v0Q7nJH7MGI34R3L1E4fmhIhs2IhPa1M+DKtQeNvFGemtUP/XB2eDzB+E/HlplMcNgFfTpz+qO8x2Mwt2mN+w==",
"version": "2.0.129",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.129.tgz",
"integrity": "sha512-F5OBpFv9jf//iNGm2LpDaQtTj6yfa7wOt/GW7/bE4jUqgKiarViJUE0t4ZirqqhAprL3NSXNO0fAJ6fBrhgPTQ==",
"license": "ISC",
"dependencies": {
"@seafile/print-js": "1.6.6",
@@ -5789,13 +5789,13 @@
}
},
"node_modules/@seafile/seafile-sdoc-editor": {
"version": "2.0.45",
"resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.45.tgz",
"integrity": "sha512-1mub6GB0HEFEMDpzdkTG+C/unXLTzNdz8cakq1vzKKKIWAzqDEWi+hyC/hdujV0EDIu6o/5Q7l7Nyxa7doOyWQ==",
"version": "2.0.46",
"resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.46.tgz",
"integrity": "sha512-16PXmqHKwYIxe20ZVFEEBeNNIbZ217S416W8Z296TO/clmEOpGZdcrDZ6THuTaPtEL+H8zPkFWgF8/5Xd+awpw==",
"license": "ISC",
"dependencies": {
"@seafile/print-js": "1.6.6",
"@seafile/sdoc-editor": "^2.0.128",
"@seafile/sdoc-editor": "^2.0.129",
"classnames": "2.3.2",
"dayjs": "1.10.7"
},

View File

@@ -14,7 +14,7 @@
"@seafile/resumablejs": "1.1.16",
"@seafile/seafile-calendar": "0.0.28",
"@seafile/seafile-editor": "2.0.25",
"@seafile/seafile-sdoc-editor": "2.0.45",
"@seafile/seafile-sdoc-editor": "2.0.46",
"@seafile/stldraw-editor": "1.0.1",
"@uiw/codemirror-extensions-langs": "^4.19.4",
"@uiw/codemirror-themes": "^4.23.5",