1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-18 23:18:27 +00:00

Merge pull request #5152 from haiwen/seafile-editor-update

udpate seafile-editor
This commit is contained in:
songjiaqi1 2022-03-07 14:45:26 +08:00 committed by GitHub
commit ac52362cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@
"@seafile/react-image-lightbox": "0.0.1", "@seafile/react-image-lightbox": "0.0.1",
"@seafile/resumablejs": "1.1.16", "@seafile/resumablejs": "1.1.16",
"@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "^0.3.92", "@seafile/seafile-editor": "^0.3.93",
"chart.js": "2.9.4", "chart.js": "2.9.4",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"copy-to-clipboard": "^3.0.8", "copy-to-clipboard": "^3.0.8",
@ -5085,9 +5085,9 @@
} }
}, },
"node_modules/@seafile/seafile-editor": { "node_modules/@seafile/seafile-editor": {
"version": "0.3.92", "version": "0.3.93",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.92.tgz", "resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.93.tgz",
"integrity": "sha512-+/q7BWicZTZV+kV6OC/ME6GN8vUVpV1dJsPYPGN6ha+nEtBe0jDpEJeMpQ5nBeGKu+uuH4jzu8U0ysTgQEW6qQ==", "integrity": "sha512-9Md5npMKK4AAc3+lzNZPKibOhrYGfuQgzEZBFl++FxodhtvPlzEJ358WAmb7cfgXGVDOkoUDWvfoGvDwwdWRTw==",
"dependencies": { "dependencies": {
"@seafile/react-image-lightbox": "^0.0.9", "@seafile/react-image-lightbox": "^0.0.9",
"@seafile/slate-react": "^0.54.13", "@seafile/slate-react": "^0.54.13",
@ -32114,9 +32114,9 @@
} }
}, },
"@seafile/seafile-editor": { "@seafile/seafile-editor": {
"version": "0.3.92", "version": "0.3.93",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.92.tgz", "resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.93.tgz",
"integrity": "sha512-+/q7BWicZTZV+kV6OC/ME6GN8vUVpV1dJsPYPGN6ha+nEtBe0jDpEJeMpQ5nBeGKu+uuH4jzu8U0ysTgQEW6qQ==", "integrity": "sha512-9Md5npMKK4AAc3+lzNZPKibOhrYGfuQgzEZBFl++FxodhtvPlzEJ358WAmb7cfgXGVDOkoUDWvfoGvDwwdWRTw==",
"requires": { "requires": {
"@seafile/react-image-lightbox": "^0.0.9", "@seafile/react-image-lightbox": "^0.0.9",
"@seafile/slate-react": "^0.54.13", "@seafile/slate-react": "^0.54.13",

View File

@ -7,7 +7,7 @@
"@seafile/react-image-lightbox": "0.0.1", "@seafile/react-image-lightbox": "0.0.1",
"@seafile/resumablejs": "1.1.16", "@seafile/resumablejs": "1.1.16",
"@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "^0.3.92", "@seafile/seafile-editor": "^0.3.93",
"chart.js": "2.9.4", "chart.js": "2.9.4",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"copy-to-clipboard": "^3.0.8", "copy-to-clipboard": "^3.0.8",