mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 03:10:45 +00:00
update sdoc version
This commit is contained in:
parent
030b245f3e
commit
d126290303
14
frontend/package-lock.json
generated
14
frontend/package-lock.json
generated
@ -11,7 +11,7 @@
|
||||
"@gatsbyjs/reach-router": "1.3.9",
|
||||
"@seafile/react-image-lightbox": "2.0.2",
|
||||
"@seafile/resumablejs": "1.1.16",
|
||||
"@seafile/sdoc-editor": "0.1.112",
|
||||
"@seafile/sdoc-editor": "0.1.113",
|
||||
"@seafile/seafile-calendar": "0.0.12",
|
||||
"@seafile/seafile-editor": "0.3.132",
|
||||
"@seafile/slate-react": "0.54.13",
|
||||
@ -5207,9 +5207,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@seafile/sdoc-editor": {
|
||||
"version": "0.1.112",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.112.tgz",
|
||||
"integrity": "sha512-VGBu43rUdT5ZQwMHsFAfHa3FtaZJVyM149C1yBE5L+b0vFJ7/O1dCLFpdnvHPralSLmYIREXXJyyEvf4Efy9UA==",
|
||||
"version": "0.1.113",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.113.tgz",
|
||||
"integrity": "sha512-uEmAoxRq4Y6iRCR/5i2nLb59HVn9ET3QBlPLe7x0FhyxO2zkc3j9pZCoJqF7zLJ8lj5f9rWOjbh87gXMYk5sbg==",
|
||||
"dependencies": {
|
||||
"@seafile/react-image-lightbox": "2.0.2",
|
||||
"@seafile/slate": "0.91.8",
|
||||
@ -33418,9 +33418,9 @@
|
||||
"version": "1.1.16"
|
||||
},
|
||||
"@seafile/sdoc-editor": {
|
||||
"version": "0.1.112",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.112.tgz",
|
||||
"integrity": "sha512-VGBu43rUdT5ZQwMHsFAfHa3FtaZJVyM149C1yBE5L+b0vFJ7/O1dCLFpdnvHPralSLmYIREXXJyyEvf4Efy9UA==",
|
||||
"version": "0.1.113",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.113.tgz",
|
||||
"integrity": "sha512-uEmAoxRq4Y6iRCR/5i2nLb59HVn9ET3QBlPLe7x0FhyxO2zkc3j9pZCoJqF7zLJ8lj5f9rWOjbh87gXMYk5sbg==",
|
||||
"requires": {
|
||||
"@seafile/react-image-lightbox": "2.0.2",
|
||||
"@seafile/slate": "0.91.8",
|
||||
|
@ -6,7 +6,7 @@
|
||||
"@gatsbyjs/reach-router": "1.3.9",
|
||||
"@seafile/react-image-lightbox": "2.0.2",
|
||||
"@seafile/resumablejs": "1.1.16",
|
||||
"@seafile/sdoc-editor": "0.1.112",
|
||||
"@seafile/sdoc-editor": "0.1.113",
|
||||
"@seafile/seafile-calendar": "0.0.12",
|
||||
"@seafile/seafile-editor": "0.3.132",
|
||||
"@seafile/slate-react": "0.54.13",
|
||||
|
@ -276,6 +276,7 @@
|
||||
"Failed_to_execute_operation_on_server": "Failed to execute operation on server",
|
||||
"Start_revise_tip": "Create a temporary document and modify on it, merge it back after reviewing changes",
|
||||
"Load_doc_content_error": "Load doc content error",
|
||||
"Sdoc_format_invalid": "The content of the document does not conform to the sdoc specification",
|
||||
"Draft": "Draft",
|
||||
"Unmark_as_draft": "Unmark as draft",
|
||||
"Background_color": "Background color",
|
||||
|
@ -276,6 +276,7 @@
|
||||
"Failed_to_execute_operation_on_server": "无法在服务器上执行操作",
|
||||
"Start_revise_tip": "创建一个临时文档并对其进行修订,检查更改后将其合并回来",
|
||||
"Load_doc_content_error": "加载文档内容错误",
|
||||
"Sdoc_format_invalid": "文档内容不符合 sdoc 规范",
|
||||
"Draft": "草稿",
|
||||
"Unmark_as_draft": "取消草稿标记",
|
||||
"Background_color": "背景色",
|
||||
|
Loading…
Reference in New Issue
Block a user