|
95 | 95 | "*": "prettier --experimental-cli --ignore-unknown --write"
|
96 | 96 | },
|
97 | 97 | "dependencies": {
|
98 |
| - "@docsearch/css": "^4.0.0-beta.7", |
99 |
| - "@docsearch/js": "^4.0.0-beta.7", |
100 |
| - "@iconify-json/simple-icons": "^1.2.47", |
101 |
| - "@shikijs/core": "^3.9.2", |
102 |
| - "@shikijs/transformers": "^3.9.2", |
103 |
| - "@shikijs/types": "^3.9.2", |
| 98 | + "@docsearch/css": "^4.0.0-beta.8", |
| 99 | + "@docsearch/js": "^4.0.0-beta.8", |
| 100 | + "@iconify-json/simple-icons": "^1.2.49", |
| 101 | + "@shikijs/core": "^3.12.0", |
| 102 | + "@shikijs/transformers": "^3.12.0", |
| 103 | + "@shikijs/types": "^3.12.0", |
104 | 104 | "@types/markdown-it": "^14.1.2",
|
105 | 105 | "@vitejs/plugin-vue": "^6.0.1",
|
106 |
| - "@vue/devtools-api": "^8.0.0", |
107 |
| - "@vue/shared": "^3.5.18", |
108 |
| - "@vueuse/core": "^13.6.0", |
109 |
| - "@vueuse/integrations": "^13.6.0", |
| 106 | + "@vue/devtools-api": "^8.0.1", |
| 107 | + "@vue/shared": "^3.5.20", |
| 108 | + "@vueuse/core": "^13.8.0", |
| 109 | + "@vueuse/integrations": "^13.8.0", |
110 | 110 | "focus-trap": "^7.6.5",
|
111 | 111 | "mark.js": "8.11.1",
|
112 | 112 | "minisearch": "^7.1.2",
|
113 |
| - "shiki": "^3.9.2", |
114 |
| - "vite": "^7.1.2", |
115 |
| - "vue": "^3.5.18" |
| 113 | + "shiki": "^3.12.0", |
| 114 | + "vite": "^7.1.3", |
| 115 | + "vue": "^3.5.20" |
116 | 116 | },
|
117 | 117 | "devDependencies": {
|
118 |
| - "@clack/prompts": "^1.0.0-alpha.3", |
| 118 | + "@clack/prompts": "^1.0.0-alpha.4", |
119 | 119 | "@iconify/utils": "^3.0.1",
|
120 | 120 | "@mdit-vue/plugin-component": "^3.0.2",
|
121 | 121 | "@mdit-vue/plugin-frontmatter": "^3.0.2",
|
|
165 | 165 | "minimist": "^1.2.8",
|
166 | 166 | "nanoid": "^5.1.5",
|
167 | 167 | "ora": "^8.2.0",
|
168 |
| - "oxc-minify": "^0.82.1", |
| 168 | + "oxc-minify": "^0.82.3", |
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.2", |
| 174 | + "playwright-chromium": "^1.55.0", |
175 | 175 | "polka": "^1.0.0-next.28",
|
176 | 176 | "postcss": "^8.5.6",
|
177 | 177 | "postcss-selector-parser": "^7.1.0",
|
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.46.2", |
| 182 | + "rollup": "^4.49.0", |
183 | 183 | "rollup-plugin-dts": "6.1.1",
|
184 | 184 | "rollup-plugin-esbuild": "^6.2.1",
|
185 | 185 | "semver": "^7.7.2",
|
|
189 | 189 | "tinyglobby": "^0.2.14",
|
190 | 190 | "typescript": "^5.9.2",
|
191 | 191 | "vitest": "4.0.0-beta.4",
|
192 |
| - "vue-tsc": "^3.0.5", |
| 192 | + "vue-tsc": "^3.0.6", |
193 | 193 | "wait-on": "^8.0.4"
|
194 | 194 | },
|
195 | 195 | "peerDependencies": {
|
196 | 196 | "markdown-it-mathjax3": "^4",
|
197 |
| - "oxc-minify": "^0.82.1", |
| 197 | + "oxc-minify": "^0.82.3", |
198 | 198 | "postcss": "^8"
|
199 | 199 | },
|
200 | 200 | "peerDependenciesMeta": {
|
|
0 commit comments