Skip to content

Commit 7acc90c

Browse files
chore(deps): update all non-major dependencies (#97)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 828a0a4 commit 7acc90c

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

.e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"ui": "playwright test --ui"
1010
},
1111
"devDependencies": {
12-
"@playwright/test": "1.47.2"
12+
"@playwright/test": "1.48.0"
1313
}
1414
}

.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 60
1515
runs-on: ubuntu-latest
1616
container:
17-
image: mcr.microsoft.com/playwright:v1.47.2-focal
17+
image: mcr.microsoft.com/playwright:v1.48.0-focal
1818
steps:
1919
- uses: actions/checkout@v4
2020
- run: corepack enable

pnpm-lock.yaml

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"nuxt": "^3.13.2"
1818
},
1919
"dependencies": {
20-
"@iconify-json/simple-icons": "^1.2.6",
20+
"@iconify-json/simple-icons": "^1.2.7",
2121
"@nuxt/ui": "2.17.0",
2222
"tailwindcss": "latest"
2323
}

0 commit comments

Comments
 (0)