Skip to content

Commit 513a78b

Browse files
fix(deps): update all non-major dependencies
1 parent d208250 commit 513a78b

File tree

4 files changed

+292
-389
lines changed

4 files changed

+292
-389
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424

2525
- name: Install pnpm
26-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
26+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2727
with:
2828
run_install: false
2929

.github/workflows/deploy-to-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737

3838
- name: Install pnpm
39-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
39+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
4040
with:
4141
run_install: false
4242

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"packageManager": "[email protected].0",
3+
"packageManager": "[email protected].3",
44
"imports": {
55
"#*": "./*"
66
},
@@ -29,26 +29,26 @@
2929
"medium-zoom": "1.1.0",
3030
"osmtogeojson": "3.0.0-beta.5",
3131
"reka-ui": "2.5.1",
32-
"unplugin-icons": "22.4.2",
33-
"unplugin-vue-components": "29.1.0",
32+
"unplugin-icons": "22.5.0",
33+
"unplugin-vue-components": "29.2.0",
3434
"vitepress": "2.0.0-alpha.12",
3535
"vue": "3.5.22",
3636
"vue-sonner": "2.0.9"
3737
},
3838
"devDependencies": {
3939
"@antfu/eslint-config": "5.4.1",
4040
"@hey-api/openapi-ts": "0.77.0",
41-
"@types/leaflet": "1.9.20",
41+
"@types/leaflet": "1.9.21",
4242
"@types/markdown-it": "14.1.2",
43-
"@types/node": "22.18.8",
43+
"@types/node": "22.18.11",
4444
"env-cmd": "11.0.0",
45-
"eslint": "9.37.0",
45+
"eslint": "9.38.0",
4646
"eslint-plugin-format": "1.0.2",
4747
"husky": "9.1.7",
48-
"lint-staged": "16.2.3",
48+
"lint-staged": "16.2.4",
4949
"typescript": "5.9.3",
50-
"vite": "7.1.9",
51-
"vue-tsc": "3.1.0"
50+
"vite": "7.1.11",
51+
"vue-tsc": "3.1.1"
5252
},
5353
"pnpm": {
5454
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)