Skip to content

Commit 44e8f37

Browse files
chore(deps): update all non-major dependencies
1 parent ff3ca4c commit 44e8f37

File tree

3 files changed

+1211
-1175
lines changed

3 files changed

+1211
-1175
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- run: corepack enable
24-
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
24+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: "pnpm"

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@
4343
},
4444
"devDependencies": {
4545
"@nuxt/devtools": "latest",
46-
"@nuxt/eslint-config": "^1.2.0",
46+
"@nuxt/eslint-config": "^1.4.1",
4747
"@nuxt/kit": "^3.16.1",
4848
"@nuxt/module-builder": "^0.8.4",
49-
"@nuxt/test-utils": "^3.17.2",
49+
"@nuxt/test-utils": "^3.19.1",
5050
"changelogen": "^0.6.1",
51-
"crawler-user-agents": "^1.2.0",
52-
"eslint": "^9.22.0",
53-
"happy-dom": "^17.4.4",
51+
"crawler-user-agents": "^1.15.0",
52+
"eslint": "^9.28.0",
53+
"happy-dom": "^17.5.6",
5454
"nuxt": "^3.16.1",
55-
"playwright": "^1.51.1",
56-
"typescript": "^5.8.2",
57-
"vitest": "^3.0.9"
55+
"playwright": "^1.52.0",
56+
"typescript": "^5.8.3",
57+
"vitest": "^3.1.4"
5858
},
5959
"resolutions": {
6060
"@nuxtjs/device": "workspace:*"
6161
},
62-
"packageManager": "pnpm@10.6.5"
62+
"packageManager": "pnpm@10.11.0"
6363
}

0 commit comments

Comments
 (0)