Skip to content

Commit 62bbfc1

Browse files
committed
chore: Update npm and dev dependencies to latest versions
1 parent 9cab0cd commit 62bbfc1

File tree

2 files changed

+1023
-804
lines changed

2 files changed

+1023
-804
lines changed

package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -11,57 +11,57 @@
1111
},
1212
"dependencies": {
1313
"@docsearch/js": "^3.6.1",
14-
"@headlessui/vue": "^1.7.22",
15-
"@vueuse/core": "^10.11.0",
14+
"@headlessui/vue": "^1.7.23",
15+
"@vueuse/core": "^10.11.1",
1616
"@vueuse/head": "^2.0.0",
17-
"pinia": "^2.2.0",
17+
"pinia": "^2.2.2",
1818
"prism-theme-vars": "^0.2.5",
19-
"vue": "^3.4.35",
20-
"vue-router": "^4.4.2"
19+
"vue": "^3.5.8",
20+
"vue-router": "^4.4.5"
2121
},
2222
"devDependencies": {
23-
"@tailwindcss/forms": "^0.5.7",
24-
"@tailwindcss/typography": "^0.5.13",
23+
"@tailwindcss/forms": "^0.5.9",
24+
"@tailwindcss/typography": "^0.5.15",
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.1.0",
28+
"@types/node": "^22.5.5",
2929
"@types/string": "0.0.34",
30-
"@typescript-eslint/eslint-plugin": "^8.0.0",
31-
"@typescript-eslint/parser": "^8.0.0",
32-
"@vitejs/plugin-vue": "^5.1.2",
30+
"@typescript-eslint/eslint-plugin": "^8.6.0",
31+
"@typescript-eslint/parser": "^8.6.0",
32+
"@vitejs/plugin-vue": "^5.1.4",
3333
"@vue/compiler-dom": "3.4.35",
3434
"@vue/test-utils": "^2.4.6",
3535
"autoprefixer": "^10.4.20",
36-
"eslint": "^9.8.0",
36+
"eslint": "^9.11.0",
3737
"eslint-config-prettier": "^9.1.0",
38-
"eslint-plugin-vue": "^9.27.0",
38+
"eslint-plugin-vue": "^9.28.0",
3939
"esno": "^4.7.0",
4040
"fs-extra": "^11.2.0",
4141
"happy-dom": "^14.12.3",
4242
"markdown-it": "^14.1.0",
43-
"markdown-it-anchor": "^9.0.1",
43+
"markdown-it-anchor": "^9.2.0",
4444
"markdown-it-link-attributes": "^4.0.1",
4545
"markdown-it-prism": "^2.3.0",
46-
"ofetch": "^1.3.4",
47-
"postcss": "^8.4.40",
46+
"ofetch": "^1.4.0",
47+
"postcss": "^8.4.47",
4848
"prettier": "^3.3.3",
49-
"prettier-plugin-tailwindcss": "^0.6.5",
49+
"prettier-plugin-tailwindcss": "^0.6.6",
5050
"prismjs": "^1.29.0",
5151
"string": "^3.3.3",
52-
"tailwindcss": "^3.4.7",
53-
"typescript": "^5.5.4",
54-
"unplugin-auto-import": "^0.18.2",
55-
"unplugin-vue-components": "^0.27.3",
52+
"tailwindcss": "^3.4.12",
53+
"typescript": "^5.6.2",
54+
"unplugin-auto-import": "^0.18.3",
55+
"unplugin-vue-components": "^0.27.4",
5656
"unplugin-vue-markdown": "^0.26.2",
57-
"vite": "^5.3.5",
57+
"vite": "^5.4.7",
5858
"vite-plugin-pages": "^0.32.3",
59-
"vite-plugin-pwa": "^0.20.1",
59+
"vite-plugin-pwa": "^0.20.5",
6060
"vite-plugin-vue-layouts": "^0.11.0",
6161
"vite-ssg": "^0.23.8",
6262
"vite-ssg-sitemap": "^0.6.1",
63-
"vitest": "^2.0.5",
64-
"vue-tsc": "^2.0.29"
63+
"vitest": "^2.1.1",
64+
"vue-tsc": "^2.1.6"
6565
},
6666
"pnpm": {
6767
"peerDependencyRules": {

0 commit comments

Comments
 (0)