|
97 | 97 | "dependencies": { |
98 | 98 | "@docsearch/css": "^4.0.0-beta.5", |
99 | 99 | "@docsearch/js": "^4.0.0-beta.5", |
100 | | - "@iconify-json/simple-icons": "^1.2.44", |
101 | | - "@shikijs/core": "^3.8.1", |
102 | | - "@shikijs/transformers": "^3.8.1", |
103 | | - "@shikijs/types": "^3.8.1", |
104 | | - "@vitejs/plugin-vue": "^6.0.0", |
105 | | - "@vue/devtools-api": "^7.7.7", |
| 100 | + "@iconify-json/simple-icons": "^1.2.46", |
| 101 | + "@shikijs/core": "^3.9.2", |
| 102 | + "@shikijs/transformers": "^3.9.2", |
| 103 | + "@shikijs/types": "^3.9.2", |
| 104 | + "@vitejs/plugin-vue": "^6.0.1", |
| 105 | + "@vue/devtools-api": "^8.0.0", |
106 | 106 | "@vue/shared": "^3.5.18", |
107 | | - "@vueuse/core": "^13.5.0", |
108 | | - "@vueuse/integrations": "^13.5.0", |
| 107 | + "@vueuse/core": "^13.6.0", |
| 108 | + "@vueuse/integrations": "^13.6.0", |
109 | 109 | "focus-trap": "^7.6.5", |
110 | 110 | "mark.js": "8.11.1", |
111 | 111 | "minisearch": "^7.1.2", |
112 | | - "shiki": "^3.8.1", |
113 | | - "vite": "^7.0.6", |
| 112 | + "shiki": "^3.9.2", |
| 113 | + "vite": "^7.1.1", |
114 | 114 | "vue": "^3.5.18" |
115 | 115 | }, |
116 | 116 | "devDependencies": { |
117 | 117 | "@clack/prompts": "^1.0.0-alpha.1", |
118 | | - "@iconify/utils": "^2.3.0", |
| 118 | + "@iconify/utils": "^3.0.0", |
119 | 119 | "@mdit-vue/plugin-component": "^2.1.4", |
120 | 120 | "@mdit-vue/plugin-frontmatter": "^2.1.4", |
121 | 121 | "@mdit-vue/plugin-headers": "^2.1.4", |
|
139 | 139 | "@types/markdown-it-container": "^2.0.10", |
140 | 140 | "@types/markdown-it-emoji": "^3.0.1", |
141 | 141 | "@types/minimist": "^1.2.5", |
142 | | - "@types/node": "^24.1.0", |
143 | | - "@types/picomatch": "^4.0.1", |
| 142 | + "@types/node": "^24.2.1", |
| 143 | + "@types/picomatch": "^4.0.2", |
144 | 144 | "@types/postcss-prefix-selector": "^1.16.3", |
145 | 145 | "@types/prompts": "^2.4.9", |
146 | 146 | "chokidar": "^4.0.3", |
|
149 | 149 | "debug": "^4.4.1", |
150 | 150 | "esbuild": "^0.25.8", |
151 | 151 | "execa": "^9.6.0", |
152 | | - "fs-extra": "^11.3.0", |
| 152 | + "fs-extra": "^11.3.1", |
153 | 153 | "get-port": "^7.1.0", |
154 | 154 | "gray-matter": "^4.0.3", |
155 | | - "lint-staged": "^16.1.2", |
| 155 | + "lint-staged": "^16.1.5", |
156 | 156 | "lodash.template": "^4.5.0", |
157 | 157 | "lru-cache": "^11.1.0", |
158 | 158 | "markdown-it": "^14.1.0", |
|
165 | 165 | "minimist": "^1.2.8", |
166 | 166 | "nanoid": "^5.1.5", |
167 | 167 | "ora": "^8.2.0", |
168 | | - "oxc-minify": "^0.78.0", |
| 168 | + "oxc-minify": "^0.81.0", |
169 | 169 | "p-map": "^7.0.3", |
170 | 170 | "package-directory": "^8.1.0", |
171 | 171 | "path-to-regexp": "^6.3.0", |
172 | 172 | "picocolors": "^1.1.1", |
173 | 173 | "picomatch": "^4.0.3", |
174 | | - "playwright-chromium": "^1.54.1", |
| 174 | + "playwright-chromium": "^1.54.2", |
175 | 175 | "polka": "^1.0.0-next.28", |
176 | 176 | "postcss": "^8.5.6", |
177 | 177 | "postcss-prefix-selector": "^2.1.1", |
178 | 178 | "prettier": "^3.6.2", |
179 | 179 | "prompts": "^2.4.2", |
180 | 180 | "punycode": "^2.3.1", |
181 | 181 | "rimraf": "^6.0.1", |
182 | | - "rollup": "^4.45.1", |
| 182 | + "rollup": "^4.46.2", |
183 | 183 | "rollup-plugin-dts": "6.1.1", |
184 | 184 | "rollup-plugin-esbuild": "^6.2.1", |
185 | 185 | "semver": "^7.7.2", |
186 | | - "simple-git-hooks": "^2.13.0", |
| 186 | + "simple-git-hooks": "^2.13.1", |
187 | 187 | "sirv": "^3.0.1", |
188 | 188 | "sitemap": "^8.0.0", |
189 | 189 | "tinyglobby": "^0.2.14", |
190 | | - "typescript": "^5.8.3", |
191 | | - "vitest": "^4.0.0-beta.4", |
192 | | - "vue-tsc": "^3.0.4", |
| 190 | + "typescript": "^5.9.2", |
| 191 | + "vitest": "4.0.0-beta.4", |
| 192 | + "vue-tsc": "^3.0.5", |
193 | 193 | "wait-on": "^8.0.4" |
194 | 194 | }, |
195 | 195 | "peerDependencies": { |
196 | 196 | "markdown-it-mathjax3": "^4", |
197 | | - "oxc-minify": "^0.78.0", |
| 197 | + "oxc-minify": "^0.81.0", |
198 | 198 | "postcss": "^8" |
199 | 199 | }, |
200 | 200 | "peerDependenciesMeta": { |
|
208 | 208 | "optional": true |
209 | 209 | } |
210 | 210 | }, |
211 | | - "packageManager": "pnpm@10.13.1" |
| 211 | + "packageManager": "pnpm@10.14.0" |
212 | 212 | } |
0 commit comments