Skip to content

Commit

Permalink
Bump playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
jdgarcia committed Jan 3, 2025
1 parent 21c3455 commit c6c22dc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Update package lists
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install -y libasound2
- name: Install dependencies
run: yarn
- name: Install Playwright Browsers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"webextension-polyfill": "0.10.0"
},
"devDependencies": {
"@playwright/test": "1.35.1",
"@playwright/test": "1.49.1",
"@tanstack/eslint-plugin-query": "5.28.11",
"@types/chrome": "0.0.246",
"@types/react-dom": "18.2.23",
Expand Down
30 changes: 18 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,15 +408,12 @@
picocolors "^1.0.0"
tslib "^2.6.0"

"@playwright/test@1.35.1":
version "1.35.1"
resolved "https://registry.npmjs.org/@playwright/test/-/test-1.35.1.tgz#a596b61e15b980716696f149cc7a2002f003580c"
integrity sha512-b5YoFe6J9exsMYg0pQAobNDR85T1nLumUYgUTtKm4d21iX2L7WqKq9dW8NGJ+2vX0etZd+Y7UeuqsxDXm9+5ZA==
"@playwright/test@1.49.1":
version "1.49.1"
resolved "https://registry.npmjs.org/@playwright/test/-/test-1.49.1.tgz#55fa360658b3187bfb6371e2f8a64f50ef80c827"
integrity sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==
dependencies:
"@types/node" "*"
playwright-core "1.35.1"
optionalDependencies:
fsevents "2.3.2"
playwright "1.49.1"

"@tanstack/eslint-plugin-query@5.28.11":
version "5.28.11"
Expand Down Expand Up @@ -3195,10 +3192,19 @@ pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

playwright-core@1.35.1:
version "1.35.1"
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.1.tgz#52c1e6ffaa6a8c29de1a5bdf8cce0ce290ffb81d"
integrity sha512-pNXb6CQ7OqmGDRspEjlxE49w+4YtR6a3X6mT1hZXeJHWmsEz7SunmvZeiG/+y1yyMZdHnnn73WKYdtV1er0Xyg==
playwright-core@1.49.1:
version "1.49.1"
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz#32c62f046e950f586ff9e35ed490a424f2248015"
integrity sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==

playwright@1.49.1:
version "1.49.1"
resolved "https://registry.npmjs.org/playwright/-/playwright-1.49.1.tgz#830266dbca3008022afa7b4783565db9944ded7c"
integrity sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==
dependencies:
playwright-core "1.49.1"
optionalDependencies:
fsevents "2.3.2"

prelude-ls@^1.2.1:
version "1.2.1"
Expand Down

0 comments on commit c6c22dc

Please sign in to comment.