Skip to content

Commit d00e45c

Browse files
committed
chore: Update dependencies for @vue/compiler-dom, vue-tsc, markdown-it, and unplugin-vue-markdown
1 parent 52e36da commit d00e45c

File tree

3 files changed

+1460
-1616
lines changed

3 files changed

+1460
-1616
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
},
1212
"dependencies": {
1313
"@docsearch/js": "^3.6.0",
14-
"@headlessui/vue": "^1.7.19",
15-
"@vueuse/core": "^10.9.0",
14+
"@headlessui/vue": "^1.7.22",
15+
"@vueuse/core": "^10.11.0",
1616
"@vueuse/head": "^2.0.0",
1717
"pinia": "^2.1.7",
18-
"prism-theme-vars": "^0.2.4",
19-
"vue": "^3.4.21",
20-
"vue-router": "^4.3.0"
18+
"prism-theme-vars": "^0.2.5",
19+
"vue": "^3.4.29",
20+
"vue-router": "^4.3.3"
2121
},
2222
"devDependencies": {
2323
"@tailwindcss/forms": "^0.5.7",
24-
"@tailwindcss/typography": "^0.5.12",
24+
"@tailwindcss/typography": "^0.5.13",
2525
"@types/fs-extra": "^11.0.4",
26-
"@types/markdown-it": "^14.0.1",
26+
"@types/markdown-it": "^14.1.1",
2727
"@types/markdown-it-link-attributes": "^3.0.5",
28-
"@types/node": "^20.12.7",
28+
"@types/node": "^20.14.2",
2929
"@types/string": "0.0.34",
3030
"@typescript-eslint/eslint-plugin": "^6.21.0",
3131
"@typescript-eslint/parser": "^6.21.0",
32-
"@vitejs/plugin-vue": "^5.0.4",
32+
"@vitejs/plugin-vue": "^5.0.5",
3333
"@vue/compiler-dom": "3.4.21",
34-
"@vue/test-utils": "^2.4.5",
34+
"@vue/test-utils": "^2.4.6",
3535
"autoprefixer": "^10.4.19",
3636
"eslint": "^8.57.0",
3737
"eslint-config-prettier": "^9.1.0",
38-
"eslint-plugin-vue": "^9.24.1",
38+
"eslint-plugin-vue": "^9.26.0",
3939
"esno": "^4.7.0",
4040
"fs-extra": "^11.2.0",
4141
"happy-dom": "^13.10.1",
@@ -45,23 +45,23 @@
4545
"markdown-it-prism": "^2.3.0",
4646
"ofetch": "^1.3.4",
4747
"postcss": "^8.4.38",
48-
"prettier": "^3.2.5",
49-
"prettier-plugin-tailwindcss": "^0.5.13",
48+
"prettier": "^3.3.2",
49+
"prettier-plugin-tailwindcss": "^0.5.14",
5050
"prismjs": "^1.29.0",
5151
"string": "^3.3.3",
52-
"tailwindcss": "^3.4.3",
52+
"tailwindcss": "^3.4.4",
5353
"typescript": "^5.4.5",
54-
"unplugin-auto-import": "^0.17.5",
54+
"unplugin-auto-import": "^0.17.6",
5555
"unplugin-vue-components": "^0.26.0",
56-
"unplugin-vue-markdown": "^0.26.1",
57-
"vite": "^5.2.8",
58-
"vite-plugin-pages": "^0.32.1",
56+
"unplugin-vue-markdown": "^0.26.2",
57+
"vite": "^5.3.1",
58+
"vite-plugin-pages": "^0.32.2",
5959
"vite-plugin-pwa": "^0.19.8",
6060
"vite-plugin-vue-layouts": "^0.11.0",
61-
"vite-ssg": "^0.23.6",
61+
"vite-ssg": "^0.23.7",
6262
"vite-ssg-sitemap": "^0.6.1",
63-
"vitest": "^1.5.0",
64-
"vue-tsc": "^2.0.13"
63+
"vitest": "^1.6.0",
64+
"vue-tsc": "^2.0.21"
6565
},
6666
"pnpm": {
6767
"peerDependencyRules": {

0 commit comments

Comments
 (0)