fix(deps): update electron-builder version and remove pnpm overrides
- Updated the electron-builder dependency from version 24.13.3 to ^25.1.8 for improved features and stability. - Removed the pnpm overrides section from package.json, simplifying the dependency management. This commit enhances the build process by ensuring the use of the latest electron-builder version and streamlining the package configuration.
This commit is contained in:
parent
5d439e17fe
commit
d9e5db106f
1 changed files with 1 additions and 6 deletions
|
|
@ -83,7 +83,7 @@
|
|||
"@vitest/coverage-v8": "^3.1.4",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"electron": "^40.3.0",
|
||||
"electron-builder": "24.13.3",
|
||||
"electron-builder": "^25.1.8",
|
||||
"electron-vite": "^2.3.0",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
|
|
@ -161,10 +161,5 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@electron/notarize": "^2.5.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue