Skip to content

Commit

Permalink
chore(deps-dev): upgrade playwright to 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Aug 17, 2024
1 parent 33bab3d commit 05c02c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: playwright-cache
with:
path: /Users/runner/Library/Caches/ms-playwright
key: ${{ runner.os }}-playwright-1.45.0
key: ${{ runner.os }}-playwright-1.46.1

- name: Install dependencies
run: bun install
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"devDependencies": {
"@astrojs/svelte": "latest",
"@playwright/experimental-ct-svelte": "1.45.0",
"@playwright/test": "1.45.0",
"@playwright/experimental-ct-svelte": "1.46.1",
"@playwright/test": "1.46.1",
"@types/bun": "latest",
"@types/node": "latest",
"@types/prettier": "latest",
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig, devices } from "@playwright/experimental-ct-svelte";
import { svelte, vitePreprocess } from "@sveltejs/vite-plugin-svelte";
import path from "path";
import path from "node:path";

export default defineConfig({
testDir: "tests/e2e",
Expand Down

0 comments on commit 05c02c8

Please sign in to comment.