Skip to content

Commit 62b3db9

Browse files
authored
Update dependencies (#122)
1 parent 1125098 commit 62b3db9

File tree

2 files changed

+251
-231
lines changed

2 files changed

+251
-231
lines changed

website/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "3.0.0",
55
"private": true,
6-
"packageManager": "pnpm@9.12.3",
6+
"packageManager": "pnpm@9.13.2",
77
"description": "Official website for the Mihon app.",
88
"license": "MPL-2.0",
99
"repository": {
@@ -32,13 +32,13 @@
3232
"lint:style:fix": "stylelint --fix '**/*.{styl,vue}' 'src/.vitepress/**/*.{styl,vue}'"
3333
},
3434
"dependencies": {
35-
"@iconify-prerendered/vue-mdi": "0.26.1718880438",
35+
"@iconify-prerendered/vue-mdi": "0.28.1718880438",
3636
"@octokit/rest": "21.0.2",
3737
"@octokit/types": "13.6.1",
38-
"@tanstack/vue-query": "5.59.17",
38+
"@tanstack/vue-query": "5.59.20",
3939
"@vueuse/core": "11.2.0",
4040
"axios": "1.7.7",
41-
"element-plus": "2.8.7",
41+
"element-plus": "2.8.8",
4242
"lodash.groupby": "4.6.0",
4343
"markdown-it": "14.1.0",
4444
"markdown-it-shortcode-tag": "1.1.0",
@@ -58,11 +58,11 @@
5858
"@types/lodash.groupby": "4.6.9",
5959
"@types/markdown-it": "14.1.2",
6060
"@types/node": "22.9.0",
61-
"@typescript-eslint/eslint-plugin": "8.13.0",
62-
"@typescript-eslint/parser": "8.13.0",
61+
"@typescript-eslint/eslint-plugin": "8.14.0",
62+
"@typescript-eslint/parser": "8.14.0",
6363
"eslint": "9.14.0",
6464
"eslint-config-standard": "17.1.0",
65-
"eslint-plugin-vue": "9.30.0",
65+
"eslint-plugin-vue": "9.31.0",
6666
"feed": "4.2.2",
6767
"lint-staged": "15.2.10",
6868
"markdownlint": "0.36.1",
@@ -75,7 +75,7 @@
7575
"vite-plugin-eslint": "1.8.1",
7676
"vitepress": "1.5.0",
7777
"vitepress-plugin-tabs": "0.5.0",
78-
"vue": "3.5.12",
78+
"vue": "3.5.13",
7979
"vue-eslint-parser": "9.4.3",
8080
"x-satori": "0.2.0"
8181
},

0 commit comments

Comments
 (0)