fix(monorepo/client): missing electron remote dep

This commit is contained in:
Elian Doran 2025-04-18 10:41:29 +03:00
parent 28a319be0b
commit 17c7d7d908
No known key found for this signature in database
3 changed files with 852 additions and 692 deletions

View File

@ -54,7 +54,6 @@
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "0.39.0", "@anthropic-ai/sdk": "0.39.0",
"@braintree/sanitize-url": "7.1.1", "@braintree/sanitize-url": "7.1.1",
"@electron/remote": "2.1.2",
"@highlightjs/cdn-assets": "11.11.1", "@highlightjs/cdn-assets": "11.11.1",
"@triliumnext/express-partial-content": "1.0.1", "@triliumnext/express-partial-content": "1.0.1",
"archiver": "7.0.1", "archiver": "7.0.1",

View File

@ -71,6 +71,7 @@
"@types/bootstrap": "5.2.10", "@types/bootstrap": "5.2.10",
"bootstrap": "5.3.5", "bootstrap": "5.3.5",
"force-graph": "1.49.5", "force-graph": "1.49.5",
"@popperjs/core": "2.11.8" "@popperjs/core": "2.11.8",
"@electron/remote": "2.1.2"
} }
} }

1540
package-lock.json generated

File diff suppressed because it is too large Load Diff