Skip to content

Commit 37c7a76

Browse files
GytisCepkCopilot
andauthored
Add support for Electron 42 (#347)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a9ca32c commit 37c7a76

3 files changed

Lines changed: 37 additions & 225 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "Add support for Electron 42",
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": "^41.0.0",
66+
"electron": "^42.0.0",
6767
"eslint": "^9.11.1",
6868
"mocha": "^11.7.5",
6969
"nyc": "^17.1.0",
@@ -75,6 +75,6 @@
7575
},
7676
"peerDependencies": {
7777
"@itwin/core-bentley": "^5.0.0",
78-
"electron": ">=35.0.0 <42.0.0"
78+
"electron": ">=35.0.0 <43.0.0"
7979
}
8080
}

0 commit comments

Comments
 (0)