Skip to content

Commit 24a2f1b

Browse files
chore(deps): update all non-major dependencies
1 parent 75e2d79 commit 24a2f1b

File tree

3 files changed

+1096
-1104
lines changed

3 files changed

+1096
-1104
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: 22.18.0
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- run: pnpm lint

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "pnpm lint && vitest run"
2828
},
2929
"devDependencies": {
30-
"@nuxt/eslint-config": "^1.4.1",
30+
"@nuxt/eslint-config": "^1.8.0",
3131
"@vitest/coverage-v8": "latest",
3232
"@vue/devtools-api": "^6.6.4",
3333
"eslint": "latest",
@@ -36,5 +36,5 @@
3636
"unbuild": "latest",
3737
"vitest": "latest"
3838
},
39-
"packageManager": "pnpm@10.12.4"
39+
"packageManager": "pnpm@10.14.0"
4040
}

0 commit comments

Comments
 (0)