diff --git a/conf/app.src b/conf/app.src index 4d06b13..8fa9cd8 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/outline/outline/archive/12aca51541ae07303767ef5cf5d66d21426de0e0.zip -SOURCE_SUM=888e52779b6a454288b9e7ccd072e4657c6a6bc70827c1844f394613d8b0fc74 +SOURCE_URL=https://github.com/outline/outline/archive/2cd5d0e6245e27cf2e8b323b9576caff74e90b5b.zip +SOURCE_SUM=eeb38150037b8601c082774d42f726e8106817ec88f6ad3346ad4c88799712f1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/scripts/_common.sh b/scripts/_common.sh index f507ae3..11978d9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app pkg_dependencies="postgresql" -NODEJS_VERSION=16 +NODEJS_VERSION=18 #================================================= # PERSONAL HELPERS diff --git a/sources/patches/app-03-visitor.patch b/sources/patches/app-03-visitor.patch index 9dab630..6a05531 100644 --- a/sources/patches/app-03-visitor.patch +++ b/sources/patches/app-03-visitor.patch @@ -113,7 +113,7 @@ index 352d1993a..5e3c24636 100644 version "0.4.1" resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff" diff --git a/package.json b/package.json -index 787991dc1..24ea2c8af 100644 +index 787991dc1..a7ec19544 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ @@ -121,7 +121,7 @@ index 787991dc1..24ea2c8af 100644 "build:i18n": "i18next --silent '{shared,app,server,plugins}/**/*.{ts,tsx}' && yarn copy:i18n", "build:server": "./build.sh", - "build": "yarn clean && yarn vite:build && yarn build:i18n && yarn build:server", -+ "build": "yarn clean && NODE_OPTIONS='--max-old-space-size=1024' yarn vite:build && yarn build:i18n && NODE_OPTIONS='--max-old-space-size=1024' yarn build:server", ++ "build": "yarn clean && NODE_OPTIONS='--max-old-space-size=3072' yarn vite:build && yarn build:i18n && NODE_OPTIONS='--max-old-space-size=3072' yarn build:server", "start": "node ./build/server/index.js", "dev": "NODE_ENV=development yarn concurrently -n api,collaboration -c \"blue,magenta\" \"node --inspect=0.0.0.0 build/server/index.js --services=collaboration,websockets,admin,web,worker\"", "dev:backend": "nodemon --exec \"yarn build:server && yarn dev\" -e js,ts,tsx --ignore build/ --ignore app/ --ignore shared/editor",