mirror of
https://github.com/zadam/trilium.git
synced 2025-12-09 12:16:10 +08:00
fix(monorepo/desktop): fix missing @electron/remote
This commit is contained in:
parent
28972b8657
commit
d47a0a3f87
2 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
"electron-debug": "4.1.0",
|
||||
"electron-dl": "4.0.0",
|
||||
"electron-squirrel-startup": "1.0.1",
|
||||
"@electron/remote": "2.1.2",
|
||||
"@triliumnext/server": "0.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
1
package-lock.json
generated
1
package-lock.json
generated
|
|
@ -292,6 +292,7 @@
|
|||
"dayjs": "1.11.13",
|
||||
"debounce": "2.2.0",
|
||||
"ejs": "3.1.10",
|
||||
"electron-debug": "4.1.0",
|
||||
"electron-window-state": "5.0.3",
|
||||
"escape-html": "1.0.3",
|
||||
"express": "4.21.2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue