1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

update sdoc editor version

This commit is contained in:
小强
2025-04-07 17:28:54 +08:00
parent ee09f7b0f8
commit dfa86ebc45
5 changed files with 13 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
"@gatsbyjs/reach-router": "2.0.1",
"@seafile/react-image-lightbox": "4.0.2",
"@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "2.0.40",
"@seafile/sdoc-editor": "2.0.42",
"@seafile/seafile-calendar": "0.0.28",
"@seafile/seafile-editor": "2.0.2",
"@seafile/stldraw-editor": "1.0.1",
@@ -5572,9 +5572,9 @@
"license": "MIT"
},
"node_modules/@seafile/sdoc-editor": {
"version": "2.0.40",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.40.tgz",
"integrity": "sha512-fui0Hwrur5JcSWGRHM+SFzCSRpcrX7WcB8UD/i2XX3msJm2gNQsENiI65giHau9RCO3wIWGiF4BzzJoJsCelDg==",
"version": "2.0.42",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.42.tgz",
"integrity": "sha512-fklCA07P1DEx5wja3SnobjlBei8jj0CddAtgngFxQCGXmyLjSguRirZZIioWxDSaOExA39kURoIBqsxLoaBovQ==",
"license": "ISC",
"dependencies": {
"@seafile/print-js": "1.6.6",

View File

@@ -12,7 +12,7 @@
"@gatsbyjs/reach-router": "2.0.1",
"@seafile/react-image-lightbox": "4.0.2",
"@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "2.0.40",
"@seafile/sdoc-editor": "2.0.42",
"@seafile/seafile-calendar": "0.0.28",
"@seafile/seafile-editor": "2.0.2",
"@seafile/stldraw-editor": "1.0.1",

View File

@@ -626,5 +626,6 @@
"Insert_chart": "Insert chart",
"Edit_chart": "Edit chart",
"Please_complete_the_chart_configuration_first": "Please complete the chart configuration first",
"chart": "chart"
"chart": "chart",
"Image_is_upload_error": "Image upload failed, please delete it and try again"
}

View File

@@ -622,5 +622,7 @@
"Double_click_then_adjust_field_width": "双击后调节字段宽度",
"Insert_chart": "插入图表",
"Edit_chart": "编辑图表",
"Please_complete_the_chart_configuration_first": "请先完成图表配置"
"Please_complete_the_chart_configuration_first": "请先完成图表配置",
"chart": "图表",
"Image_is_upload_error": "图片上传失败,请删除后重新尝试"
}

View File

@@ -622,5 +622,7 @@
"Double_click_then_adjust_field_width": "双击后调节字段宽度",
"Insert_chart": "插入图表",
"Edit_chart": "编辑图表",
"Please_complete_the_chart_configuration_first": "请先完成图表配置"
"Please_complete_the_chart_configuration_first": "请先完成图表配置",
"chart": "图表",
"Image_is_upload_error": "图片上传失败,请删除后重新尝试"
}