Skip to content

Commit

Permalink
Try some stuff out
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jan 7, 2025
1 parent b9530e5 commit b380a03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@babel/core": "^7.18.10",
"@babel/plugin-syntax-typescript": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@preact/preset-vite": "^2.8.2",
"@preact/signals": "^1.2.3",
"@prefresh/vite": "^2.4.5",
Expand Down Expand Up @@ -79,7 +79,8 @@
"lint-staged": "^10.4.0",
"mochette": "^1.0.1",
"mri": "^1.2.0",
"playwright-chromium": "^1.49.0",
"playwright": "^1.49.1",
"playwright-chromium": "^1.49.1",
"preact": "^10.25.1",
"prettier": "^3.2.5",
"tar": "^6.1.11",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@playwright/test@^1.49.0":
"@playwright/test@^1.49.1":
version "1.49.1"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.49.1.tgz#55fa360658b3187bfb6371e2f8a64f50ef80c827"
integrity sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==
Expand Down Expand Up @@ -6031,7 +6031,7 @@ pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

playwright-chromium@^1.49.0:
playwright-chromium@^1.49.1:
version "1.49.1"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.49.1.tgz#c6162032790848b473bece0c69488e9fb5b90ccf"
integrity sha512-XAQDkZ1Eem1OONhfS8B2LM2mgHG/i5jIxooxjvqjbF/9GnLnRTJHdQamNjo1e4FZvt7J0BFD/15+qAcT0eKlfA==
Expand All @@ -6043,7 +6043,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.49.1.tgz#32c62f046e950f586ff9e35ed490a424f2248015"
integrity sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==

[email protected]:
[email protected], playwright@^1.49.1:
version "1.49.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.49.1.tgz#830266dbca3008022afa7b4783565db9944ded7c"
integrity sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==
Expand Down

0 comments on commit b380a03

Please sign in to comment.