Skip to content

Commit

Permalink
Add support for Electron 31
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisCepk committed Jun 11, 2024
1 parent aff3a5a commit 6e8b43e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 40 deletions.
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": "^30.0.0",
"electron": "^31.0.0",
"eslint": "^8.56.0",
"mocha": "^8.2.3",
"nyc": "^15.1.0",
Expand All @@ -74,6 +74,6 @@
},
"peerDependencies": {
"@itwin/core-bentley": "^3.3.0 || ^4.0.0",
"electron": ">=23.0.0 <31.0.0"
"electron": ">=23.0.0 <32.0.0"
}
}
63 changes: 25 additions & 38 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 6e8b43e

Please sign in to comment.