Skip to content

Commit db51f7a

Browse files
committed
build: bump deps
1 parent f0a37b4 commit db51f7a

File tree

3 files changed

+601
-623
lines changed

3 files changed

+601
-623
lines changed

Diff for: package.json

+24-25
Original file line numberDiff line numberDiff line change
@@ -104,30 +104,30 @@
104104
"dependencies": {
105105
"@docsearch/css": "^3.6.0",
106106
"@docsearch/js": "^3.6.0",
107-
"@shikijs/core": "^1.4.0",
108-
"@shikijs/transformers": "^1.4.0",
107+
"@shikijs/core": "^1.5.2",
108+
"@shikijs/transformers": "^1.5.2",
109109
"@types/markdown-it": "^14.1.1",
110110
"@vitejs/plugin-vue": "^5.0.4",
111-
"@vue/devtools-api": "^7.0.27",
112-
"@vue/shared": "^3.4.26",
111+
"@vue/devtools-api": "^7.2.0",
112+
"@vue/shared": "^3.4.27",
113113
"@vueuse/core": "^10.9.0",
114114
"@vueuse/integrations": "^10.9.0",
115115
"focus-trap": "^7.5.4",
116116
"mark.js": "8.11.1",
117117
"minisearch": "^6.3.0",
118-
"shiki": "^1.4.0",
118+
"shiki": "^1.5.2",
119119
"vite": "^5.2.11",
120-
"vue": "^3.4.26"
120+
"vue": "^3.4.27"
121121
},
122122
"devDependencies": {
123123
"@clack/prompts": "^0.7.0",
124-
"@mdit-vue/plugin-component": "^2.1.2",
125-
"@mdit-vue/plugin-frontmatter": "^2.1.2",
126-
"@mdit-vue/plugin-headers": "^2.1.2",
127-
"@mdit-vue/plugin-sfc": "^2.1.2",
128-
"@mdit-vue/plugin-title": "^2.1.2",
129-
"@mdit-vue/plugin-toc": "^2.1.2",
130-
"@mdit-vue/shared": "^2.1.2",
124+
"@mdit-vue/plugin-component": "^2.1.3",
125+
"@mdit-vue/plugin-frontmatter": "^2.1.3",
126+
"@mdit-vue/plugin-headers": "^2.1.3",
127+
"@mdit-vue/plugin-sfc": "^2.1.3",
128+
"@mdit-vue/plugin-title": "^2.1.3",
129+
"@mdit-vue/plugin-toc": "^2.1.3",
130+
"@mdit-vue/shared": "^2.1.3",
131131
"@polka/compression": "1.0.0-next.25",
132132
"@rollup/plugin-alias": "^5.1.0",
133133
"@rollup/plugin-commonjs": "^25.0.7",
@@ -145,16 +145,16 @@
145145
"@types/markdown-it-emoji": "^3.0.1",
146146
"@types/micromatch": "^4.0.7",
147147
"@types/minimist": "^1.2.5",
148-
"@types/node": "^20.12.8",
148+
"@types/node": "^20.12.12",
149149
"@types/postcss-prefix-selector": "^1.16.3",
150150
"@types/prompts": "^2.4.9",
151151
"chokidar": "^3.6.0",
152-
"conventional-changelog-cli": "^4.1.0",
152+
"conventional-changelog-cli": "^5.0.0",
153153
"cross-spawn": "^7.0.3",
154154
"debug": "^4.3.4",
155155
"esbuild": "^0.20.2",
156156
"escape-html": "^1.0.3",
157-
"execa": "^8.0.1",
157+
"execa": "^9.1.0",
158158
"fast-glob": "^3.3.2",
159159
"fs-extra": "^11.2.0",
160160
"get-port": "^7.1.0",
@@ -163,7 +163,7 @@
163163
"lodash.template": "^4.5.0",
164164
"lru-cache": "^10.2.2",
165165
"markdown-it": "^14.1.0",
166-
"markdown-it-anchor": "^8.6.7",
166+
"markdown-it-anchor": "^9.0.0",
167167
"markdown-it-attrs": "^4.1.6",
168168
"markdown-it-container": "^4.0.0",
169169
"markdown-it-emoji": "^3.0.0",
@@ -175,27 +175,27 @@
175175
"ora": "^8.0.1",
176176
"p-map": "^7.0.2",
177177
"path-to-regexp": "^6.2.2",
178-
"picocolors": "^1.0.0",
178+
"picocolors": "^1.0.1",
179179
"pkg-dir": "^8.0.0",
180-
"playwright-chromium": "^1.43.1",
180+
"playwright-chromium": "^1.44.0",
181181
"polka": "1.0.0-next.25",
182182
"postcss-prefix-selector": "^1.16.1",
183183
"prettier": "^3.2.5",
184184
"prompts": "^2.4.2",
185185
"punycode": "^2.3.1",
186-
"rimraf": "^5.0.5",
186+
"rimraf": "^5.0.7",
187187
"rollup": "^4.17.2",
188188
"rollup-plugin-dts": "^6.1.0",
189189
"rollup-plugin-esbuild": "^6.1.1",
190-
"semver": "^7.6.0",
190+
"semver": "^7.6.2",
191191
"simple-git-hooks": "^2.11.1",
192192
"sirv": "^2.0.4",
193193
"sitemap": "^7.1.1",
194194
"sort-package-json": "^2.10.0",
195195
"supports-color": "^9.4.0",
196196
"typescript": "^5.4.5",
197-
"vitest": "^1.5.3",
198-
"vue-tsc": "2.0.14",
197+
"vitest": "^1.6.0",
198+
"vue-tsc": "^2.0.19",
199199
"wait-on": "^7.2.0"
200200
},
201201
"peerDependencies": {
@@ -210,7 +210,7 @@
210210
"optional": true
211211
}
212212
},
213-
"packageManager": "pnpm@9.0.6",
213+
"packageManager": "pnpm@9.1.1",
214214
"pnpm": {
215215
"peerDependencyRules": {
216216
"ignoreMissing": [
@@ -223,7 +223,6 @@
223223
"ora>string-width": "^5"
224224
},
225225
"patchedDependencies": {
226-
227226
228227
}
229228
}

Diff for: patches/[email protected]

-29
This file was deleted.

0 commit comments

Comments
 (0)