Skip to content

Commit

Permalink
[Misc] Update dependency electron to v32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 18, 2024
1 parent 622461d commit 1b5a3d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion electron/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"inversify": "6.0.2"
},
"peerDependencies": {
"electron": "31.0.2"
"electron": "32.1.1"
},
"publishConfig": {
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion electron/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@xwiki/cristal-browser-electron": "workspace:*",
"@xwiki/cristal-electron-storage": "workspace:*",
"electron": "31.0.2"
"electron": "32.1.1"
},
"devDependencies": {
"@types/node": "20.14.9",
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"cross-env": "7.0.3",
"electron": "31.0.2",
"electron": "32.1.1",
"electron-builder": "24.13.3"
}
}
2 changes: 1 addition & 1 deletion electron/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"inversify": "6.0.2"
},
"peerDependencies": {
"electron": "31.0.2"
"electron": "32.1.1"
},
"devDependencies": {
"@types/node": "20.14.9",
Expand Down

0 comments on commit 1b5a3d9

Please sign in to comment.