Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe authored Sep 26, 2024
1 parent 57dc239 commit 61ec4a4
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 242 deletions.
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

0 comments on commit 61ec4a4

Please sign in to comment.