|
92 | 92 | "dependencies": {
|
93 | 93 | "@docsearch/css": "^3.5.2",
|
94 | 94 | "@docsearch/js": "^3.5.2",
|
95 |
| - "@types/markdown-it": "^13.0.6", |
| 95 | + "@types/markdown-it": "^13.0.7", |
96 | 96 | "@vitejs/plugin-vue": "^4.5.0",
|
97 | 97 | "@vue/devtools-api": "^6.5.1",
|
98 | 98 | "@vueuse/core": "^10.6.1",
|
99 | 99 | "@vueuse/integrations": "^10.6.1",
|
100 | 100 | "focus-trap": "^7.5.4",
|
101 | 101 | "mark.js": "8.11.1",
|
102 |
| - "minisearch": "^6.2.0", |
| 102 | + "minisearch": "^6.3.0", |
103 | 103 | "mrmime": "^1.0.1",
|
104 | 104 | "shikiji": "^0.7.2",
|
105 | 105 | "shikiji-transformers": "^0.7.2",
|
106 |
| - "vite": "^5.0.0", |
| 106 | + "vite": "^5.0.2", |
107 | 107 | "vue": "^3.3.8"
|
108 | 108 | },
|
109 | 109 | "peerDependencies": {
|
|
133 | 133 | "@rollup/plugin-node-resolve": "^15.2.3",
|
134 | 134 | "@rollup/plugin-replace": "^5.0.5",
|
135 | 135 | "@types/compression": "^1.7.5",
|
136 |
| - "@types/cross-spawn": "^6.0.5", |
| 136 | + "@types/cross-spawn": "^6.0.6", |
137 | 137 | "@types/debug": "^4.1.12",
|
138 | 138 | "@types/escape-html": "^1.0.4",
|
139 | 139 | "@types/fs-extra": "^11.0.4",
|
140 | 140 | "@types/lodash.template": "^4.5.3",
|
141 |
| - "@types/mark.js": "^8.11.11", |
| 141 | + "@types/mark.js": "^8.11.12", |
142 | 142 | "@types/markdown-it-attrs": "^4.1.3",
|
143 | 143 | "@types/markdown-it-container": "^2.0.9",
|
144 | 144 | "@types/markdown-it-emoji": "^2.0.4",
|
145 |
| - "@types/micromatch": "^4.0.5", |
| 145 | + "@types/micromatch": "^4.0.6", |
146 | 146 | "@types/minimist": "^1.2.5",
|
147 |
| - "@types/node": "^20.9.1", |
| 147 | + "@types/node": "^20.9.4", |
148 | 148 | "@types/postcss-prefix-selector": "^1.16.3",
|
149 |
| - "@types/prompts": "^2.4.8", |
| 149 | + "@types/prompts": "^2.4.9", |
150 | 150 | "@vue/shared": "^3.3.8",
|
151 | 151 | "chokidar": "^3.5.3",
|
152 | 152 | "compression": "^1.7.4",
|
153 | 153 | "conventional-changelog-cli": "^4.1.0",
|
154 | 154 | "cross-spawn": "^7.0.3",
|
155 | 155 | "debug": "^4.3.4",
|
156 |
| - "esbuild": "^0.19.5", |
| 156 | + "esbuild": "^0.19.7", |
157 | 157 | "escape-html": "^1.0.3",
|
158 | 158 | "execa": "^8.0.1",
|
159 | 159 | "fast-glob": "^3.3.2",
|
|
162 | 162 | "gray-matter": "^4.0.3",
|
163 | 163 | "lint-staged": "^15.1.0",
|
164 | 164 | "lodash.template": "^4.5.0",
|
165 |
| - "lru-cache": "^10.0.2", |
| 165 | + "lru-cache": "^10.1.0", |
166 | 166 | "markdown-it": "^13.0.2",
|
167 | 167 | "markdown-it-anchor": "^8.6.7",
|
168 | 168 | "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.5.0", |
| 187 | + "rollup": "^4.5.1", |
188 | 188 | "rollup-plugin-dts": "^6.1.0",
|
189 | 189 | "rollup-plugin-esbuild": "^6.1.0",
|
190 | 190 | "semver": "^7.5.4",
|
191 | 191 | "simple-git-hooks": "^2.9.0",
|
192 | 192 | "sirv": "^2.0.3",
|
193 | 193 | "sitemap": "^7.1.1",
|
194 | 194 | "supports-color": "^9.4.0",
|
195 |
| - "typescript": "^5.2.2", |
| 195 | + "typescript": "^5.3.2", |
196 | 196 | "vitest": "^1.0.0-beta.4",
|
197 | 197 | "vue-tsc": "^1.8.22",
|
198 | 198 | "wait-on": "^7.2.0"
|
|
0 commit comments