Skip to content

Commit

Permalink
pin electron version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckdries committed Aug 18, 2024
1 parent be1435a commit 7dfeefb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion client/electron.manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"executable": "buzzwords"
"executable": "buzzwords",
"electronVersion": "31.4.0"
}
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"electron": "^31.4.0",
"electron": "31.4.0",
"electron-builder": "^23.1.0",
"electron-notarize": "^1.2.1",
"eslint": "^7.29.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9396,7 +9396,7 @@ __metadata:
copy-to-clipboard: ^3.3.1
cross-env: ^7.0.3
date-fns: ^3.6.0
electron: ^31.4.0
electron: 31.4.0
electron-builder: ^23.1.0
electron-context-menu: ^3.3.0
electron-notarize: ^1.2.1
Expand Down Expand Up @@ -10843,7 +10843,7 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:^31.4.0":
"electron@npm:31.4.0":
version: 31.4.0
resolution: "electron@npm:31.4.0"
dependencies:
Expand Down

0 comments on commit 7dfeefb

Please sign in to comment.