1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00

update sdoc editor version

This commit is contained in:
杨顺强
2025-03-17 21:14:41 +08:00
parent 020a04d6ba
commit 5c9edac317
3 changed files with 7 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
'use strict';
const path = require('path');
const fs = require('fs');
@@ -22,7 +22,7 @@ const resolveApp = relativePath => path.resolve(appDirectory, relativePath);
// );
// reset by custom
const HOST = process.env.HOST || '0.0.0.0';
const HOST = '127.0.0.1';
const PORT = process.env.PORT || '3000';
const publicPath = process.env.PUBLIC_PATH || '/assets/bundles/';
const publicUrlOrPath = `http://${HOST}:${PORT}${publicPath}`;
@@ -79,5 +79,4 @@ module.exports = {
};
module.exports.moduleFileExtensions = moduleFileExtensions;

View File

@@ -16,7 +16,7 @@
"@gatsbyjs/reach-router": "2.0.1",
"@seafile/react-image-lightbox": "4.0.2",
"@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "2.0.27",
"@seafile/sdoc-editor": "2.0.28",
"@seafile/seafile-calendar": "0.0.28",
"@seafile/seafile-editor": "2.0.1",
"@seafile/stldraw-editor": "1.0.1",
@@ -5297,9 +5297,9 @@
"license": "MIT"
},
"node_modules/@seafile/sdoc-editor": {
"version": "2.0.27",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.27.tgz",
"integrity": "sha512-90tGBMXFe6nuiGUtCqFmILssLL41PEaSn5jwxg+xJBD05uaWUQmT98JUDX6YYas9AmgebOA8pIOJCXUwlE3gGg==",
"version": "2.0.28",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.28.tgz",
"integrity": "sha512-7mbXQ0JxuitxaeC4pIdqg+aW2Aos2E03/CSHLaXurLDFsu1PGHUWLlPR0+KAIH1MKeRYl+9SATryKk8UKyQACA==",
"dependencies": {
"@seafile/print-js": "1.6.6",
"@seafile/react-image-lightbox": "4.0.0",

View File

@@ -11,7 +11,7 @@
"@gatsbyjs/reach-router": "2.0.1",
"@seafile/react-image-lightbox": "4.0.2",
"@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "2.0.27",
"@seafile/sdoc-editor": "2.0.28",
"@seafile/seafile-calendar": "0.0.28",
"@seafile/seafile-editor": "2.0.1",
"@seafile/stldraw-editor": "1.0.1",