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

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

update markdown editor
This commit is contained in:
songjiaqi1 2022-03-02 13:06:15 +08:00 committed by GitHub
commit 2b3e71d4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 10 deletions

View File

@ -12,7 +12,7 @@
"@seafile/react-image-lightbox": "0.0.1",
"@seafile/resumablejs": "1.1.16",
"@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "^0.3.87",
"@seafile/seafile-editor": "^0.3.92",
"chart.js": "2.9.4",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.0.8",
@ -5085,14 +5085,15 @@
}
},
"node_modules/@seafile/seafile-editor": {
"version": "0.3.87",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.87.tgz",
"integrity": "sha512-wi9Fxme6bGwrJk4e73GooX8zshKjczXIhlpF0650wObGl0221WWhyn2iF69S369/EwhUfC0bBguKOL4cXXAApQ==",
"version": "0.3.92",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.92.tgz",
"integrity": "sha512-+/q7BWicZTZV+kV6OC/ME6GN8vUVpV1dJsPYPGN6ha+nEtBe0jDpEJeMpQ5nBeGKu+uuH4jzu8U0ysTgQEW6qQ==",
"dependencies": {
"@seafile/react-image-lightbox": "^0.0.9",
"@seafile/slate-react": "^0.54.13",
"codemirror": "^5.37.0",
"crypto-js": "^3.1.9-1",
"dayjs": "^1.10.7",
"deep-equal": "^1.0.1",
"deepmerge": "^2.1.0",
"detect-indent": "^4.0.0",
@ -5109,7 +5110,6 @@
"jszip": "^3.2.1",
"lodash": "4.17.21",
"mdast-util-definitions": "^1.2.2",
"moment": "^2.22.2",
"object-assign": "4.1.1",
"prismjs": "1.23.0",
"promise": "8.0.1",
@ -9999,6 +9999,11 @@
"node": ">=10"
}
},
"node_modules/dayjs": {
"version": "1.10.8",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.8.tgz",
"integrity": "sha512-wbNwDfBHHur9UOzNUjeKUOJ0fCb0a52Wx0xInmQ7Y8FstyajiV1NmK1e00cxsr9YrE9r7yAChE0VvpuY5Rnlow=="
},
"node_modules/debounce": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",
@ -32109,14 +32114,15 @@
}
},
"@seafile/seafile-editor": {
"version": "0.3.87",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.87.tgz",
"integrity": "sha512-wi9Fxme6bGwrJk4e73GooX8zshKjczXIhlpF0650wObGl0221WWhyn2iF69S369/EwhUfC0bBguKOL4cXXAApQ==",
"version": "0.3.92",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.92.tgz",
"integrity": "sha512-+/q7BWicZTZV+kV6OC/ME6GN8vUVpV1dJsPYPGN6ha+nEtBe0jDpEJeMpQ5nBeGKu+uuH4jzu8U0ysTgQEW6qQ==",
"requires": {
"@seafile/react-image-lightbox": "^0.0.9",
"@seafile/slate-react": "^0.54.13",
"codemirror": "^5.37.0",
"crypto-js": "^3.1.9-1",
"dayjs": "^1.10.7",
"deep-equal": "^1.0.1",
"deepmerge": "^2.1.0",
"detect-indent": "^4.0.0",
@ -32133,7 +32139,6 @@
"jszip": "^3.2.1",
"lodash": "4.17.21",
"mdast-util-definitions": "^1.2.2",
"moment": "^2.22.2",
"object-assign": "4.1.1",
"prismjs": "1.23.0",
"promise": "8.0.1",
@ -36115,6 +36120,11 @@
"whatwg-url": "^8.0.0"
}
},
"dayjs": {
"version": "1.10.8",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.8.tgz",
"integrity": "sha512-wbNwDfBHHur9UOzNUjeKUOJ0fCb0a52Wx0xInmQ7Y8FstyajiV1NmK1e00cxsr9YrE9r7yAChE0VvpuY5Rnlow=="
},
"debounce": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",

View File

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