Skip to content

Commit

Permalink
Add support for Electron 32 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisCepk authored Aug 20, 2024
1 parent 8947ae1 commit dc1e39b
Show file tree
Hide file tree
Showing 3 changed files with 16 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 32",
"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 @@ -62,7 +62,7 @@
"chai-as-promised": "^7.1.1",
"cpx2": "^5.0.0",
"dotenv": "~16.0.3",
"electron": "^31.0.0",
"electron": "^32.0.0",
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"nyc": "^17.0.0",
Expand All @@ -76,6 +76,6 @@
},
"peerDependencies": {
"@itwin/core-bentley": "^3.3.0 || ^4.0.0",
"electron": ">=23.0.0 <32.0.0"
"electron": ">=23.0.0 <33.0.0"
}
}
11 changes: 7 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 dc1e39b

Please sign in to comment.