Skip to content

Commit

Permalink
Bump vitepress from 1.4.0 to 1.4.1 (#200)
Browse files Browse the repository at this point in the history
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.4.0...v1.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent a660aff commit 76faf9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.0",
"vitepress": "^1.4.1",
"vue": "^3.5.12"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
"@vue/compiler-ssr" "3.5.12"
"@vue/shared" "3.5.12"

"@vue/[email protected]", "@vue/shared@^3.5.11":
"@vue/[email protected]", "@vue/shared@^3.5.12":
version "3.5.12"
resolved "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.12.tgz#f9e45b7f63f2c3f40d84237b1194b7f67de192e3"
integrity sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==
Expand Down Expand Up @@ -1103,10 +1103,10 @@ vite@^5.4.8:
optionalDependencies:
fsevents "~2.3.3"

vitepress@^1.4.0:
version "1.4.0"
resolved "https://registry.npmmirror.com/vitepress/-/vitepress-1.4.0.tgz#5e879230d98e5c4e5aec91daade6945bbc18934b"
integrity sha512-JXCv4EsKTDyAFb6C/UjZr7nsGAzZ6mafVk2rx7rG5o8N+B/4QstIk+iEOe/9dKoU6V624UIC6g1pZ+K63rxhlw==
vitepress@^1.4.1:
version "1.4.1"
resolved "https://registry.npmmirror.com/vitepress/-/vitepress-1.4.1.tgz#59c2f242e6a9efd27388093994a5b8df42e9dcb4"
integrity sha512-C2rQ7PMlDVqgsaHOa0uJtgGGWaGv74QMaGL62lxKbtFkYtosJB5HAfZ8+pEbfzzvLemYaYwaiQdFLBlexK2sFw==
dependencies:
"@docsearch/css" "^3.6.2"
"@docsearch/js" "^3.6.2"
Expand All @@ -1116,22 +1116,22 @@ vitepress@^1.4.0:
"@types/markdown-it" "^14.1.2"
"@vitejs/plugin-vue" "^5.1.4"
"@vue/devtools-api" "^7.4.6"
"@vue/shared" "^3.5.11"
"@vue/shared" "^3.5.12"
"@vueuse/core" "^11.1.0"
"@vueuse/integrations" "^11.1.0"
focus-trap "^7.6.0"
mark.js "8.11.1"
minisearch "^7.1.0"
shiki "^1.22.0"
vite "^5.4.8"
vue "^3.5.11"
vue "^3.5.12"

vue-demi@>=0.14.10:
version "0.14.10"
resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz#afc78de3d6f9e11bf78c55e8510ee12814522f04"
integrity sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==

vue@^3.5.11, vue@^3.5.12:
vue@^3.5.12:
version "3.5.12"
resolved "https://registry.npmmirror.com/vue/-/vue-3.5.12.tgz#e08421c601b3617ea2c9ef0413afcc747130b36c"
integrity sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==
Expand Down

0 comments on commit 76faf9e

Please sign in to comment.