Skip to content

Commit

Permalink
Update all playwright resources to 1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Oct 11, 2024
1 parent 581a185 commit 7474e41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base image with Node.js and playwright preinstalled
FROM mcr.microsoft.com/playwright:v1.47.2-noble as base
FROM mcr.microsoft.com/playwright:v1.48.0-noble as base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
ENV NODE_ENV=test
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "export E2E_ENDPOINT=http://localhost:4321; pnpm playwright test --ui-port=8080 --ui-host=0.0.0.0"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"@playwright/test": "^1.48.0",
"@storybook/test-runner": "^0.19.1",
"path-to-regexp": "^7.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dist/**/*"
],
"devDependencies": {
"@playwright/test": "^1.47.2",
"@playwright/test": "^1.48.0",
"@storybook/addon-a11y": "^8.2.8",
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-essentials": "^8.2.8",
Expand Down Expand Up @@ -56,7 +56,7 @@
"install": "^0.13.0",
"jsdom": "^24.1.1",
"onchange": "^7.1.0",
"playwright": "^1.47.2",
"playwright": "^1.48.0",
"prop-types": "^15.8.1",
"react-dom": "^18.3.1",
"vite": "^5.4.0",
Expand Down

0 comments on commit 7474e41

Please sign in to comment.