Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #65

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"ui": "playwright test --ui"
},
"devDependencies": {
"@playwright/test": "1.40.1"
"@playwright/test": "1.47.2"
}
}
2 changes: 1 addition & 1 deletion .e2e/tests/advanced/locale.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test.describe("British Locale", () => {
})

test("Date is in british format", async ({ page }) => {
await expect(page.getByText("Wednesday, 26 October 2016")).toBeVisible()
await expect(page.getByText("Wednesday 26 October 2016")).toBeVisible()
})

test("British locale has been selected", async ({ page }) => {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.40.1-focal
image: mcr.microsoft.com/playwright:v1.47.2-focal
steps:
- uses: actions/checkout@v4
- run: corepack enable
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"devDependencies": {
"@nuxt/kit": "3.12.2",
"@types/node": "^20.11.30",
"@types/node": "^20.16.9",
"consola": "^3.2.3",
"globby": "^14.0.1",
"globby": "^14.0.2",
"pathe": "^1.1.2",
"pkg-types": "^1.0.3",
"pkg-types": "^1.2.0",
"tinyexec": "^0.3.0",
"turbo": "^2.1.2",
"typescript": "^5.6.2"
Expand All @@ -24,5 +24,5 @@
"nuxt": "^3.12.2",
"ufo": "latest"
},
"packageManager": "pnpm@9.1.1"
"packageManager": "pnpm@9.11.0"
}
Loading
Loading