1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

update sdoc version

This commit is contained in:
杨顺强
2023-10-18 10:06:42 +08:00
parent c858c9272a
commit 30d600bfa0
6 changed files with 21 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
"@gatsbyjs/reach-router": "1.3.9", "@gatsbyjs/reach-router": "1.3.9",
"@seafile/react-image-lightbox": "2.0.2", "@seafile/react-image-lightbox": "2.0.2",
"@seafile/resumablejs": "1.1.16", "@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "0.2.2", "@seafile/sdoc-editor": "0.2.3",
"@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "0.4.8", "@seafile/seafile-editor": "0.4.8",
"@uiw/codemirror-extensions-langs": "^4.19.4", "@uiw/codemirror-extensions-langs": "^4.19.4",
@@ -4615,9 +4615,9 @@
"integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig=="
}, },
"node_modules/@seafile/sdoc-editor": { "node_modules/@seafile/sdoc-editor": {
"version": "0.2.2", "version": "0.2.3",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.2.tgz", "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.3.tgz",
"integrity": "sha512-2pgJHMcyK5BhDajLX+jqYCNWLe5U+QAwZwgolyX+rCuL6Kdv2M7S+6vdW92jdMkhFIRG6rxCXK02erOwHyLSTQ==", "integrity": "sha512-mTDM1tRFkoSN76Ovq+boAwt9FjcwihqY1KcbVxpVWyrjFxAjEfj+tUh45AQk6UyrcYOmchh6DGxwIiilto98YA==",
"dependencies": { "dependencies": {
"@seafile/react-image-lightbox": "2.0.4", "@seafile/react-image-lightbox": "2.0.4",
"@seafile/slate": "0.91.8", "@seafile/slate": "0.91.8",
@@ -29860,9 +29860,9 @@
"integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig=="
}, },
"@seafile/sdoc-editor": { "@seafile/sdoc-editor": {
"version": "0.2.2", "version": "0.2.3",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.2.tgz", "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.3.tgz",
"integrity": "sha512-2pgJHMcyK5BhDajLX+jqYCNWLe5U+QAwZwgolyX+rCuL6Kdv2M7S+6vdW92jdMkhFIRG6rxCXK02erOwHyLSTQ==", "integrity": "sha512-mTDM1tRFkoSN76Ovq+boAwt9FjcwihqY1KcbVxpVWyrjFxAjEfj+tUh45AQk6UyrcYOmchh6DGxwIiilto98YA==",
"requires": { "requires": {
"@seafile/react-image-lightbox": "2.0.4", "@seafile/react-image-lightbox": "2.0.4",
"@seafile/slate": "0.91.8", "@seafile/slate": "0.91.8",

View File

@@ -6,7 +6,7 @@
"@gatsbyjs/reach-router": "1.3.9", "@gatsbyjs/reach-router": "1.3.9",
"@seafile/react-image-lightbox": "2.0.2", "@seafile/react-image-lightbox": "2.0.2",
"@seafile/resumablejs": "1.1.16", "@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "0.2.2", "@seafile/sdoc-editor": "0.2.3",
"@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "0.4.8", "@seafile/seafile-editor": "0.4.8",
"@uiw/codemirror-extensions-langs": "^4.19.4", "@uiw/codemirror-extensions-langs": "^4.19.4",

View File

@@ -380,5 +380,7 @@
"Checking": "Checking...", "Checking": "Checking...",
"Publishing": "Publishing...", "Publishing": "Publishing...",
"Inline": "Inline", "Inline": "Inline",
"Block": "Block" "Block": "Block",
"Full_screen_mode": "Full screen mode",
"Image_border": "Image border"
} }

View File

@@ -379,6 +379,8 @@
"Revision_created": "Версия {{id}} создана", "Revision_created": "Версия {{id}} создана",
"Checking": "Проверка...", "Checking": "Проверка...",
"Publishing": "Публикация...", "Publishing": "Публикация...",
"Inline": "Inline", "Inline": "Встроенный",
"Block": "Block" "Block": "Блок",
"Full_screen_mode": "Full screen mode",
"Image_border": "Image border"
} }

View File

@@ -380,5 +380,7 @@
"Checking": "检查中...", "Checking": "检查中...",
"Publishing": "发布中...", "Publishing": "发布中...",
"Inline": "嵌入行内", "Inline": "嵌入行内",
"Block": "独占一行" "Block": "独占一行",
"Full_screen_mode": "全屏查看",
"Image_border": "图片边框"
} }

View File

@@ -380,5 +380,7 @@
"Checking": "检查中...", "Checking": "检查中...",
"Publishing": "发布中...", "Publishing": "发布中...",
"Inline": "嵌入行内", "Inline": "嵌入行内",
"Block": "独占一行" "Block": "独占一行",
"Full_screen_mode": "全屏查看",
"Image_border": "图片边框"
} }