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
c858c9272a
commit
30d600bfa0
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.2.2",
|
||||
"@seafile/sdoc-editor": "0.2.3",
|
||||
"@seafile/seafile-calendar": "0.0.12",
|
||||
"@seafile/seafile-editor": "0.4.8",
|
||||
"@uiw/codemirror-extensions-langs": "^4.19.4",
|
||||
@ -4615,9 +4615,9 @@
|
||||
"integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig=="
|
||||
},
|
||||
"node_modules/@seafile/sdoc-editor": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.2.tgz",
|
||||
"integrity": "sha512-2pgJHMcyK5BhDajLX+jqYCNWLe5U+QAwZwgolyX+rCuL6Kdv2M7S+6vdW92jdMkhFIRG6rxCXK02erOwHyLSTQ==",
|
||||
"version": "0.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.3.tgz",
|
||||
"integrity": "sha512-mTDM1tRFkoSN76Ovq+boAwt9FjcwihqY1KcbVxpVWyrjFxAjEfj+tUh45AQk6UyrcYOmchh6DGxwIiilto98YA==",
|
||||
"dependencies": {
|
||||
"@seafile/react-image-lightbox": "2.0.4",
|
||||
"@seafile/slate": "0.91.8",
|
||||
@ -29860,9 +29860,9 @@
|
||||
"integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig=="
|
||||
},
|
||||
"@seafile/sdoc-editor": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.2.tgz",
|
||||
"integrity": "sha512-2pgJHMcyK5BhDajLX+jqYCNWLe5U+QAwZwgolyX+rCuL6Kdv2M7S+6vdW92jdMkhFIRG6rxCXK02erOwHyLSTQ==",
|
||||
"version": "0.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.2.3.tgz",
|
||||
"integrity": "sha512-mTDM1tRFkoSN76Ovq+boAwt9FjcwihqY1KcbVxpVWyrjFxAjEfj+tUh45AQk6UyrcYOmchh6DGxwIiilto98YA==",
|
||||
"requires": {
|
||||
"@seafile/react-image-lightbox": "2.0.4",
|
||||
"@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.2.2",
|
||||
"@seafile/sdoc-editor": "0.2.3",
|
||||
"@seafile/seafile-calendar": "0.0.12",
|
||||
"@seafile/seafile-editor": "0.4.8",
|
||||
"@uiw/codemirror-extensions-langs": "^4.19.4",
|
||||
|
@ -380,5 +380,7 @@
|
||||
"Checking": "Checking...",
|
||||
"Publishing": "Publishing...",
|
||||
"Inline": "Inline",
|
||||
"Block": "Block"
|
||||
"Block": "Block",
|
||||
"Full_screen_mode": "Full screen mode",
|
||||
"Image_border": "Image border"
|
||||
}
|
||||
|
@ -379,6 +379,8 @@
|
||||
"Revision_created": "Версия {{id}} создана",
|
||||
"Checking": "Проверка...",
|
||||
"Publishing": "Публикация...",
|
||||
"Inline": "Inline",
|
||||
"Block": "Block"
|
||||
"Inline": "Встроенный",
|
||||
"Block": "Блок",
|
||||
"Full_screen_mode": "Full screen mode",
|
||||
"Image_border": "Image border"
|
||||
}
|
||||
|
@ -380,5 +380,7 @@
|
||||
"Checking": "检查中...",
|
||||
"Publishing": "发布中...",
|
||||
"Inline": "嵌入行内",
|
||||
"Block": "独占一行"
|
||||
"Block": "独占一行",
|
||||
"Full_screen_mode": "全屏查看",
|
||||
"Image_border": "图片边框"
|
||||
}
|
||||
|
@ -380,5 +380,7 @@
|
||||
"Checking": "检查中...",
|
||||
"Publishing": "发布中...",
|
||||
"Inline": "嵌入行内",
|
||||
"Block": "独占一行"
|
||||
"Block": "独占一行",
|
||||
"Full_screen_mode": "全屏查看",
|
||||
"Image_border": "图片边框"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user