Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 9426b24

Browse files
committed
fix: add missing electron/remote dependencies
this was declared only in kui-shell/core
1 parent c376f97 commit 9426b24

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

package-lock.json

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/plugin-core-support/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"module": "mdist/index.js",
2525
"types": "mdist/index.d.ts",
2626
"dependencies": {
27+
"@electron/remote": "2.0.1",
2728
"@supercharge/promise-pool": "2.1.0",
2829
"colors": "1.4.0",
2930
"debug": "4.3.3",

plugins/plugin-electron-components/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"typedocMain": "src/index.ts",
2121
"module": "mdist/index.js",
2222
"types": "mdist/index.d.ts",
23+
"dependencies": {
24+
"@electron/remote": "2.0.1"
25+
},
2326
"publishConfig": {
2427
"access": "public"
2528
}

0 commit comments

Comments
 (0)