Skip to content

Commit 36e0c1a

Browse files
committed
chore: bump deps
close vuejs#4343
1 parent 867b256 commit 36e0c1a

File tree

2 files changed

+426
-503
lines changed

2 files changed

+426
-503
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,18 @@
9898
"*": "prettier --write --ignore-unknown"
9999
},
100100
"dependencies": {
101-
"@docsearch/css": "^3.6.2",
102-
"@docsearch/js": "^3.6.2",
103-
"@iconify-json/simple-icons": "^1.2.10",
101+
"@docsearch/css": "^3.7.0",
102+
"@docsearch/js": "^3.7.0",
103+
"@iconify-json/simple-icons": "^1.2.11",
104104
"@shikijs/core": "^1.22.2",
105105
"@shikijs/transformers": "^1.22.2",
106106
"@shikijs/types": "^1.22.2",
107107
"@types/markdown-it": "^14.1.2",
108108
"@vitejs/plugin-vue": "^5.1.4",
109-
"@vue/devtools-api": "^7.5.4",
109+
"@vue/devtools-api": "^7.6.3",
110110
"@vue/shared": "^3.5.12",
111-
"@vueuse/core": "^11.1.0",
112-
"@vueuse/integrations": "^11.1.0",
111+
"@vueuse/core": "^11.2.0",
112+
"@vueuse/integrations": "^11.2.0",
113113
"focus-trap": "^7.6.0",
114114
"mark.js": "8.11.1",
115115
"minisearch": "^7.1.0",
@@ -143,7 +143,7 @@
143143
"@types/markdown-it-emoji": "^3.0.1",
144144
"@types/micromatch": "^4.0.9",
145145
"@types/minimist": "^1.2.5",
146-
"@types/node": "^22.8.2",
146+
"@types/node": "^22.9.0",
147147
"@types/postcss-prefix-selector": "^1.16.3",
148148
"@types/prompts": "^2.4.9",
149149
"chokidar": "^3.6.0",
@@ -157,7 +157,7 @@
157157
"gray-matter": "^4.0.3",
158158
"lint-staged": "^15.2.10",
159159
"lodash.template": "^4.5.0",
160-
"lru-cache": "^11.0.1",
160+
"lru-cache": "^11.0.2",
161161
"markdown-it": "^14.1.0",
162162
"markdown-it-anchor": "^9.2.0",
163163
"markdown-it-attrs": "^4.2.0",
@@ -167,7 +167,7 @@
167167
"micromatch": "^4.0.8",
168168
"minimist": "^1.2.8",
169169
"nanoid": "^5.0.8",
170-
"ora": "^8.1.0",
170+
"ora": "^8.1.1",
171171
"p-map": "^7.0.2",
172172
"path-to-regexp": "^6.3.0",
173173
"picocolors": "^1.1.1",
@@ -179,7 +179,7 @@
179179
"prompts": "^2.4.2",
180180
"punycode": "^2.3.1",
181181
"rimraf": "^6.0.1",
182-
"rollup": "^4.24.2",
182+
"rollup": "^4.24.4",
183183
"rollup-plugin-dts": "^6.1.1",
184184
"rollup-plugin-esbuild": "^6.1.1",
185185
"semver": "^7.6.3",
@@ -191,7 +191,7 @@
191191
"tinyglobby": "^0.2.10",
192192
"typescript": "^5.6.3",
193193
"vitest": "^2.1.4",
194-
"vue-tsc": "^2.1.8",
194+
"vue-tsc": "^2.1.10",
195195
"wait-on": "^8.0.1"
196196
},
197197
"peerDependencies": {

0 commit comments

Comments
 (0)