|
104 | 104 | "dependencies": {
|
105 | 105 | "@docsearch/css": "^3.6.0",
|
106 | 106 | "@docsearch/js": "^3.6.0",
|
107 |
| - "@shikijs/core": "^1.3.0", |
108 |
| - "@shikijs/transformers": "^1.3.0", |
109 |
| - "@types/markdown-it": "^14.0.1", |
| 107 | + "@shikijs/core": "^1.4.0", |
| 108 | + "@shikijs/transformers": "^1.4.0", |
| 109 | + "@types/markdown-it": "^14.1.1", |
110 | 110 | "@vitejs/plugin-vue": "^5.0.4",
|
111 | 111 | "@vue/devtools-api": "^7.0.27",
|
| 112 | + "@vue/shared": "^3.4.26", |
112 | 113 | "@vueuse/core": "^10.9.0",
|
113 | 114 | "@vueuse/integrations": "^10.9.0",
|
114 | 115 | "focus-trap": "^7.5.4",
|
115 | 116 | "mark.js": "8.11.1",
|
116 | 117 | "minisearch": "^6.3.0",
|
117 |
| - "shiki": "^1.3.0", |
118 |
| - "vite": "^5.2.10", |
119 |
| - "vue": "^3.4.25" |
| 118 | + "shiki": "^1.4.0", |
| 119 | + "vite": "^5.2.11", |
| 120 | + "vue": "^3.4.26" |
120 | 121 | },
|
121 | 122 | "devDependencies": {
|
122 | 123 | "@clack/prompts": "^0.7.0",
|
|
141 | 142 | "@types/mark.js": "^8.11.12",
|
142 | 143 | "@types/markdown-it-attrs": "^4.1.3",
|
143 | 144 | "@types/markdown-it-container": "^2.0.10",
|
144 |
| - "@types/markdown-it-emoji": "^2.0.5", |
| 145 | + "@types/markdown-it-emoji": "^3.0.1", |
145 | 146 | "@types/micromatch": "^4.0.7",
|
146 | 147 | "@types/minimist": "^1.2.5",
|
147 |
| - "@types/node": "^20.12.7", |
| 148 | + "@types/node": "^20.12.8", |
148 | 149 | "@types/postcss-prefix-selector": "^1.16.3",
|
149 | 150 | "@types/prompts": "^2.4.9",
|
150 |
| - "@vue/shared": "^3.4.25", |
151 | 151 | "chokidar": "^3.6.0",
|
152 | 152 | "conventional-changelog-cli": "^4.1.0",
|
153 | 153 | "cross-spawn": "^7.0.3",
|
|
161 | 161 | "gray-matter": "^4.0.3",
|
162 | 162 | "lint-staged": "^15.2.2",
|
163 | 163 | "lodash.template": "^4.5.0",
|
164 |
| - "lru-cache": "^10.2.1", |
| 164 | + "lru-cache": "^10.2.2", |
165 | 165 | "markdown-it": "^14.1.0",
|
166 | 166 | "markdown-it-anchor": "^8.6.7",
|
167 | 167 | "markdown-it-attrs": "^4.1.6",
|
|
184 | 184 | "prompts": "^2.4.2",
|
185 | 185 | "punycode": "^2.3.1",
|
186 | 186 | "rimraf": "^5.0.5",
|
187 |
| - "rollup": "^4.17.0", |
| 187 | + "rollup": "^4.17.2", |
188 | 188 | "rollup-plugin-dts": "^6.1.0",
|
189 | 189 | "rollup-plugin-esbuild": "^6.1.1",
|
190 | 190 | "semver": "^7.6.0",
|
|
194 | 194 | "sort-package-json": "^2.10.0",
|
195 | 195 | "supports-color": "^9.4.0",
|
196 | 196 | "typescript": "^5.4.5",
|
197 |
| - "vitest": "^1.5.2", |
198 |
| - "vue-tsc": "^2.0.14", |
| 197 | + "vitest": "^1.5.3", |
| 198 | + "vue-tsc": "2.0.14", |
199 | 199 | "wait-on": "^7.2.0"
|
200 | 200 | },
|
201 | 201 | "peerDependencies": {
|
|
223 | 223 | "ora>string-width": "^5"
|
224 | 224 | },
|
225 | 225 | "patchedDependencies": {
|
226 |
| - "@types/markdown-it@14.0.1": "patches/@types__markdown-it@14.0.1.patch", |
227 |
| - |
| 226 | + "markdown-it[email protected]": "patches/markdown-it[email protected].patch", |
| 227 | + |
228 | 228 | }
|
229 | 229 | }
|
230 | 230 | }
|
0 commit comments