Skip to content

Commit a04f3c0

Browse files
committed
Update dependencies in package.json to latest versions
1 parent ca1971d commit a04f3c0

File tree

2 files changed

+978
-822
lines changed

2 files changed

+978
-822
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
"fetch-contributors": "esno scripts/fetch-contributors.ts"
1111
},
1212
"dependencies": {
13-
"@docsearch/js": "^3.8.0",
13+
"@docsearch/js": "^3.8.2",
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.6",
18+
"pinia": "^2.3.0",
1919
"prism-theme-vars": "^0.2.5",
2020
"vue": "^3.5.13",
2121
"vue-gtag": "^2.0.1",
22-
"vue-router": "^4.4.5"
22+
"vue-router": "^4.5.0"
2323
},
2424
"devDependencies": {
2525
"@tailwindcss/forms": "^0.5.9",
2626
"@tailwindcss/typography": "^0.5.15",
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.17.6",
30+
"@types/node": "^20.17.10",
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.2.0",
34+
"@vitejs/plugin-vue": "^5.2.1",
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.31.0",
40+
"eslint-plugin-vue": "^9.32.0",
4141
"esno": "^4.8.0",
4242
"fs-extra": "^11.2.0",
4343
"happy-dom": "^14.12.3",
@@ -47,17 +47,17 @@
4747
"markdown-it-prism": "^2.3.0",
4848
"ofetch": "^1.4.1",
4949
"postcss": "^8.4.49",
50-
"prettier": "^3.3.3",
50+
"prettier": "^3.4.2",
5151
"prettier-plugin-tailwindcss": "^0.5.14",
5252
"prismjs": "^1.29.0",
5353
"string": "^3.3.3",
54-
"tailwindcss": "^3.4.15",
55-
"typescript": "^5.6.3",
56-
"unplugin-auto-import": "^0.18.4",
57-
"unplugin-vue-components": "^0.27.4",
58-
"unplugin-vue-markdown": "^0.26.2",
54+
"tailwindcss": "^3.4.17",
55+
"typescript": "^5.7.2",
56+
"unplugin-auto-import": "^0.18.6",
57+
"unplugin-vue-components": "^0.27.5",
58+
"unplugin-vue-markdown": "^0.26.3",
5959
"vite": "^5.4.11",
60-
"vite-plugin-pages": "^0.32.3",
60+
"vite-plugin-pages": "^0.32.4",
6161
"vite-plugin-pwa": "^0.20.5",
6262
"vite-plugin-vue-layouts": "^0.11.0",
6363
"vite-ssg": "^0.23.8",

0 commit comments

Comments
 (0)