try to fix minimist cannot find when app launch

This commit is contained in:
geekgeekrun
2024-10-26 15:58:24 +08:00
parent 830affa44c
commit 46b6ca61a6
2 changed files with 4 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
"JSONStream": "^1.3.5",
"diff": "^7.0.0",
"electron-updater": "^6.1.7",
"minimist": "^1.2.8",
"node-machine-id": "^1.1.12"
},
"devDependencies": {

3
pnpm-lock.yaml generated
View File

@@ -129,6 +129,9 @@ importers:
electron-updater:
specifier: ^6.1.7
version: 6.1.7
minimist:
specifier: ^1.2.8
version: 1.2.8
node-machine-id:
specifier: ^1.1.12
version: 1.1.12