Skip to content

Commit

Permalink
Add support for Electron 30 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisCepk authored May 7, 2024
1 parent 983e7fb commit 93c0c1e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Add support for Electron 30",
"packageName": "@itwin/electron-authorization",
"email": "[email protected]",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"chai-as-promised": "^7.1.1",
"cpx2": "^5.0.0",
"dotenv": "~16.0.3",
"electron": "^29.0.0",
"electron": "^30.0.0",
"eslint": "^7.32.0",
"mocha": "^8.2.3",
"nyc": "^15.1.0",
Expand All @@ -74,7 +74,7 @@
},
"peerDependencies": {
"@itwin/core-bentley": "^3.3.0 || ^4.0.0",
"electron": ">=23.0.0 <30.0.0"
"electron": ">=23.0.0 <31.0.0"
},
"eslintConfig": {
"plugins": [
Expand Down
8 changes: 4 additions & 4 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 93c0c1e

Please sign in to comment.