1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 20:37:42 +00:00

update sdoc-editor version

This commit is contained in:
小强
2025-07-22 17:21:01 +08:00
parent 1b8a211b67
commit 7a565b45c4
9 changed files with 71 additions and 31 deletions

View File

@@ -19,7 +19,7 @@
"@seafile/resumablejs": "1.1.16",
"@seafile/seafile-calendar": "0.0.28",
"@seafile/seafile-editor": "2.0.20",
"@seafile/seafile-sdoc-editor": "2.0.41",
"@seafile/seafile-sdoc-editor": "2.0.42",
"@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.124",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.124.tgz",
"integrity": "sha512-LSq6/bP5JGjei80BqnV5AoS8F+XEei3uzDICa0NZ6yTJ41A6wvaUFw+slnqlxwsRDiZZXhw4Vaqe+/NhdwhTxg==",
"version": "2.0.125",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.125.tgz",
"integrity": "sha512-GGtJjdo0rBETbX4vwMRnyGz5VmBBpQv9LyjBsEYVt+pXvmKvfIHOsNn2JtBV6kjFW77SSEXwG+e4tzxDZOvzuw==",
"license": "ISC",
"dependencies": {
"@seafile/print-js": "1.6.6",
@@ -5789,13 +5789,13 @@
}
},
"node_modules/@seafile/seafile-sdoc-editor": {
"version": "2.0.41",
"resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.41.tgz",
"integrity": "sha512-1KJJg8BRj5SIXDs7z8H7hd6nLHqRKh/1Lpy2WanxwSTm2OPsICbR2382a7flMFl4znmauyWGJ/y0BIsmYv5cUQ==",
"version": "2.0.42",
"resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.42.tgz",
"integrity": "sha512-CTl9l4otd1s9WiNktnQvGmzCQ81HIwlzdP6dC/hn22szmdn8l7hiCQ26ksaNe2but5a/yR73O0h1lMvfIJVwpQ==",
"license": "ISC",
"dependencies": {
"@seafile/print-js": "1.6.6",
"@seafile/sdoc-editor": "^2.0.124",
"@seafile/sdoc-editor": "^2.0.125",
"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.20",
"@seafile/seafile-sdoc-editor": "2.0.41",
"@seafile/seafile-sdoc-editor": "2.0.42",
"@seafile/stldraw-editor": "1.0.1",
"@uiw/codemirror-extensions-langs": "^4.19.4",
"@uiw/codemirror-themes": "^4.23.5",