Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
* main:
  web/flows: update flow background (#10206)
  core: bump coverage from 7.5.3 to 7.5.4 (#10201)
  core: bump twilio from 9.2.0 to 9.2.1 (#10202)
  web: bump chromedriver from 126.0.2 to 126.0.3 in /tests/wdio (#10203)
  web: bump @sentry/browser from 8.10.0 to 8.11.0 in /web in the sentry group (#10204)
  website: bump typescript from 5.4.5 to 5.5.2 in /website (#10190)
  web: bump typescript from 5.4.5 to 5.5.2 in /web (#10191)
  web: bump typescript from 5.4.5 to 5.5.2 in /tests/wdio (#10192)
  core: bump ruff from 0.4.9 to 0.4.10 (#10193)
  core: bump selenium from 4.21.0 to 4.22.0 (#10194)
  • Loading branch information
kensternberg-authentik committed Jun 24, 2024
2 parents 186e1bf + e25ceb5 commit be9b44a
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 149 deletions.
157 changes: 79 additions & 78 deletions poetry.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions tests/wdio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/wdio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"wdio-wait-for": "^3.0.11"
},
"scripts": {
Expand All @@ -32,6 +32,6 @@
"node": ">=20"
},
"dependencies": {
"chromedriver": "^126.0.2"
"chromedriver": "^126.0.3"
}
}
106 changes: 53 additions & 53 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@open-wc/lit-helpers": "^0.7.0",
"@patternfly/elements": "^3.0.2",
"@patternfly/patternfly": "^4.224.2",
"@sentry/browser": "^8.10.0",
"@sentry/browser": "^8.11.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"base64-js": "^1.5.1",
"chart.js": "^4.4.3",
Expand Down Expand Up @@ -122,7 +122,7 @@
"ts-lit-plugin": "^2.0.2",
"tslib": "^2.6.3",
"turnstile-types": "^1.2.1",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite-tsconfig-paths": "^4.3.2"
},
"optionalDependencies": {
Expand Down
Binary file modified web/src/assets/images/flow_background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/src/flow/FlowExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ export class FlowExecutor extends Interface implements StageHost {
? html`
<li>
<a
href="https://unsplash.com/@sorasagano"
href="https://unsplash.com/@benjaminpunzalan"
>${msg("Background image")}</a
>
</li>
Expand Down
8 changes: 4 additions & 4 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@docusaurus/types": "^3.3.2",
"@types/react": "^18.3.3",
"prettier": "3.3.2",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit be9b44a

Please sign in to comment.