1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 19:37:28 +00:00

update sdoc editor version

This commit is contained in:
小强
2025-06-25 11:40:50 +08:00
parent e0e9d405e4
commit a446a7bbd0
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.11",
"@seafile/seafile-sdoc-editor": "2.0.11",
"@seafile/seafile-sdoc-editor": "2.0.12",
"@seafile/stldraw-editor": "1.0.1",
"@uiw/codemirror-extensions-langs": "^4.19.4",
"@uiw/codemirror-themes": "^4.23.5",
@@ -5560,9 +5560,9 @@
"license": "MIT"
},
"node_modules/@seafile/sdoc-editor": {
"version": "2.0.94",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.94.tgz",
"integrity": "sha512-YGqUJOKfsBWmAA4ngpmWsvJcOwo0igzgokmXLAe3W37C2yrwG8LE2zKlBv0/ZybKdPRx61wfbRGyurQLzzDuQw==",
"version": "2.0.95",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.95.tgz",
"integrity": "sha512-TuddwHd2vBLXEe27EqIBTkDRzRuqByFvf++EH8X9n+VIGGTJFCpGQWvmG1gGGGWQjG/dy4PY2AYL5CuYh40FGg==",
"license": "ISC",
"dependencies": {
"@seafile/print-js": "1.6.6",
@@ -5788,13 +5788,13 @@
}
},
"node_modules/@seafile/seafile-sdoc-editor": {
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.11.tgz",
"integrity": "sha512-42ltaif+zzd5vHMGfU/7K+ujQLu1QcVxxR2ZRqDhQ9qQ1OyX0fvpaMRWQXZoxUqWH1IquhrBqpEiJ0/fiUDPWA==",
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.12.tgz",
"integrity": "sha512-7RL4gtqHq6DlhHtQG1h6ZDKddoR6EckVGEuakP5M8cPODQ6GUZD93VmK1W0NauUudMGmcpWHdwtyMjV8dwwrVA==",
"license": "ISC",
"dependencies": {
"@seafile/print-js": "1.6.6",
"@seafile/sdoc-editor": "^2.0.94",
"@seafile/sdoc-editor": "^2.0.95",
"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.11",
"@seafile/seafile-sdoc-editor": "2.0.11",
"@seafile/seafile-sdoc-editor": "2.0.12",
"@seafile/stldraw-editor": "1.0.1",
"@uiw/codemirror-extensions-langs": "^4.19.4",
"@uiw/codemirror-themes": "^4.23.5",