@seafile/seafile-editor 3.0.32 → 3.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/seafile-editor",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.33",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
]
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@seafile/react-image-lightbox": "^5.0.
|
|
88
|
+
"@seafile/react-image-lightbox": "^5.0.8",
|
|
89
89
|
"classnames": "2.3.2",
|
|
90
90
|
"copy-to-clipboard": "3.3.1",
|
|
91
91
|
"deep-copy": "1.4.2",
|
|
@@ -240,5 +240,6 @@
|
|
|
240
240
|
"This_link_is_not_verified_tip": "Before continuing, please ensure you trust this link. If you do not trust the URL, do not open the link to access the site.",
|
|
241
241
|
"Copy_link": "Copy link",
|
|
242
242
|
"Zoom_in": "Zoom in",
|
|
243
|
-
"Zoom_out": "Zoom out"
|
|
243
|
+
"Zoom_out": "Zoom out",
|
|
244
|
+
"Close": "Close"
|
|
244
245
|
}
|