Skip to content

Commit 871457b

Browse files
authored
Add support for Electron 41 (#337)
1 parent 32bb063 commit 871457b

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Add support for Electron 41",
4+
"packageName": "@itwin/electron-authorization",
5+
"email": "98940208+GytisCepk@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

packages/electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"chai-as-promised": "^7.1.2",
6464
"cpx2": "^5.0.0",
6565
"dotenv": "~16.0.3",
66-
"electron": "^40.0.0",
66+
"electron": "^41.0.0",
6767
"eslint": "^8.57.1",
6868
"mocha": "^10.8.2",
6969
"nyc": "^17.1.0",
@@ -75,6 +75,6 @@
7575
},
7676
"peerDependencies": {
7777
"@itwin/core-bentley": "^5.0.0",
78-
"electron": ">=35.0.0 <41.0.0"
78+
"electron": ">=35.0.0 <42.0.0"
7979
}
8080
}

pnpm-lock.yaml

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)