Skip to content

Commit

Permalink
chore(deps-dev): bump vitepress from 1.0.0-rc.27 to 1.0.0-rc.29
Browse files Browse the repository at this point in the history
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.0-rc.27 to 1.0.0-rc.29.
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.0.0-rc.27...v1.0.0-rc.29)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent a3fa34c commit 5838ab8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ts-jest": "^29.0.3",
"ts-node": "^10.3.0",
"typescript": "^5.0.2",
"vitepress": "1.0.0-rc.27"
"vitepress": "1.0.0-rc.29"
},
"eslintConfig": {
"env": {
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4374,6 +4374,11 @@ mri@^1.1.5:
resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b"
integrity sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==

mrmime@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-1.0.1.tgz#5f90c825fad4bdd41dc914eff5d1a8cfdaf24f27"
integrity sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==

[email protected]:
version "2.1.2"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
Expand Down Expand Up @@ -5776,10 +5781,10 @@ vite@^5.0.0:
optionalDependencies:
fsevents "~2.3.3"

[email protected].27:
version "1.0.0-rc.27"
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0-rc.27.tgz#4ef7d8c11c37a15daeee6e73be6251ae4247ac6e"
integrity sha512-1qs1a5qPQxNOJN451HmNtKewxSIOk52qv1EdWtsO6V6kvrNxF2FFR3Inhj0W56Jcs8AKIdzKDKHNYIJhcyz3AA==
[email protected].29:
version "1.0.0-rc.29"
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0-rc.29.tgz#35b15148acf3bdbd8ad00b7a240885de9ece725c"
integrity sha512-6sKmyEvH16SgMqkHzRwwadt9Uju13AOIqouzOVEg3Rk6X9mds6jLsq2GxnAJvg0s6bl/0Qs/cw+f8SNki82ltw==
dependencies:
"@docsearch/css" "^3.5.2"
"@docsearch/js" "^3.5.2"
Expand All @@ -5791,6 +5796,7 @@ [email protected]:
focus-trap "^7.5.4"
mark.js "8.11.1"
minisearch "^6.2.0"
mrmime "^1.0.1"
shiki "^0.14.5"
vite "^5.0.0"
vue "^3.3.8"
Expand Down

0 comments on commit 5838ab8

Please sign in to comment.