修复依赖

old
宇天 2021-06-29 10:16:48 +08:00
parent 4710f6223c
commit a3eee4352a
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
"output": "build" "output": "build"
}, },
"electronDownload": { "electronDownload": {
"version": "9.0.0", "version": "9.4.4",
"mirror": "https://npm.taobao.org/mirrors/electron/" "mirror": "https://npm.taobao.org/mirrors/electron/"
}, },
"files": ["src/**/*", "node_modules/iofs/*"], "files": ["src/**/*", "node_modules/iofs/*"],
@ -49,7 +49,7 @@
} }
}, },
"devDependencies": { "devDependencies": {
"electron": "^9.0.0", "electron": "9.4.4",
"electron-builder": "^22.7.0" "electron-builder": "22.7.0"
} }
} }