Unpin electron and electron-builder dependencies (#5230)
* Bump and unpin electron-builder and -updater version forward Fixes #4505 * notarize: true * Remove signingHashAlgorithms from win * Fix signtoolOptions props after migration * Disable branch build * Bump more * Add back CSC_FOR_PULL_REQUEST * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * Another CSC_FOR_PULL_REQUEST * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * Revert force prod changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 127 KiB |
@ -16,8 +16,7 @@ mac:
|
|||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
- arm64
|
- arm64
|
||||||
notarize:
|
notarize: true
|
||||||
teamId: 92H8YB3B95
|
|
||||||
fileAssociations:
|
fileAssociations:
|
||||||
- ext: kcl
|
- ext: kcl
|
||||||
name: kcl
|
name: kcl
|
||||||
@ -32,10 +31,11 @@ win:
|
|||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
- arm64
|
- arm64
|
||||||
signingHashAlgorithms:
|
signtoolOptions:
|
||||||
- sha256
|
sign: "./scripts/sign-win.js"
|
||||||
sign: "./scripts/sign-win.js"
|
signingHashAlgorithms:
|
||||||
publisherName: "KittyCAD Inc" # needs to be exactly like on Digicert
|
- sha256
|
||||||
|
publisherName: "KittyCAD Inc" # needs to be exactly like on Digicert
|
||||||
icon: "assets/icon.ico"
|
icon: "assets/icon.ico"
|
||||||
fileAssociations:
|
fileAssociations:
|
||||||
- ext: kcl
|
- ext: kcl
|
||||||
|
16
package.json
16
package.json
@ -40,7 +40,7 @@
|
|||||||
"codemirror": "^6.0.1",
|
"codemirror": "^6.0.1",
|
||||||
"decamelize": "^6.0.0",
|
"decamelize": "^6.0.0",
|
||||||
"diff": "^7.0.0",
|
"diff": "^7.0.0",
|
||||||
"electron-updater": "6.3.0",
|
"electron-updater": "^6.5.0",
|
||||||
"fuse.js": "^7.0.0",
|
"fuse.js": "^7.0.0",
|
||||||
"html2canvas-pro": "^1.5.8",
|
"html2canvas-pro": "^1.5.8",
|
||||||
"isomorphic-fetch": "^3.0.0",
|
"isomorphic-fetch": "^3.0.0",
|
||||||
@ -145,10 +145,11 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||||
"@babel/preset-env": "^7.25.4",
|
"@babel/preset-env": "^7.25.4",
|
||||||
"@electron-forge/cli": "7.4.0",
|
"@electron-forge/cli": "^7.6.1",
|
||||||
"@electron-forge/plugin-fuses": "7.4.0",
|
"@electron-forge/plugin-fuses": "^7.6.1",
|
||||||
"@electron-forge/plugin-vite": "7.4.0",
|
"@electron-forge/plugin-vite": "^7.6.1",
|
||||||
"@electron/fuses": "1.8.0",
|
"@electron/fuses": "^1.8.0",
|
||||||
|
"@electron/notarize": "^2.5.0",
|
||||||
"@iarna/toml": "^2.2.5",
|
"@iarna/toml": "^2.2.5",
|
||||||
"@lezer/generator": "^1.7.2",
|
"@lezer/generator": "^1.7.2",
|
||||||
"@nabla/vite-plugin-eslint": "^2.0.5",
|
"@nabla/vite-plugin-eslint": "^2.0.5",
|
||||||
@ -175,9 +176,8 @@
|
|||||||
"@vitest/web-worker": "^1.5.0",
|
"@vitest/web-worker": "^1.5.0",
|
||||||
"@xstate/cli": "^0.5.17",
|
"@xstate/cli": "^0.5.17",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
"electron": "32.1.2",
|
"electron": "^34.1.1",
|
||||||
"electron-builder": "24.13.3",
|
"electron-builder": "^26.0.6",
|
||||||
"electron-notarize": "1.2.2",
|
|
||||||
"eslint": "^8.0.1",
|
"eslint": "^8.0.1",
|
||||||
"eslint-plugin-css-modules": "^2.12.0",
|
"eslint-plugin-css-modules": "^2.12.0",
|
||||||
"eslint-plugin-import": "^2.30.0",
|
"eslint-plugin-import": "^2.30.0",
|
||||||
|
Reference in New Issue
Block a user