Skip to content

Commit 854c501

Browse files
authored
chore: Update all dependencies (#3646)
1 parent 1d38e4a commit 854c501

File tree

35 files changed

+1668
-1547
lines changed

35 files changed

+1668
-1547
lines changed

docs/.vitepress/components.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
/* eslint-disable */
22
// @ts-nocheck
3+
// biome-ignore lint: disable
4+
// oxlint-disable
5+
// ------
36
// Generated by unplugin-vue-components
47
// Read more: https://github.com/vuejs/core/pull/3399
8+
59
export {}
610

711
/* prettier-ignore */

docs/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,35 @@
1111
"start": "npm run dev"
1212
},
1313
"dependencies": {
14-
"@vueuse/core": "^14.0.0",
14+
"@vueuse/core": "^14.1.0",
1515
"date-fns": "^4.1.0",
16-
"element-plus": "^2.11.7",
16+
"element-plus": "^2.13.2",
1717
"query-string": "^9.3.1",
18-
"shiki": "^3.15.0",
19-
"vue": "^3.5.24"
18+
"shiki": "^3.21.0",
19+
"vue": "^3.5.27"
2020
},
2121
"devDependencies": {
22-
"@feathersjs/generators": "^5.0.35",
23-
"@iconify-json/carbon": "^1.2.14",
24-
"@types/node": "^24.10.0",
25-
"@unocss/preset-typography": "^66.5.5",
26-
"@unocss/reset": "^66.5.5",
27-
"@unocss/transformer-directives": "^66.5.5",
28-
"@vitejs/plugin-vue": "^6.0.1",
22+
"@feathersjs/generators": "^5.0.37",
23+
"@iconify-json/carbon": "^1.2.18",
24+
"@types/node": "^25.1.0",
25+
"@unocss/preset-typography": "^66.6.0",
26+
"@unocss/reset": "^66.6.0",
27+
"@unocss/transformer-directives": "^66.6.0",
28+
"@vitejs/plugin-vue": "^6.0.3",
2929
"esno": "^4.8.0",
3030
"fast-glob": "^3.3.3",
3131
"flexsearch": "^0.7.31",
3232
"https-localhost": "^4.7.1",
3333
"markdown-it": "^14.1.0",
34-
"sass": "^1.93.3",
35-
"sitemap": "^8.0.2",
36-
"unocss": "^66.5.5",
37-
"unplugin-auto-import": "^20.2.0",
38-
"unplugin-vue-components": "^30.0.0",
39-
"vite-plugin-pwa": "^1.1.0",
34+
"sass": "^1.97.3",
35+
"sitemap": "^9.0.0",
36+
"unocss": "^66.6.0",
37+
"unplugin-auto-import": "^21.0.0",
38+
"unplugin-vue-components": "^31.0.0",
39+
"vite-plugin-pwa": "^1.2.0",
4040
"vitepress": "^1.6.4",
4141
"vitepress-plugin-google-analytics": "^1.0.2",
4242
"vitepress-plugin-search": "^1.0.4-alpha.22",
43-
"workbox-window": "^7.3.0"
43+
"workbox-window": "^7.4.0"
4444
}
4545
}

0 commit comments

Comments
 (0)