mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-02 15:57:31 +00:00
update sdoc version
This commit is contained in:
parent
f00763b651
commit
ebff1ab6b3
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.105",
|
||||
"@seafile/sdoc-editor": "0.1.106",
|
||||
"@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.105",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.105.tgz",
|
||||
"integrity": "sha512-nfsfZa9lJ/+PtpVJlCSTKH60wO1CmH+ps8feBjB+ZFvAhYIbvDOGGDa5upsVuk2cKTJsG1UtbiPiALkgmX8h4Q==",
|
||||
"version": "0.1.106",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.106.tgz",
|
||||
"integrity": "sha512-JyCFE7TWPZ0el2oqQT6vRGDV9+A+ySbXmt22nUfueaV07Sn5rAVJcwtzQRRIgADdW9UjYv5ONAEUVUTTgDw7ZQ==",
|
||||
"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.105",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.105.tgz",
|
||||
"integrity": "sha512-nfsfZa9lJ/+PtpVJlCSTKH60wO1CmH+ps8feBjB+ZFvAhYIbvDOGGDa5upsVuk2cKTJsG1UtbiPiALkgmX8h4Q==",
|
||||
"version": "0.1.106",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.106.tgz",
|
||||
"integrity": "sha512-JyCFE7TWPZ0el2oqQT6vRGDV9+A+ySbXmt22nUfueaV07Sn5rAVJcwtzQRRIgADdW9UjYv5ONAEUVUTTgDw7ZQ==",
|
||||
"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.105",
|
||||
"@seafile/sdoc-editor": "0.1.106",
|
||||
"@seafile/seafile-calendar": "0.0.12",
|
||||
"@seafile/seafile-editor": "0.3.132",
|
||||
"@seafile/slate-react": "0.54.13",
|
||||
|
@ -94,6 +94,8 @@
|
||||
"Publish": "Publish",
|
||||
"This_file_has_a_draft": "This file has a draft.",
|
||||
"Delete": "Delete",
|
||||
"Reply": "Reply",
|
||||
"Comment": "Comment",
|
||||
"Comments": "Comments",
|
||||
"All_comments": "All comments",
|
||||
"Resolved_comments": "Resolved comments",
|
||||
@ -333,5 +335,8 @@
|
||||
"Repair": "Repair",
|
||||
"Font_size": "Font size",
|
||||
"Increase_font_size": "Increase font size",
|
||||
"Reduce_font_size": "Reduce font size"
|
||||
"Reduce_font_size": "Reduce font size",
|
||||
"Font": "Font",
|
||||
"All_fonts": "All fonts",
|
||||
"Default_font": "Default font"
|
||||
}
|
||||
|
@ -94,6 +94,8 @@
|
||||
"Publish": "发布",
|
||||
"This_file_has_a_draft": "这个文件有一个草稿.",
|
||||
"Delete": "删除",
|
||||
"Reply": "回复",
|
||||
"Comment": "评论",
|
||||
"Comments": "评论",
|
||||
"All_comments": "所有评论",
|
||||
"Resolved_comments": "已解决评论",
|
||||
@ -335,5 +337,8 @@
|
||||
"Remove_column": "删除列",
|
||||
"Font_size": "字号",
|
||||
"Increase_font_size": "增大字号",
|
||||
"Reduce_font_size": "减小字号"
|
||||
"Reduce_font_size": "减小字号",
|
||||
"Font": "字体",
|
||||
"All_fonts": "所有字体",
|
||||
"Default_font": "默认字体"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user