|
10 | 10 | "fetch-contributors": "esno scripts/fetch-contributors.ts"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@docsearch/js": "^3.6.0", |
| 13 | + "@docsearch/js": "^3.6.1", |
14 | 14 | "@headlessui/vue": "^1.7.22",
|
15 | 15 | "@vueuse/core": "^10.11.0",
|
16 | 16 | "@vueuse/head": "^2.0.0",
|
17 |
| - "pinia": "^2.1.7", |
| 17 | + "pinia": "^2.2.0", |
18 | 18 | "prism-theme-vars": "^0.2.5",
|
19 |
| - "vue": "^3.4.31", |
20 |
| - "vue-router": "^4.4.0" |
| 19 | + "vue": "^3.4.35", |
| 20 | + "vue-router": "^4.4.2" |
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 | 23 | "@tailwindcss/forms": "^0.5.7",
|
24 | 24 | "@tailwindcss/typography": "^0.5.13",
|
25 | 25 | "@types/fs-extra": "^11.0.4",
|
26 |
| - "@types/markdown-it": "^14.1.1", |
| 26 | + "@types/markdown-it": "^14.1.2", |
27 | 27 | "@types/markdown-it-link-attributes": "^3.0.5",
|
28 |
| - "@types/node": "^20.14.10", |
| 28 | + "@types/node": "^22.1.0", |
29 | 29 | "@types/string": "0.0.34",
|
30 |
| - "@typescript-eslint/eslint-plugin": "^7.16.0", |
31 |
| - "@typescript-eslint/parser": "^7.16.0", |
32 |
| - "@vitejs/plugin-vue": "^5.0.5", |
33 |
| - "@vue/compiler-dom": "3.4.29", |
| 30 | + "@typescript-eslint/eslint-plugin": "^8.0.0", |
| 31 | + "@typescript-eslint/parser": "^8.0.0", |
| 32 | + "@vitejs/plugin-vue": "^5.1.2", |
| 33 | + "@vue/compiler-dom": "3.4.35", |
34 | 34 | "@vue/test-utils": "^2.4.6",
|
35 |
| - "autoprefixer": "^10.4.19", |
36 |
| - "eslint": "^8.57.0", |
| 35 | + "autoprefixer": "^10.4.20", |
| 36 | + "eslint": "^9.8.0", |
37 | 37 | "eslint-config-prettier": "^9.1.0",
|
38 | 38 | "eslint-plugin-vue": "^9.27.0",
|
39 | 39 | "esno": "^4.7.0",
|
40 | 40 | "fs-extra": "^11.2.0",
|
41 | 41 | "happy-dom": "^14.12.3",
|
42 | 42 | "markdown-it": "^14.1.0",
|
43 |
| - "markdown-it-anchor": "^8.6.7", |
| 43 | + "markdown-it-anchor": "^9.0.1", |
44 | 44 | "markdown-it-link-attributes": "^4.0.1",
|
45 | 45 | "markdown-it-prism": "^2.3.0",
|
46 | 46 | "ofetch": "^1.3.4",
|
47 |
| - "postcss": "^8.4.39", |
48 |
| - "prettier": "^3.3.2", |
| 47 | + "postcss": "^8.4.40", |
| 48 | + "prettier": "^3.3.3", |
49 | 49 | "prettier-plugin-tailwindcss": "^0.6.5",
|
50 | 50 | "prismjs": "^1.29.0",
|
51 | 51 | "string": "^3.3.3",
|
52 |
| - "tailwindcss": "^3.4.4", |
53 |
| - "typescript": "^5.5.3", |
54 |
| - "unplugin-auto-import": "^0.17.8", |
55 |
| - "unplugin-vue-components": "^0.27.2", |
| 52 | + "tailwindcss": "^3.4.7", |
| 53 | + "typescript": "^5.5.4", |
| 54 | + "unplugin-auto-import": "^0.18.2", |
| 55 | + "unplugin-vue-components": "^0.27.3", |
56 | 56 | "unplugin-vue-markdown": "^0.26.2",
|
57 |
| - "vite": "^5.3.3", |
| 57 | + "vite": "^5.3.5", |
58 | 58 | "vite-plugin-pages": "^0.32.3",
|
59 |
| - "vite-plugin-pwa": "^0.19.8", |
| 59 | + "vite-plugin-pwa": "^0.20.1", |
60 | 60 | "vite-plugin-vue-layouts": "^0.11.0",
|
61 | 61 | "vite-ssg": "^0.23.8",
|
62 | 62 | "vite-ssg-sitemap": "^0.6.1",
|
63 |
| - "vitest": "^1.6.0", |
64 |
| - "vue-tsc": "^2.0.26" |
| 63 | + "vitest": "^2.0.5", |
| 64 | + "vue-tsc": "^2.0.29" |
65 | 65 | },
|
66 | 66 | "pnpm": {
|
67 | 67 | "peerDependencyRules": {
|
|
0 commit comments