Skip to content

Commit 78c2c14

Browse files
dependabot[bot]gkorlandCopilot
authored
chore(deps): bump playwright from 1.58.2 to 1.59.0 (#1581)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guy Korland <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 1181b87 commit 78c2c14

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fi
8383
done
8484
- name: Install Playwright Browsers
85-
run: npx playwright install --with-deps chromium
85+
run: npx playwright install --with-deps chromium firefox
8686
- name: Build application
8787
run: npm run build
8888
- name: Upload build output

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"next-swagger-doc": "^0.4.1",
6767
"next-themes": "^0.4.6",
6868
"node-cache": "^5.1.2",
69-
"playwright": "^1.58.2",
69+
"playwright": "^1.59.1",
7070
"react": "^18.3.1",
7171
"react-cytoscapejs": "^2.0.0",
7272
"react-dom": "^19.2.4",
@@ -85,7 +85,8 @@
8585
"zod": "^4.3.6"
8686
},
8787
"devDependencies": {
88-
"@playwright/test": "^1.58.2",
88+
"@playwright/test": "^1.59.1",
89+
"@tailwindcss/postcss": "^4.2.2",
8990
"@types/cytoscape-fcose": "^2.2.4",
9091
"@types/lodash": "^4.17.24",
9192
"@types/node": "^25.5.1",
@@ -105,8 +106,7 @@
105106
"eslint-plugin-jsx-a11y": "^6.10.2",
106107
"eslint-plugin-react": "^7.37.4",
107108
"eslint-plugin-react-hooks": "^7.0.1",
108-
"typescript": "^5.8.3",
109-
"@tailwindcss/postcss": "^4.2.2"
109+
"typescript": "^5.8.3"
110110
},
111111
"overrides": {
112112
"lodash": "^4.18.0",

0 commit comments

Comments
 (0)