Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4b01f6

Browse files
committedFeb 24, 2025·
chore: bump deps
1 parent a62ea6a commit d4b01f6

File tree

3 files changed

+497
-466
lines changed

3 files changed

+497
-466
lines changed
 

‎docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"open-cli": "^8.0.0",
1616
"postcss-rtlcss": "^5.6.0",
1717
"vitepress": "workspace:*",
18-
"vitepress-plugin-group-icons": "^1.3.5"
18+
"vitepress-plugin-group-icons": "^1.3.6"
1919
}
2020
}

‎package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
"*": "prettier --write --ignore-unknown"
9696
},
9797
"dependencies": {
98-
"@docsearch/css": "^3.8.3",
99-
"@docsearch/js": "^3.8.3",
100-
"@iconify-json/simple-icons": "^1.2.24",
98+
"@docsearch/css": "^3.9.0",
99+
"@docsearch/js": "^3.9.0",
100+
"@iconify-json/simple-icons": "^1.2.26",
101101
"@shikijs/core": "^3.0.0",
102102
"@shikijs/transformers": "^3.0.0",
103103
"@shikijs/types": "^3.0.0",
@@ -108,9 +108,9 @@
108108
"@vueuse/integrations": "^12.7.0",
109109
"focus-trap": "^7.6.4",
110110
"mark.js": "8.11.1",
111-
"minisearch": "^7.1.1",
111+
"minisearch": "^7.1.2",
112112
"shiki": "^3.0.0",
113-
"vite": "^6.1.0",
113+
"vite": "^6.1.1",
114114
"vue": "^3.5.13"
115115
},
116116
"devDependencies": {
@@ -139,7 +139,7 @@
139139
"@types/markdown-it-container": "^2.0.10",
140140
"@types/markdown-it-emoji": "^3.0.1",
141141
"@types/minimist": "^1.2.5",
142-
"@types/node": "^22.13.4",
142+
"@types/node": "^22.13.5",
143143
"@types/picomatch": "^3.0.2",
144144
"@types/postcss-prefix-selector": "^1.16.3",
145145
"@types/prompts": "^2.4.9",
@@ -163,7 +163,7 @@
163163
"markdown-it-emoji": "^3.0.0",
164164
"markdown-it-mathjax3": "^4.3.2",
165165
"minimist": "^1.2.8",
166-
"nanoid": "^5.1.0",
166+
"nanoid": "^5.1.2",
167167
"ora": "^8.2.0",
168168
"p-map": "^7.0.3",
169169
"path-to-regexp": "^6.3.0",
@@ -173,20 +173,20 @@
173173
"playwright-chromium": "^1.50.1",
174174
"polka": "^1.0.0-next.28",
175175
"postcss-prefix-selector": "^2.1.0",
176-
"prettier": "^3.5.1",
176+
"prettier": "^3.5.2",
177177
"prompts": "^2.4.2",
178178
"punycode": "^2.3.1",
179179
"rimraf": "^6.0.1",
180-
"rollup": "^4.34.7",
180+
"rollup": "^4.34.8",
181181
"rollup-plugin-dts": "^6.1.1",
182182
"rollup-plugin-esbuild": "^6.2.0",
183183
"semver": "^7.7.1",
184184
"simple-git-hooks": "^2.11.1",
185-
"sirv": "^3.0.0",
185+
"sirv": "^3.0.1",
186186
"sitemap": "^8.0.0",
187-
"tinyglobby": "^0.2.10",
187+
"tinyglobby": "^0.2.12",
188188
"typescript": "^5.7.3",
189-
"vitest": "^3.0.5",
189+
"vitest": "^3.0.7",
190190
"vue-tsc": "2.2.0",
191191
"wait-on": "^8.0.2"
192192
},
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.