|
10 | 10 | "fetch-contributors": "esno scripts/fetch-contributors.ts"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@docsearch/js": "^3.6.1", |
| 13 | + "@docsearch/js": "^3.8.0", |
14 | 14 | "@headlessui/vue": "^1.7.23",
|
15 | 15 | "@vueuse/core": "^10.11.1",
|
16 | 16 | "@vueuse/head": "^2.0.0",
|
17 |
| - "pinia": "^2.2.2", |
| 17 | + "pinia": "^2.2.6", |
18 | 18 | "prism-theme-vars": "^0.2.5",
|
19 |
| - "vue": "^3.5.8", |
| 19 | + "vue": "^3.5.13", |
20 | 20 | "vue-router": "^4.4.5"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
|
25 | 25 | "@types/fs-extra": "^11.0.4",
|
26 | 26 | "@types/markdown-it": "^14.1.2",
|
27 | 27 | "@types/markdown-it-link-attributes": "^3.0.5",
|
28 |
| - "@types/node": "^22.5.5", |
| 28 | + "@types/node": "^22.9.0", |
29 | 29 | "@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", |
33 | 33 | "@vue/compiler-dom": "3.4.35",
|
34 | 34 | "@vue/test-utils": "^2.4.6",
|
35 | 35 | "autoprefixer": "^10.4.20",
|
36 |
| - "eslint": "^9.11.0", |
| 36 | + "esbuild": "^0.23.1", |
| 37 | + "eslint": "^9.15.0", |
37 | 38 | "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", |
40 | 41 | "fs-extra": "^11.2.0",
|
41 | 42 | "happy-dom": "^14.12.3",
|
42 | 43 | "markdown-it": "^14.1.0",
|
43 | 44 | "markdown-it-anchor": "^9.2.0",
|
44 | 45 | "markdown-it-link-attributes": "^4.0.1",
|
45 | 46 | "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", |
48 | 49 | "prettier": "^3.3.3",
|
49 |
| - "prettier-plugin-tailwindcss": "^0.6.6", |
| 50 | + "prettier-plugin-tailwindcss": "^0.6.8", |
50 | 51 | "prismjs": "^1.29.0",
|
51 | 52 | "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", |
55 | 56 | "unplugin-vue-components": "^0.27.4",
|
56 | 57 | "unplugin-vue-markdown": "^0.26.2",
|
57 |
| - "vite": "^5.4.7", |
| 58 | + "vite": "^5.4.11", |
58 | 59 | "vite-plugin-pages": "^0.32.3",
|
59 | 60 | "vite-plugin-pwa": "^0.20.5",
|
60 | 61 | "vite-plugin-vue-layouts": "^0.11.0",
|
61 | 62 | "vite-ssg": "^0.23.8",
|
62 | 63 | "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" |
66 | 66 | },
|
67 | 67 | "pnpm": {
|
68 | 68 | "peerDependencyRules": {
|
|
0 commit comments