|
97 | 97 | "dependencies": { |
98 | 98 | "@docsearch/css": "^4.3.2", |
99 | 99 | "@docsearch/js": "^4.3.2", |
100 | | - "@iconify-json/simple-icons": "^1.2.59", |
101 | | - "@shikijs/core": "^3.15.0", |
102 | | - "@shikijs/transformers": "^3.15.0", |
103 | | - "@shikijs/types": "^3.15.0", |
| 100 | + "@iconify-json/simple-icons": "^1.2.61", |
| 101 | + "@shikijs/core": "^3.19.0", |
| 102 | + "@shikijs/transformers": "^3.19.0", |
| 103 | + "@shikijs/types": "^3.19.0", |
104 | 104 | "@types/markdown-it": "^14.1.2", |
105 | | - "@vitejs/plugin-vue": "^6.0.1", |
| 105 | + "@vitejs/plugin-vue": "^6.0.2", |
106 | 106 | "@vue/devtools-api": "^8.0.5", |
107 | | - "@vue/shared": "^3.5.24", |
108 | | - "@vueuse/core": "^14.0.0", |
109 | | - "@vueuse/integrations": "^14.0.0", |
| 107 | + "@vue/shared": "^3.5.25", |
| 108 | + "@vueuse/core": "^14.1.0", |
| 109 | + "@vueuse/integrations": "^14.1.0", |
110 | 110 | "focus-trap": "^7.6.6", |
111 | 111 | "mark.js": "8.11.1", |
112 | 112 | "minisearch": "^7.2.0", |
113 | | - "shiki": "^3.15.0", |
114 | | - "vite": "^7.2.2", |
115 | | - "vue": "^3.5.24" |
| 113 | + "shiki": "^3.19.0", |
| 114 | + "vite": "^8.0.0-0", |
| 115 | + "vue": "^3.5.25" |
116 | 116 | }, |
117 | 117 | "devDependencies": { |
118 | | - "@clack/prompts": "^1.0.0-alpha.6", |
119 | | - "@iconify/utils": "^3.0.2", |
| 118 | + "@clack/prompts": "^1.0.0-alpha.7", |
| 119 | + "@iconify/utils": "^3.1.0", |
120 | 120 | "@mdit-vue/plugin-component": "^3.0.2", |
121 | 121 | "@mdit-vue/plugin-frontmatter": "^3.0.2", |
122 | 122 | "@mdit-vue/plugin-headers": "^3.0.2", |
|
145 | 145 | "conventional-changelog": "^7.1.1", |
146 | 146 | "conventional-changelog-angular": "^8.1.0", |
147 | 147 | "cross-spawn": "^7.0.6", |
148 | | - "esbuild": "^0.25.12", |
149 | | - "execa": "^9.6.0", |
| 148 | + "esbuild": "^0.27.1", |
| 149 | + "execa": "^9.6.1", |
150 | 150 | "fs-extra": "^11.3.2", |
151 | 151 | "get-port": "^7.1.0", |
152 | 152 | "gray-matter": "^4.0.3", |
153 | | - "lint-staged": "^16.2.6", |
| 153 | + "lint-staged": "^16.2.7", |
154 | 154 | "lodash.template": "^4.5.0", |
155 | | - "lru-cache": "^11.2.2", |
| 155 | + "lru-cache": "^11.2.4", |
156 | 156 | "markdown-it": "^14.1.0", |
157 | 157 | "markdown-it-anchor": "^9.2.0", |
158 | 158 | "markdown-it-async": "^2.2.0", |
|
163 | 163 | "markdown-it-mathjax3": "^4.3.2", |
164 | 164 | "minimist": "^1.2.8", |
165 | 165 | "nanoid": "^5.1.6", |
166 | | - "obug": "^2.0.0", |
| 166 | + "obug": "^2.1.1", |
167 | 167 | "ora": "^9.0.0", |
168 | | - "oxc-minify": "^0.98.0", |
169 | 168 | "p-map": "^7.0.4", |
170 | 169 | "package-directory": "^8.1.0", |
171 | 170 | "path-to-regexp": "^6.3.0", |
172 | 171 | "picocolors": "^1.1.1", |
173 | 172 | "picomatch": "^4.0.3", |
174 | | - "playwright-chromium": "^1.56.1", |
| 173 | + "playwright-chromium": "^1.57.0", |
175 | 174 | "polka": "^1.0.0-next.28", |
176 | 175 | "postcss": "^8.5.6", |
177 | | - "postcss-selector-parser": "^7.1.0", |
178 | | - "prettier": "^3.6.2", |
| 176 | + "postcss-selector-parser": "^7.1.1", |
| 177 | + "prettier": "^3.7.4", |
179 | 178 | "prompts": "^2.4.2", |
180 | 179 | "punycode": "^2.3.1", |
181 | | - "rimraf": "^6.1.0", |
182 | | - "rollup": "^4.53.2", |
| 180 | + "rimraf": "^6.1.2", |
| 181 | + "rollup": "^4.53.3", |
183 | 182 | "rollup-plugin-dts": "6.1.1", |
184 | 183 | "rollup-plugin-esbuild": "^6.2.1", |
185 | 184 | "semver": "^7.7.3", |
|
189 | 188 | "tinyglobby": "^0.2.15", |
190 | 189 | "typescript": "^5.9.3", |
191 | 190 | "vitest": "4.0.0-beta.4", |
192 | | - "vue-tsc": "^3.1.4", |
| 191 | + "vue-tsc": "^3.1.5", |
193 | 192 | "wait-on": "^9.0.3" |
194 | 193 | }, |
195 | 194 | "peerDependencies": { |
196 | 195 | "markdown-it-mathjax3": "^4", |
197 | | - "oxc-minify": "*", |
198 | 196 | "postcss": "^8" |
199 | 197 | }, |
200 | 198 | "peerDependenciesMeta": { |
|
203 | 201 | }, |
204 | 202 | "postcss": { |
205 | 203 | "optional": true |
206 | | - }, |
207 | | - "oxc-minify": { |
208 | | - "optional": true |
209 | 204 | } |
210 | 205 | }, |
211 | | - "packageManager": "pnpm@10.22.0" |
| 206 | + "packageManager": "pnpm@10.24.0" |
212 | 207 | } |
0 commit comments