Skip to content

Commit da479b6

Browse files
fix(deps): update all non-major dependencies
1 parent 0e963ef commit da479b6

File tree

3 files changed

+2383
-1481
lines changed

3 files changed

+2383
-1481
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
quality-checks:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1414

1515
- name: Install pnpm
1616
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"packageManager": "pnpm@10.12.1",
3+
"packageManager": "pnpm@10.14.0",
44
"engines": {
55
"node": ">=20.17.0"
66
},
@@ -15,24 +15,24 @@
1515
"type-check": "nuxt typecheck"
1616
},
1717
"dependencies": {
18-
"@iconify-json/mingcute": "1.2.3",
19-
"@vueuse/core": "13.3.0",
20-
"@vueuse/nuxt": "13.3.0",
21-
"nuxt": "3.17.5",
22-
"postcss": "8.5.5",
18+
"@iconify-json/mingcute": "1.2.5",
19+
"@vueuse/core": "13.6.0",
20+
"@vueuse/nuxt": "13.6.0",
21+
"nuxt": "3.18.1",
22+
"postcss": "8.5.6",
2323
"postcss-nesting": "13.0.2",
2424
"radix-vue": "1.9.17",
25-
"unplugin-icons": "22.1.0",
26-
"vue": "3.5.16",
25+
"unplugin-icons": "22.2.0",
26+
"vue": "3.5.18",
2727
"vue-router": "4.5.1"
2828
},
2929
"devDependencies": {
30-
"@antfu/eslint-config": "4.14.1",
31-
"eslint": "9.28.0",
30+
"@antfu/eslint-config": "4.19.0",
31+
"eslint": "9.33.0",
3232
"eslint-plugin-format": "1.0.1",
33-
"lint-staged": "16.1.0",
34-
"simple-git-hooks": "2.13.0",
35-
"typescript": "5.8.3"
33+
"lint-staged": "16.1.5",
34+
"simple-git-hooks": "2.13.1",
35+
"typescript": "5.9.2"
3636
},
3737
"simple-git-hooks": {
3838
"pre-commit": "pnpm exec lint-staged"

0 commit comments

Comments
 (0)