Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
matrix:
browser: [chromium, firefox, webkit]
container:
image: mcr.microsoft.com/playwright:v1.48.2-jammy
image: mcr.microsoft.com/playwright:v1.58.0-jammy
options: --ipc=host # Needed for Chromium sandboxing
steps:
- name: Install Git
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
matrix:
browser: [chromium, firefox, webkit]
container:
image: mcr.microsoft.com/playwright:v1.48.2-jammy
image: mcr.microsoft.com/playwright:v1.58.0-jammy
options: --ipc=host # Needed for Chromium sandboxing
steps:
- name: Install Git
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
needs: [ build, defineChangedComponents ]
if: ${{ needs.defineChangedComponents.outputs.changedComponents != '' }}
container:
image: mcr.microsoft.com/playwright:v1.48.2-jammy
image: mcr.microsoft.com/playwright:v1.58.0-jammy
options: --ipc=host # Needed for Chromium sandboxing
steps:
- name: Install Git
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@eslint/js": "9.27.0",
"@guidepup/playwright": "0.13.2",
"@jridgewell/set-array": "1.1.2",
"@playwright/test": "1.48.0",
"@playwright/test": "1.58.0",
"@semcore/babel-plugin-react-semcore": "workspace:*",
"@semcore/babel-plugin-root": "workspace:*",
"@semcore/babel-plugin-styles": "workspace:*",
Expand Down Expand Up @@ -116,8 +116,8 @@
"jsdom": "22.1.0",
"lint-staged": "10.2.9",
"picocolors": "1.0.0",
"playwright": "1.48.0",
"playwright-core": "1.48.0",
"playwright": "1.58.0",
"playwright-core": "1.58.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup-plugin-copy": "3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion playwright.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.48.0-jammy
FROM mcr.microsoft.com/playwright:v1.58.0-jammy

WORKDIR /work/

Expand Down
Loading
Loading