Skip to content

Commit 7ec2a91

Browse files
committed
Update dependencies and fix type declaration in auto-imports
1 parent 932c3e6 commit 7ec2a91

File tree

3 files changed

+1220
-1413
lines changed

3 files changed

+1220
-1413
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"fetch-contributors": "esno scripts/fetch-contributors.ts"
1111
},
1212
"dependencies": {
13-
"@docsearch/js": "^3.6.2",
13+
"@docsearch/js": "^3.8.0",
1414
"@headlessui/vue": "^1.7.23",
1515
"@vueuse/core": "^10.11.1",
1616
"@vueuse/head": "^2.0.0",
1717
"esbuild": "0.23.1",
18-
"pinia": "^2.2.2",
18+
"pinia": "^2.2.6",
1919
"prism-theme-vars": "^0.2.5",
20-
"vue": "^3.5.10",
20+
"vue": "^3.5.12",
2121
"vue-gtag": "^2.0.1",
2222
"vue-router": "^4.4.5"
2323
},
@@ -27,43 +27,43 @@
2727
"@types/fs-extra": "^11.0.4",
2828
"@types/markdown-it": "^14.1.2",
2929
"@types/markdown-it-link-attributes": "^3.0.5",
30-
"@types/node": "^20.16.10",
30+
"@types/node": "^20.17.6",
3131
"@types/string": "0.0.34",
3232
"@typescript-eslint/eslint-plugin": "^6.21.0",
3333
"@typescript-eslint/parser": "^6.21.0",
34-
"@vitejs/plugin-vue": "^5.1.4",
34+
"@vitejs/plugin-vue": "^5.2.0",
3535
"@vue/compiler-dom": "3.4.35",
3636
"@vue/test-utils": "^2.4.6",
3737
"autoprefixer": "^10.4.20",
3838
"eslint": "^8.57.1",
3939
"eslint-config-prettier": "^9.1.0",
40-
"eslint-plugin-vue": "^9.28.0",
41-
"esno": "^4.7.0",
40+
"eslint-plugin-vue": "^9.31.0",
41+
"esno": "^4.8.0",
4242
"fs-extra": "^11.2.0",
4343
"happy-dom": "^14.12.3",
4444
"markdown-it": "^14.1.0",
4545
"markdown-it-anchor": "^9.2.0",
4646
"markdown-it-link-attributes": "^4.0.1",
4747
"markdown-it-prism": "^2.3.0",
48-
"ofetch": "^1.4.0",
49-
"postcss": "^8.4.47",
48+
"ofetch": "^1.4.1",
49+
"postcss": "^8.4.49",
5050
"prettier": "^3.3.3",
5151
"prettier-plugin-tailwindcss": "^0.5.14",
5252
"prismjs": "^1.29.0",
5353
"string": "^3.3.3",
54-
"tailwindcss": "^3.4.13",
55-
"typescript": "^5.6.2",
56-
"unplugin-auto-import": "^0.18.3",
54+
"tailwindcss": "^3.4.15",
55+
"typescript": "^5.6.3",
56+
"unplugin-auto-import": "^0.18.4",
5757
"unplugin-vue-components": "^0.27.4",
5858
"unplugin-vue-markdown": "^0.26.2",
59-
"vite": "^5.4.8",
59+
"vite": "^5.4.11",
6060
"vite-plugin-pages": "^0.32.3",
6161
"vite-plugin-pwa": "^0.20.5",
6262
"vite-plugin-vue-layouts": "^0.11.0",
6363
"vite-ssg": "^0.23.8",
6464
"vite-ssg-sitemap": "^0.6.1",
6565
"vitest": "^1.6.0",
66-
"vue-tsc": "^2.1.6"
66+
"vue-tsc": "^2.1.10"
6767
},
6868
"pnpm": {
6969
"peerDependencyRules": {

0 commit comments

Comments
 (0)