Skip to content

Commit

Permalink
build: bump libs
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <rare-magma@posteo.eu>
  • Loading branch information
rare-magma committed Feb 2, 2025
1 parent 56f7f46 commit 15fc1c8
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.49.1
image: mcr.microsoft.com/playwright:v1.50.1
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.49.1
image: mcr.microsoft.com/playwright:v1.50.1
steps:
- uses: actions/checkout@v4
with:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"framer-motion": "11.15.0",
"immer": "10.1.1",
"localforage": "1.10.0",
"papaparse": "5.4.1",
"papaparse": "5.5.2",
"react": "18.2.0",
"react-bootstrap": "2.10.9",
"react-bootstrap-typeahead": "6.4.0",
Expand All @@ -30,15 +30,15 @@
"devDependencies": {
"@axe-core/playwright": "4.10.1",
"@biomejs/biome": "1.9.4",
"@faker-js/faker": "9.3.0",
"@playwright/test": "1.49.1",
"@faker-js/faker": "9.4.0",
"@playwright/test": "1.50.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.5.2",
"@testing-library/user-event": "14.6.1",
"@types/big.js": "6.2.2",
"@types/jest": "29.5.14",
"@types/node": "22.10.3",
"@types/node": "22.13.0",
"@types/papaparse": "5.3.15",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
Expand All @@ -49,7 +49,7 @@
"autoprefixer": "10.4.20",
"console-fail-test": "0.5.0",
"jsdom": "26.0.0",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "6.0.11",
"vite-plugin-pwa": "0.21.1",
"vite-plugin-sri3": "1.0.6",
Expand All @@ -68,7 +68,7 @@
"schema": "pnpm dlx generate-schema ./docs/guitos-sample.json",
"serve": "vite preview",
"start": "vite",
"test": "pnpm test:unit && pnpm test:e2e",
"test": "pnpm test:unit --run && pnpm test:e2e",
"test:unit": "vitest --typecheck --exclude 'e2e'",
"test:e2e": "playwright test --reporter=list --project chromium",
"test:e2e:mobile": "playwright test --reporter=list --project 'Mobile Chrome'",
Expand Down
Loading

0 comments on commit 15fc1c8

Please # to comment.