Skip to content

Commit 61ec4a4

Browse files
chore(deps): update all non-major dependencies (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <[email protected]>
1 parent 57dc239 commit 61ec4a4

File tree

6 files changed

+272
-242
lines changed

6 files changed

+272
-242
lines changed

.e2e/package.json

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

.e2e/tests/advanced/locale.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test.describe("British Locale", () => {
1313
})
1414

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

1919
test("British locale has been selected", async ({ page }) => {

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
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.40.1-focal
17+
image: mcr.microsoft.com/playwright:v1.47.2-focal
1818
steps:
1919
- uses: actions/checkout@v4
2020
- run: corepack enable

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"devDependencies": {
1111
"@nuxt/kit": "3.12.2",
12-
"@types/node": "^20.11.30",
12+
"@types/node": "^20.16.9",
1313
"consola": "^3.2.3",
14-
"globby": "^14.0.1",
14+
"globby": "^14.0.2",
1515
"pathe": "^1.1.2",
16-
"pkg-types": "^1.0.3",
16+
"pkg-types": "^1.2.0",
1717
"tinyexec": "^0.3.0",
1818
"turbo": "^2.1.2",
1919
"typescript": "^5.6.2"
@@ -24,5 +24,5 @@
2424
"nuxt": "^3.12.2",
2525
"ufo": "latest"
2626
},
27-
"packageManager": "pnpm@9.1.1"
27+
"packageManager": "pnpm@9.11.0"
2828
}

0 commit comments

Comments
 (0)