Skip to content

Commit

Permalink
CRISTAL-398: Upgrade to electron 33.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 7, 2025
1 parent 7e7c0b7 commit 2fc11ac
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"electron-store": "10.0.0"
},
"peerDependencies": {
"electron": "33.3.0"
"electron": "33.3.1"
},
"devDependencies": {
"@xwiki/cristal-dev-config": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@xwiki/cristal-authentication-api": "workspace:*"
},
"peerDependencies": {
"electron": "33.3.0"
"electron": "33.3.1"
},
"devDependencies": {
"@xwiki/cristal-dev-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion electron/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"inversify": "6.2.1"
},
"peerDependencies": {
"electron": "33.3.0",
"electron": "33.3.1",
"reflect-metadata": "0.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion electron/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@xwiki/cristal-browser-electron": "workspace:*",
"@xwiki/cristal-electron-authentication-xwiki-main": "workspace:*",
"@xwiki/cristal-electron-storage": "workspace:*",
"electron": "33.3.0"
"electron": "33.3.1"
},
"devDependencies": {
"@types/node": "22.10.5",
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"electron-updater": "6.3.9"
},
"devDependencies": {
"electron": "33.3.0",
"electron": "33.3.1",
"electron-builder": "25.1.8",
"typescript": "5.6.3",
"vite": "6.0.7"
Expand Down
2 changes: 1 addition & 1 deletion electron/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mime": "4.0.6"
},
"peerDependencies": {
"electron": "33.3.0",
"electron": "33.3.1",
"reflect-metadata": "0.2.2"
},
"devDependencies": {
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fc11ac

Please sign in to comment.