mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-12 23:07:17 +00:00
⬆️ Upgrade vitepress to v1.5.0 (#395)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fa6d6af46a
commit
ae7b6b9395
1 changed files with 19 additions and 3 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
@ -791,6 +791,21 @@
|
|||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/@iconify-json/simple-icons": {
|
||||
"version": "1.2.10",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.10.tgz",
|
||||
"integrity": "sha512-9OK1dsSjXlH36lhu5n+BlSoXuqFjHUErGLtNdzHpq0vHq4YFBuGYWtZ+vZTHLreRQ8ijPRv/6EsgkV+nf6AReQ==",
|
||||
"license": "CC0-1.0",
|
||||
"dependencies": {
|
||||
"@iconify/types": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@iconify/types": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
|
||||
"integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@isaacs/cliui": {
|
||||
"version": "8.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
||||
|
@ -5248,13 +5263,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vitepress": {
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.4.2.tgz",
|
||||
"integrity": "sha512-10v92Lqx0N4r7YC3cQLBvu+gRS2rHviE7vgdKiwlupUGfSWkyiQDqYccxM5iPStDGSi1Brnec1lf+lmhaQcZXw==",
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.5.0.tgz",
|
||||
"integrity": "sha512-q4Q/G2zjvynvizdB3/bupdYkCJe2umSAMv9Ju4d92E6/NXJ59z70xB0q5p/4lpRyAwflDsbwy1mLV9Q5+nlB+g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@docsearch/css": "^3.6.2",
|
||||
"@docsearch/js": "^3.6.2",
|
||||
"@iconify-json/simple-icons": "^1.2.10",
|
||||
"@shikijs/core": "^1.22.2",
|
||||
"@shikijs/transformers": "^1.22.2",
|
||||
"@shikijs/types": "^1.22.2",
|
||||
|
|
Loading…
Reference in a new issue