Skip to content

Commit

Permalink
Add support for Electron 27 (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: Gytis Cepkauskas <[email protected]>
Co-authored-by: Ben Polinsky <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2023
1 parent 29146d1 commit 21b787a
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": "minor",
"comment": "Add support for Electron 27",
"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": "^26.2.1",
"electron": "^27.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 <27.0.0"
"electron": ">=23.0.0 <28.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 21b787a

Please sign in to comment.