mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
chore(deps): secure electron builder toolchain
Refresh the Loong electron-builder stack to clear npm audit findings and declare the Node.js floor required by the updated build tooling.
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
### 系统要求
|
### 系统要求
|
||||||
|
|
||||||
- **Node.js:** >= 20.x
|
- **Node.js:** >= 22.12.0
|
||||||
- **npm:** >= 9.x 或 pnpm >= 8.x
|
- **npm:** >= 9.x 或 pnpm >= 8.x
|
||||||
- **操作系统:** Linux(推荐 Ubuntu 22.04+)
|
- **操作系统:** Linux(推荐 Ubuntu 22.04+)
|
||||||
- **可选:** APM 包管理器(用于测试)
|
- **可选:** APM 包管理器(用于测试)
|
||||||
|
|||||||
3391
package-lock.json
generated
3391
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,9 @@
|
|||||||
"author": "elysia-best <elysia-best@simplelinux.cn.eu.org>",
|
"author": "elysia-best <elysia-best@simplelinux.cn.eu.org>",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"engines": {
|
||||||
|
"node": ">=22.12.0"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"electron",
|
"electron",
|
||||||
"rollup",
|
"rollup",
|
||||||
@@ -43,12 +46,12 @@
|
|||||||
"@dotenvx/dotenvx": "^1.51.4",
|
"@dotenvx/dotenvx": "^1.51.4",
|
||||||
"@eslint/create-config": "^1.11.0",
|
"@eslint/create-config": "^1.11.0",
|
||||||
"@eslint/js": "^9.39.2",
|
"@eslint/js": "^9.39.2",
|
||||||
"@loongdotjs/electron-builder": "^26.0.12-1",
|
"@loongdotjs/electron-builder": "^26.8.2-loong1",
|
||||||
"@playwright/test": "^1.40.0",
|
"@playwright/test": "^1.40.0",
|
||||||
"@testing-library/jest-dom": "^6.1.5",
|
"@testing-library/jest-dom": "^6.1.5",
|
||||||
"@testing-library/vue": "^8.0.1",
|
"@testing-library/vue": "^8.0.1",
|
||||||
"@vitejs/plugin-vue": "^6.0.3",
|
"@vitejs/plugin-vue": "^6.0.3",
|
||||||
"@vitest/coverage-v8": "^1.0.0",
|
"@vitest/coverage-v8": "^4.1.4",
|
||||||
"@vue/test-utils": "^2.4.3",
|
"@vue/test-utils": "^2.4.3",
|
||||||
"conventional-changelog": "^7.1.1",
|
"conventional-changelog": "^7.1.1",
|
||||||
"conventional-changelog-angular": "^8.1.0",
|
"conventional-changelog-angular": "^8.1.0",
|
||||||
@@ -67,7 +70,7 @@
|
|||||||
"vite": "^6.4.1",
|
"vite": "^6.4.1",
|
||||||
"vite-plugin-electron": "^0.29.0",
|
"vite-plugin-electron": "^0.29.0",
|
||||||
"vite-plugin-electron-renderer": "^0.14.5",
|
"vite-plugin-electron-renderer": "^0.14.5",
|
||||||
"vitest": "^1.0.0",
|
"vitest": "^4.1.4",
|
||||||
"vue": "^3.4.21",
|
"vue": "^3.4.21",
|
||||||
"vue-tsc": "^3.2.4"
|
"vue-tsc": "^3.2.4"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user