@seafile/seafile-editor 0.3.134 → 0.3.136
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.
|
@@ -4,7 +4,6 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
|
4
4
|
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import Lightbox from '@seafile/react-image-lightbox';
|
|
7
|
-
import './viewer-image.css';
|
|
8
7
|
|
|
9
8
|
var ViewerImage = /*#__PURE__*/function (_React$Component) {
|
|
10
9
|
_inherits(ViewerImage, _React$Component);
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/seafile-editor",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.136",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@seafile/react-image-lightbox": "
|
|
6
|
+
"@seafile/react-image-lightbox": "2.0.2",
|
|
7
7
|
"@seafile/slate-react": "^0.54.13",
|
|
8
8
|
"codemirror": "^5.37.0",
|
|
9
9
|
"crypto-js": "^3.1.9-1",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"resolve": "1.12.0",
|
|
180
180
|
"resolve-url-loader": "3.1.2",
|
|
181
181
|
"sass-loader": "7.2.0",
|
|
182
|
-
"seafile-js": "0.2.
|
|
182
|
+
"seafile-js": "0.2.199",
|
|
183
183
|
"semver": "6.3.0",
|
|
184
184
|
"style-loader": "^1.0.1",
|
|
185
185
|
"terser-webpack-plugin": "4.2.3",
|