mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
fix(monorepo/electron): out of date lock
This commit is contained in:
parent
6c443c1cb1
commit
3d5e6196cc
29
package-lock.json
generated
29
package-lock.json
generated
@ -210,9 +210,36 @@
|
|||||||
"uuid": "dist/esm/bin/uuid"
|
"uuid": "dist/esm/bin/uuid"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"apps/desktop": {
|
||||||
|
"name": "@triliumnext/electron",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"hasInstallScript": true,
|
||||||
|
"license": "AGPL-3.0-only",
|
||||||
|
"dependencies": {
|
||||||
|
"better-sqlite3": "^11.9.1",
|
||||||
|
"electron-debug": "4.1.0",
|
||||||
|
"electron-dl": "4.0.0",
|
||||||
|
"electron-squirrel-startup": "1.0.1"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@electron-forge/cli": "7.8.0",
|
||||||
|
"@electron-forge/maker-deb": "7.8.0",
|
||||||
|
"@electron-forge/maker-dmg": "7.8.0",
|
||||||
|
"@electron-forge/maker-flatpak": "7.8.0",
|
||||||
|
"@electron-forge/maker-rpm": "7.8.0",
|
||||||
|
"@electron-forge/maker-squirrel": "7.8.0",
|
||||||
|
"@electron-forge/maker-zip": "7.8.0",
|
||||||
|
"@electron-forge/plugin-auto-unpack-natives": "7.8.0",
|
||||||
|
"@electron/rebuild": "3.7.2",
|
||||||
|
"@types/electron-squirrel-startup": "1.0.2",
|
||||||
|
"electron": "35.1.5",
|
||||||
|
"tsx": "4.19.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"apps/electron": {
|
"apps/electron": {
|
||||||
"name": "@triliumnext/electron",
|
"name": "@triliumnext/electron",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"extraneous": true,
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -4698,7 +4725,7 @@
|
|||||||
"link": true
|
"link": true
|
||||||
},
|
},
|
||||||
"node_modules/@triliumnext/electron": {
|
"node_modules/@triliumnext/electron": {
|
||||||
"resolved": "apps/electron",
|
"resolved": "apps/desktop",
|
||||||
"link": true
|
"link": true
|
||||||
},
|
},
|
||||||
"node_modules/@triliumnext/express-partial-content": {
|
"node_modules/@triliumnext/express-partial-content": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user