mirror of
https://github.com/zadam/trilium.git
synced 2025-01-01 04:41:46 +08:00
electron 2.0.9 and other small library updates
This commit is contained in:
parent
b20ff78653
commit
b4a566df9e
3 changed files with 994 additions and 3742 deletions
4717
package-lock.json
generated
4717
package-lock.json
generated
File diff suppressed because it is too large
Load diff
17
package.json
17
package.json
|
@ -26,11 +26,12 @@
|
|||
"build-docs": "npm run build-backend-docs && npm run build-frontend-docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mlink/scrypt": "6.1.2",
|
||||
"async-mutex": "0.1.3",
|
||||
"axios": "0.18",
|
||||
"body-parser": "1.18.3",
|
||||
"cls-hooked": "4.2.2",
|
||||
"commonmark": "^0.28.1",
|
||||
"commonmark": "0.28.1",
|
||||
"cookie-parser": "1.4.3",
|
||||
"debug": "3.1.0",
|
||||
"devtron": "1.4.0",
|
||||
|
@ -50,7 +51,7 @@
|
|||
"imagemin-mozjpeg": "7.0.0",
|
||||
"imagemin-pngquant": "6.0.0",
|
||||
"ini": "1.3.5",
|
||||
"jimp": "0.3.11",
|
||||
"jimp": "0.4.0",
|
||||
"moment": "2.22.2",
|
||||
"multer": "1.3.1",
|
||||
"open": "0.0.5",
|
||||
|
@ -62,24 +63,22 @@
|
|||
"sanitize-filename": "1.6.1",
|
||||
"serve-favicon": "2.5.0",
|
||||
"session-file-store": "1.2.0",
|
||||
"simple-node-logger": "0.93.37",
|
||||
"simple-node-logger": "0.93.40",
|
||||
"sqlite": "3.0.0",
|
||||
"tar-stream": "1.6.1",
|
||||
"turndown": "^5.0.1",
|
||||
"turndown": "5.0.1",
|
||||
"unescape": "1.0.1",
|
||||
"ws": "6.0.0",
|
||||
"xml2js": "0.4.19",
|
||||
"@mlink/scrypt": "6.1.2"
|
||||
"xml2js": "0.4.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "2.0.7",
|
||||
"electron": "2.0.9",
|
||||
"electron-compile": "6.4.3",
|
||||
"electron-packager": "12.1.1",
|
||||
"electron-prebuilt-compile": "2.0.7",
|
||||
"electron-rebuild": "1.8.2",
|
||||
"lorem-ipsum": "1.0.6",
|
||||
"tape": "4.9.1",
|
||||
"xo": "0.22.0"
|
||||
"xo": "0.23.0"
|
||||
},
|
||||
"config": {
|
||||
"forge": {
|
||||
|
|
|
@ -44,7 +44,7 @@ async function isDbInitialized() {
|
|||
async function initDbConnection() {
|
||||
await cls.init(async () => {
|
||||
if (!await isDbInitialized()) {
|
||||
log.info("DB not initialized, please visit setup page to initialize Trilium.");
|
||||
log.info("DB not initialized, please visit setup page to see instructions on how to initialize Trilium.");
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue