|
33 | 33 | "./theme-without-fonts": {
|
34 | 34 | "types": "./theme-without-fonts.d.ts",
|
35 | 35 | "default": "./dist/client/theme-default/without-fonts.js"
|
36 |
| - }, |
37 |
| - "./vue-demi": { |
38 |
| - "default": "./lib/vue-demi.mjs" |
39 | 36 | }
|
40 | 37 | },
|
41 | 38 | "main": "dist/node/index.js",
|
|
100 | 97 | "dependencies": {
|
101 | 98 | "@docsearch/css": "^3.8.2",
|
102 | 99 | "@docsearch/js": "^3.8.2",
|
103 |
| - "@iconify-json/simple-icons": "^1.2.18", |
104 |
| - "@shikijs/core": "^1.26.1", |
105 |
| - "@shikijs/transformers": "^1.26.1", |
106 |
| - "@shikijs/types": "^1.26.1", |
| 100 | + "@iconify-json/simple-icons": "^1.2.20", |
| 101 | + "@shikijs/core": "^1.27.2", |
| 102 | + "@shikijs/transformers": "^1.27.2", |
| 103 | + "@shikijs/types": "^1.27.2", |
107 | 104 | "@types/markdown-it": "^14.1.2",
|
108 | 105 | "@vitejs/plugin-vue": "^5.2.1",
|
109 |
| - "@vue/devtools-api": "^7.6.8", |
| 106 | + "@vue/devtools-api": "^7.7.0", |
110 | 107 | "@vue/shared": "^3.5.13",
|
111 |
| - "@vueuse/core": "^12.3.0", |
112 |
| - "@vueuse/integrations": "^12.3.0", |
113 |
| - "focus-trap": "^7.6.2", |
| 108 | + "@vueuse/core": "^12.4.0", |
| 109 | + "@vueuse/integrations": "^12.4.0", |
| 110 | + "focus-trap": "^7.6.4", |
114 | 111 | "mark.js": "8.11.1",
|
115 | 112 | "minisearch": "^7.1.1",
|
116 |
| - "shiki": "^1.26.1", |
| 113 | + "shiki": "^1.27.2", |
117 | 114 | "vite": "^5.4.11",
|
118 | 115 | "vue": "^3.5.13"
|
119 | 116 | },
|
120 | 117 | "devDependencies": {
|
121 |
| - "@clack/prompts": "^0.9.0", |
| 118 | + "@clack/prompts": "^0.9.1", |
122 | 119 | "@iconify/utils": "^2.2.1",
|
123 | 120 | "@mdit-vue/plugin-component": "^2.1.3",
|
124 | 121 | "@mdit-vue/plugin-frontmatter": "^2.1.3",
|
|
143 | 140 | "@types/markdown-it-emoji": "^3.0.1",
|
144 | 141 | "@types/micromatch": "^4.0.9",
|
145 | 142 | "@types/minimist": "^1.2.5",
|
146 |
| - "@types/node": "^22.10.5", |
| 143 | + "@types/node": "^22.10.7", |
147 | 144 | "@types/postcss-prefix-selector": "^1.16.3",
|
148 | 145 | "@types/prompts": "^2.4.9",
|
149 | 146 | "chokidar": "^4.0.3",
|
|
152 | 149 | "debug": "^4.4.0",
|
153 | 150 | "esbuild": "^0.24.2",
|
154 | 151 | "execa": "^9.5.2",
|
155 |
| - "fs-extra": "^11.2.0", |
| 152 | + "fs-extra": "^11.3.0", |
156 | 153 | "get-port": "^7.1.0",
|
157 | 154 | "gray-matter": "^4.0.3",
|
158 |
| - "lint-staged": "^15.3.0", |
| 155 | + "lint-staged": "^15.4.0", |
159 | 156 | "lodash.template": "^4.5.0",
|
160 | 157 | "lru-cache": "^11.0.2",
|
161 | 158 | "markdown-it": "^14.1.0",
|
|
179 | 176 | "prompts": "^2.4.2",
|
180 | 177 | "punycode": "^2.3.1",
|
181 | 178 | "rimraf": "^6.0.1",
|
182 |
| - "rollup": "^4.30.0", |
| 179 | + "rollup": "^4.30.1", |
183 | 180 | "rollup-plugin-dts": "^6.1.1",
|
184 | 181 | "rollup-plugin-esbuild": "^6.1.1",
|
185 | 182 | "semver": "^7.6.3",
|
|
188 | 185 | "sitemap": "^8.0.0",
|
189 | 186 | "synckit": "^0.9.2",
|
190 | 187 | "tinyglobby": "^0.2.10",
|
191 |
| - "typescript": "^5.7.2", |
192 |
| - "vitest": "^2.1.8", |
| 188 | + "typescript": "^5.7.3", |
| 189 | + "vitest": "^3.0.0", |
193 | 190 | "vue-tsc": "^2.2.0",
|
194 |
| - "wait-on": "^8.0.1" |
| 191 | + "wait-on": "^8.0.2" |
195 | 192 | },
|
196 | 193 | "peerDependencies": {
|
197 | 194 | "markdown-it-mathjax3": "^4",
|
|
205 | 202 | "optional": true
|
206 | 203 | }
|
207 | 204 | },
|
208 |
| - "packageManager": "[email protected].3", |
| 205 | + "packageManager": "[email protected].4", |
209 | 206 | "pnpm": {
|
210 | 207 | "peerDependencyRules": {
|
211 | 208 | "ignoreMissing": [
|
|
0 commit comments