|
100 | 100 | "dependencies": {
|
101 | 101 | "@docsearch/css": "^3.6.2",
|
102 | 102 | "@docsearch/js": "^3.6.2",
|
103 |
| - "@shikijs/core": "^1.15.2", |
104 |
| - "@shikijs/transformers": "^1.15.2", |
| 103 | + "@shikijs/core": "^1.22.0", |
| 104 | + "@shikijs/transformers": "^1.22.0", |
| 105 | + "@shikijs/types": "^1.22.0", |
105 | 106 | "@types/markdown-it": "^14.1.2",
|
106 |
| - "@vitejs/plugin-vue": "^5.1.3", |
107 |
| - "@vue/devtools-api": "^7.3.9", |
108 |
| - "@vue/shared": "^3.4.38", |
109 |
| - "@vueuse/core": "^11.0.3", |
110 |
| - "@vueuse/integrations": "^11.0.3", |
111 |
| - "focus-trap": "^7.5.4", |
| 107 | + "@vitejs/plugin-vue": "^5.1.4", |
| 108 | + "@vue/devtools-api": "^7.4.6", |
| 109 | + "@vue/shared": "^3.5.11", |
| 110 | + "@vueuse/core": "^11.1.0", |
| 111 | + "@vueuse/integrations": "^11.1.0", |
| 112 | + "focus-trap": "^7.6.0", |
112 | 113 | "mark.js": "8.11.1",
|
113 | 114 | "minisearch": "^7.1.0",
|
114 |
| - "shiki": "^1.15.2", |
115 |
| - "vite": "^5.4.2", |
116 |
| - "vue": "^3.4.38" |
| 115 | + "shiki": "^1.22.0", |
| 116 | + "vite": "^5.4.8", |
| 117 | + "vue": "^3.5.11" |
117 | 118 | },
|
118 | 119 | "devDependencies": {
|
119 | 120 | "@clack/prompts": "^0.7.0",
|
|
124 | 125 | "@mdit-vue/plugin-title": "^2.1.3",
|
125 | 126 | "@mdit-vue/plugin-toc": "^2.1.3",
|
126 | 127 | "@mdit-vue/shared": "^2.1.3",
|
127 |
| - "@polka/compression": "^1.0.0-next.26", |
128 |
| - "@rollup/plugin-alias": "^5.1.0", |
129 |
| - "@rollup/plugin-commonjs": "^26.0.1", |
| 128 | + "@polka/compression": "^1.0.0-next.28", |
| 129 | + "@rollup/plugin-alias": "^5.1.1", |
| 130 | + "@rollup/plugin-commonjs": "^28.0.0", |
130 | 131 | "@rollup/plugin-json": "^6.1.0",
|
131 |
| - "@rollup/plugin-node-resolve": "^15.2.3", |
132 |
| - "@rollup/plugin-replace": "^5.0.7", |
| 132 | + "@rollup/plugin-node-resolve": "^15.3.0", |
| 133 | + "@rollup/plugin-replace": "^6.0.1", |
133 | 134 | "@types/cross-spawn": "^6.0.6",
|
134 | 135 | "@types/debug": "^4.1.12",
|
135 | 136 | "@types/fs-extra": "^11.0.4",
|
|
140 | 141 | "@types/markdown-it-emoji": "^3.0.1",
|
141 | 142 | "@types/micromatch": "^4.0.9",
|
142 | 143 | "@types/minimist": "^1.2.5",
|
143 |
| - "@types/node": "^22.5.1", |
| 144 | + "@types/node": "^22.7.4", |
144 | 145 | "@types/postcss-prefix-selector": "^1.16.3",
|
145 | 146 | "@types/prompts": "^2.4.9",
|
146 | 147 | "chokidar": "^3.6.0",
|
147 | 148 | "conventional-changelog-cli": "^5.0.0",
|
148 | 149 | "cross-spawn": "^7.0.3",
|
149 |
| - "debug": "^4.3.6", |
150 |
| - "esbuild": "^0.23.1", |
151 |
| - "execa": "^9.3.1", |
| 150 | + "debug": "^4.3.7", |
| 151 | + "esbuild": "^0.24.0", |
| 152 | + "execa": "^9.4.0", |
152 | 153 | "fs-extra": "^11.2.0",
|
153 | 154 | "get-port": "^7.1.0",
|
154 | 155 | "gray-matter": "^4.0.3",
|
155 |
| - "lint-staged": "^15.2.9", |
| 156 | + "lint-staged": "^15.2.10", |
156 | 157 | "lodash.template": "^4.5.0",
|
157 |
| - "lru-cache": "^11.0.0", |
| 158 | + "lru-cache": "^11.0.1", |
158 | 159 | "markdown-it": "^14.1.0",
|
159 |
| - "markdown-it-anchor": "^9.1.0", |
| 160 | + "markdown-it-anchor": "^9.2.0", |
160 | 161 | "markdown-it-attrs": "^4.2.0",
|
161 | 162 | "markdown-it-container": "^4.0.0",
|
162 | 163 | "markdown-it-emoji": "^3.0.0",
|
|
166 | 167 | "nanoid": "^5.0.7",
|
167 | 168 | "ora": "^8.1.0",
|
168 | 169 | "p-map": "^7.0.2",
|
169 |
| - "path-to-regexp": "^6.2.2", |
170 |
| - "picocolors": "^1.0.1", |
| 170 | + "path-to-regexp": "^6.3.0", |
| 171 | + "picocolors": "^1.1.0", |
171 | 172 | "pkg-dir": "^8.0.0",
|
172 |
| - "playwright-chromium": "^1.46.1", |
173 |
| - "polka": "^1.0.0-next.25", |
174 |
| - "postcss-prefix-selector": "^1.16.1", |
| 173 | + "playwright-chromium": "^1.47.2", |
| 174 | + "polka": "^1.0.0-next.28", |
| 175 | + "postcss-prefix-selector": "^2.0.0", |
175 | 176 | "prettier": "^3.3.3",
|
176 | 177 | "prompts": "^2.4.2",
|
177 | 178 | "punycode": "^2.3.1",
|
178 | 179 | "rimraf": "^6.0.1",
|
179 |
| - "rollup": "^4.21.2", |
| 180 | + "rollup": "^4.24.0", |
180 | 181 | "rollup-plugin-dts": "^6.1.1",
|
181 | 182 | "rollup-plugin-esbuild": "^6.1.1",
|
182 | 183 | "semver": "^7.6.3",
|
183 | 184 | "simple-git-hooks": "^2.11.1",
|
184 | 185 | "sirv": "^2.0.4",
|
185 | 186 | "sitemap": "^8.0.0",
|
186 | 187 | "supports-color": "^9.4.0",
|
187 |
| - "tinyglobby": "^0.2.5", |
188 |
| - "typescript": "^5.5.4", |
189 |
| - "vitest": "^2.0.5", |
190 |
| - "vue-tsc": "^2.1.4", |
191 |
| - "wait-on": "^8.0.0" |
| 188 | + "tinyglobby": "^0.2.9", |
| 189 | + "typescript": "^5.6.2", |
| 190 | + "vitest": "^2.1.2", |
| 191 | + "vue-tsc": "^2.1.6", |
| 192 | + "wait-on": "^8.0.1" |
192 | 193 | },
|
193 | 194 | "peerDependencies": {
|
194 | 195 | "markdown-it-mathjax3": "^4",
|
|
202 | 203 | "optional": true
|
203 | 204 | }
|
204 | 205 | },
|
205 |
| - "packageManager": "pnpm@9.9.0", |
| 206 | + "packageManager": "pnpm@9.12.0", |
206 | 207 | "pnpm": {
|
207 | 208 | "peerDependencyRules": {
|
208 | 209 | "ignoreMissing": [
|
|
0 commit comments