Skip to content

Commit

Permalink
Add support for Electron 28 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisCepk authored Jan 17, 2024
1 parent 76214af commit cd0b407
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 100 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
{
"name": "Electron integration tests - Main",
"program": "${workspaceFolder}/packages/electron/dist/integration-test/index.js",
"program": "${workspaceFolder}/packages/electron/dist/integration-test/test-app/index.js",
"request": "launch",
"runtimeExecutable": "${workspaceFolder}/packages/electron/node_modules/.bin/electron",
"skipFiles": [
Expand All @@ -63,4 +63,4 @@
"cwd": "${workspaceFolder}/packages/electron"
},
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Upgrade '@playwright/test' version to 1.41.0",
"packageName": "@itwin/browser-authorization",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Add support for Electron 28",
"packageName": "@itwin/electron-authorization",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Upgrade '@playwright/test' version to 1.41.0",
"packageName": "@itwin/oidc-signin-tool",
"email": "[email protected]",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@itwin/build-tools": "^4.0.0-dev.93",
"@itwin/core-bentley": "^3.7.0",
"@itwin/eslint-plugin": "^3.7.0",
"@playwright/test": "~1.35.1",
"@playwright/test": "~1.41.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^8.2.3",
"@types/node": "^18.11.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"@itwin/build-tools": "^4.0.6",
"@itwin/core-bentley": "^3.7.0",
"@itwin/eslint-plugin": "^3.3.0",
"@playwright/test": "~1.35.1",
"@playwright/test": "~1.41.0",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.1",
"@types/mocha": "^8.2.3",
"@types/node": "^16.0.0",
"@types/node": "~18.18.0",
"@types/sinon": "^10.0.13",
"chai": "^4.2.22",
"chai-as-promised": "^7.1.1",
"cpx2": "^5.0.0",
"dotenv": "~16.0.3",
"electron": "^27.0.0",
"electron": "^28.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 <28.0.0"
"electron": ">=23.0.0 <29.0.0"
},
"eslintConfig": {
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-signin-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@itwin/certa": "^3.7.0 || ^4.0.0",
"@itwin/core-common": "^3.3.0 || ^4.0.0",
"@itwin/service-authorization": "workspace:^",
"@playwright/test": "~1.35.1",
"@playwright/test": "~1.41.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"oidc-client-ts": "^2.2.4"
Expand Down
Loading

0 comments on commit cd0b407

Please sign in to comment.