Skip to content

Commit 76b6021

Browse files
committed
bumb electron to 32.3.0
1 parent 738f379 commit 76b6021

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@playwright/test": "^1.49.1",
3535
"@types/node": "^22.10.1",
3636
"cross-replace": "^0.2.0",
37-
"electron": "32.2.7"
37+
"electron": "32.3.0"
3838
},
3939
"dependencies": {
4040
"@deepnest/calculate-nfp": "^202412.22.211007",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
optionalDependencies:
128128
global-agent "^3.0.0"
129129

130-
"@electron/node-gyp@git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2":
130+
"@electron/node-gyp@https://github.com/electron/node-gyp#06b29aafb7708acef8b3669835c8a7857ebc92d2":
131131
version "10.2.0-electron.1"
132-
resolved "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2"
132+
resolved "https://github.com/electron/node-gyp#06b29aafb7708acef8b3669835c8a7857ebc92d2"
133133
dependencies:
134134
env-paths "^2.2.0"
135135
exponential-backoff "^3.1.1"
@@ -691,10 +691,10 @@ dir-compare@^4.2.0:
691691
minimatch "^3.0.5"
692692
p-limit "^3.1.0 "
693693

694-
electron@32.2.7:
695-
version "32.2.7"
696-
resolved "https://registry.yarnpkg.com/electron/-/electron-32.2.7.tgz#4eaf78534c99ba060da5bb002c737206be33f225"
697-
integrity sha512-y8jbQRG3xogF70XPlk5c+dWe5iRfUBo28o2NMpKd/CcW7ENIaWtBlGima8/8nmRdAaYTy1+yIt6KB0Lon9H8cA==
694+
electron@32.3.0:
695+
version "32.3.0"
696+
resolved "https://registry.yarnpkg.com/electron/-/electron-32.3.0.tgz#30b69c665d02f21d00997a8843b7bdaf8e4dd420"
697+
integrity sha512-CyX6K1INQdlgTePmP3wuAueUi5ePqw0IpiGOyyzULGU9gBQI3idwW6apR3W/R1cES2j1gWLrkty3cD40qRV9sg==
698698
dependencies:
699699
"@electron/get" "^2.0.0"
700700
"@types/node" "^20.9.0"

0 commit comments

Comments
 (0)