Skip to content

Commit 75283c3

Browse files
committed
chore: update dependencies to latest versions
1 parent 1a53c86 commit 75283c3

File tree

2 files changed

+1406
-1596
lines changed

2 files changed

+1406
-1596
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"fetch-contributors": "esno scripts/fetch-contributors.ts"
1111
},
1212
"dependencies": {
13-
"@docsearch/js": "^3.6.1",
13+
"@docsearch/js": "^3.8.0",
1414
"@headlessui/vue": "^1.7.23",
1515
"@vueuse/core": "^10.11.1",
1616
"@vueuse/head": "^2.0.0",
17-
"pinia": "^2.2.2",
17+
"pinia": "^2.2.6",
1818
"prism-theme-vars": "^0.2.5",
19-
"vue": "^3.5.8",
19+
"vue": "^3.5.13",
2020
"vue-router": "^4.4.5"
2121
},
2222
"devDependencies": {
@@ -25,44 +25,44 @@
2525
"@types/fs-extra": "^11.0.4",
2626
"@types/markdown-it": "^14.1.2",
2727
"@types/markdown-it-link-attributes": "^3.0.5",
28-
"@types/node": "^22.5.5",
28+
"@types/node": "^22.9.0",
2929
"@types/string": "0.0.34",
30-
"@typescript-eslint/eslint-plugin": "^8.6.0",
31-
"@typescript-eslint/parser": "^8.6.0",
32-
"@vitejs/plugin-vue": "^5.1.4",
30+
"@typescript-eslint/eslint-plugin": "^8.14.0",
31+
"@typescript-eslint/parser": "^8.14.0",
32+
"@vitejs/plugin-vue": "^5.2.0",
3333
"@vue/compiler-dom": "3.4.35",
3434
"@vue/test-utils": "^2.4.6",
3535
"autoprefixer": "^10.4.20",
36-
"eslint": "^9.11.0",
36+
"esbuild": "^0.23.1",
37+
"eslint": "^9.15.0",
3738
"eslint-config-prettier": "^9.1.0",
38-
"eslint-plugin-vue": "^9.28.0",
39-
"esno": "^4.7.0",
39+
"eslint-plugin-vue": "^9.31.0",
40+
"esno": "^4.8.0",
4041
"fs-extra": "^11.2.0",
4142
"happy-dom": "^14.12.3",
4243
"markdown-it": "^14.1.0",
4344
"markdown-it-anchor": "^9.2.0",
4445
"markdown-it-link-attributes": "^4.0.1",
4546
"markdown-it-prism": "^2.3.0",
46-
"ofetch": "^1.4.0",
47-
"postcss": "^8.4.47",
47+
"ofetch": "^1.4.1",
48+
"postcss": "^8.4.49",
4849
"prettier": "^3.3.3",
49-
"prettier-plugin-tailwindcss": "^0.6.6",
50+
"prettier-plugin-tailwindcss": "^0.6.8",
5051
"prismjs": "^1.29.0",
5152
"string": "^3.3.3",
52-
"tailwindcss": "^3.4.12",
53-
"typescript": "^5.6.2",
54-
"unplugin-auto-import": "^0.18.3",
53+
"tailwindcss": "^3.4.15",
54+
"typescript": "^5.6.3",
55+
"unplugin-auto-import": "^0.18.4",
5556
"unplugin-vue-components": "^0.27.4",
5657
"unplugin-vue-markdown": "^0.26.2",
57-
"vite": "^5.4.7",
58+
"vite": "^5.4.11",
5859
"vite-plugin-pages": "^0.32.3",
5960
"vite-plugin-pwa": "^0.20.5",
6061
"vite-plugin-vue-layouts": "^0.11.0",
6162
"vite-ssg": "^0.23.8",
6263
"vite-ssg-sitemap": "^0.6.1",
63-
"vitest": "^2.1.1",
64-
"vue-tsc": "^2.1.6",
65-
"esbuild": "^0.23.1"
64+
"vitest": "^2.1.5",
65+
"vue-tsc": "^2.1.10"
6666
},
6767
"pnpm": {
6868
"peerDependencyRules": {

0 commit comments

Comments
 (0)