Skip to content

Commit 3181723

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

File tree

3 files changed

+2808
-2802
lines changed

3 files changed

+2808
-2802
lines changed

.github/workflows/code-quality.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ 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
16-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
16+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
1717
with:
1818
run_install: false
1919

package.json

Lines changed: 15 additions & 15 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.21.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.9.0",
20+
"@vueuse/nuxt": "13.9.0",
21+
"nuxt": "3.20.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",
27-
"vue-router": "4.5.1"
25+
"unplugin-icons": "22.5.0",
26+
"vue": "3.5.24",
27+
"vue-router": "4.6.3"
2828
},
2929
"devDependencies": {
30-
"@antfu/eslint-config": "4.14.1",
31-
"eslint": "9.28.0",
32-
"eslint-plugin-format": "1.0.1",
33-
"lint-staged": "16.1.0",
34-
"simple-git-hooks": "2.13.0",
35-
"typescript": "5.8.3"
30+
"@antfu/eslint-config": "4.19.0",
31+
"eslint": "9.39.1",
32+
"eslint-plugin-format": "1.0.2",
33+
"lint-staged": "16.2.6",
34+
"simple-git-hooks": "2.13.1",
35+
"typescript": "5.9.3"
3636
},
3737
"simple-git-hooks": {
3838
"pre-commit": "pnpm exec lint-staged"

0 commit comments

Comments
 (0)