Skip to content

Commit b26682e

Browse files
authored
Update npm dependencies (#140)
* chore: update devDependencies to latest versions - bump @changesets/changelog-github from 0.5.0 to 0.5.1 - bump @sveltejs/adapter-auto from 3.0.0 to 3.3.1 - bump esm-env from 1.0.0 to 1.2.2 - bump flowbite-svelte-icons from 1.4.1 to 1.6.2 * chore: update dependencies and improve font-family formatting in CSS - Updated various dependencies in package.json to their latest versions for improved performance and security. - Reformatted the font-family declaration in app.postcss for better readability. * chore: update Playwright Docker image to v1.52.0 in workflows
1 parent 74d1a53 commit b26682e

File tree

5 files changed

+7679
-7144
lines changed

5 files changed

+7679
-7144
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: 'Playwright Tests'
1010
runs-on: ubuntu-latest
1111
container:
12-
image: mcr.microsoft.com/playwright:v1.41.1-jammy
12+
image: mcr.microsoft.com/playwright:v1.52.0-jammy
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: mcr.microsoft.com/playwright:v1.41.1-jammy
12+
image: mcr.microsoft.com/playwright:v1.52.0-jammy
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:

0 commit comments

Comments
 (0)