Skip to content

Commit 97b5eb0

Browse files
chore(deps): update all non-major dependencies
1 parent 29c8350 commit 97b5eb0

File tree

5 files changed

+1046
-737
lines changed

5 files changed

+1046
-737
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.53.2"
12+
"@playwright/test": "1.54.2"
1313
}
1414
}

.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.53.2-noble
17+
image: mcr.microsoft.com/playwright:v1.54.2-noble
1818
steps:
1919
- uses: actions/checkout@v4
2020
- run: corepack enable

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
"typecheck": "node .scripts/typecheck.mjs"
1111
},
1212
"devDependencies": {
13-
"@nuxt/cli": "^3.25.1",
14-
"@nuxt/eslint": "^1.5.2",
15-
"@nuxt/eslint-config": "^1.5.2",
16-
"@types/node": "^22.16.0",
13+
"@nuxt/cli": "^3.27.0",
14+
"@nuxt/eslint": "^1.8.0",
15+
"@nuxt/eslint-config": "^1.8.0",
16+
"@types/node": "^22.17.1",
1717
"consola": "^3.4.2",
18-
"eslint": "^9.30.1",
18+
"eslint": "^9.33.0",
1919
"pathe": "^2.0.3",
2020
"pkg-types": "^2.2.0",
2121
"tinyexec": "^1.0.1",
2222
"tinyglobby": "^0.2.14",
23-
"turbo": "2.5.4",
24-
"typescript": "5.8.3",
25-
"vue-tsc": "3.0.4"
23+
"turbo": "2.5.5",
24+
"typescript": "5.9.2",
25+
"vue-tsc": "3.0.5"
2626
},
2727
"resolutions": {
2828
"@nuxt/examples-ui": "workspace:*",
2929
"@nuxt/kit": "4.0.1",
3030
"nuxt": "4.0.1",
31-
"vue": "3.5.17"
31+
"vue": "3.5.18"
3232
},
33-
"packageManager": "pnpm@10.12.4"
33+
"packageManager": "pnpm@10.14.0"
3434
}

0 commit comments

Comments
 (0)