Skip to content

Commit

Permalink
Bump vitepress from 1.4.5 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.4.5 to 1.5.0.
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.4.5...v1.5.0)

---
updated-dependencies:
- dependency-name: vitepress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 6a91a5f commit 9fa876f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Xavi Lee",
"license": "MIT",
"devDependencies": {
"vitepress": "^1.4.5",
"vitepress": "^1.5.0",
"vue": "^3.5.12"
},
"scripts": {
Expand Down
21 changes: 17 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,18 @@
resolved "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==

"@iconify-json/simple-icons@^1.2.10":
version "1.2.11"
resolved "https://registry.npmmirror.com/@iconify-json/simple-icons/-/simple-icons-1.2.11.tgz#076096af7dd95ae09f09bc23fadb261f4e3978ce"
integrity sha512-AHCGDtBRqP+JzAbBzgO8uN/08CXxEmuaC6lQQZ3b5burKhRU12AJnJczwbUw2K5Mb/U85EpSUNhYMG3F28b8NA==
dependencies:
"@iconify/types" "*"

"@iconify/types@*":
version "2.0.0"
resolved "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57"
integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==

"@jridgewell/sourcemap-codec@^1.5.0":
version "1.5.0"
resolved "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
Expand Down Expand Up @@ -1103,13 +1115,14 @@ vite@^5.4.10:
optionalDependencies:
fsevents "~2.3.3"

vitepress@^1.4.5:
version "1.4.5"
resolved "https://registry.npmmirror.com/vitepress/-/vitepress-1.4.5.tgz#d18936b61fb118e9016d87cbf0d111c567d0742b"
integrity sha512-9K0k8kvdEbeowVCpKF/x0AySSq0Pr9pM8xufLgQcKMjsifwxtDjXJjcFhZv4LYw2dcpdYiBq2j7PnWi0tCaMCg==
vitepress@^1.5.0:
version "1.5.0"
resolved "https://registry.npmmirror.com/vitepress/-/vitepress-1.5.0.tgz#61870b27dc9a580e46cea92989f64cdcb550dc23"
integrity sha512-q4Q/G2zjvynvizdB3/bupdYkCJe2umSAMv9Ju4d92E6/NXJ59z70xB0q5p/4lpRyAwflDsbwy1mLV9Q5+nlB+g==
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"
Expand Down

0 comments on commit 9fa876f

Please sign in to comment.