chore: downgrade electron builder version to 24+ (#1022)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run

This commit is contained in:
Tong Chen 2026-01-22 17:40:40 +08:00 committed by GitHub
parent 832b3cc274
commit cfb2375abb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@
"csv-parser": "^3.2.0",
"dompurify": "^3.2.7",
"electron-log": "^5.4.0",
"electron-updater": "^6.7.3",
"electron-updater": "^6.3.9",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.17.0",
@ -118,11 +118,11 @@
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.9",
"autoprefixer": "^10.4.20",
"electron": "^33.4.11",
"electron-builder": "^26.4.0",
"electron": "^33.2.0",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^4.0.0",
"i18next": "^25.4.2",
"jsdom": "^27.4.0",
"jsdom": "^26.1.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"react": "^18.3.1",
@ -140,16 +140,10 @@
"@storybook/addon-a11y": "^10.1.11",
"@storybook/addon-docs": "^10.1.11"
},
"overrides": {
"glob": "^10.4.5"
},
"pnpm": {
"neverBuiltDependencies": [],
"overrides": {
"glob": "^10.4.5"
}
"neverBuiltDependencies": []
},
"engines": {
"node": ">=20.0.0 <23.0.0"
"node": ">=18.0.0 <23.0.0"
}
}