Skip to content

Commit

Permalink
Update dependency vitepress to v1.0.0-alpha.45 (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2023
1 parent bd06546 commit 5bb47cc
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 29 deletions.
48 changes: 31 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/ramda": "0.28.22",
"np": "7.6.3",
"testcontainers": "9.1.1",
"vitepress": "1.0.0-alpha.43",
"vitepress": "1.0.0-alpha.45",
"vitest-fixture": "0.5.1",
"vue": "3.2.45"
},
Expand Down
28 changes: 17 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@
resolved "https://registry.npmjs.org/@vue/shared/-/shared-3.2.45.tgz"
integrity sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==

"@vueuse/core@^9.11.1":
"@vueuse/core@^9.12.0":
version "9.12.0"
resolved "https://registry.npmjs.org/@vueuse/core/-/core-9.12.0.tgz"
integrity sha512-h/Di8Bvf6xRcvS/PvUVheiMYYz3U0tH3X25YxONSaAUBa841ayMwxkuzx/DGUMCW/wHWzD8tRy2zYmOC36r4sg==
Expand Down Expand Up @@ -1245,6 +1245,11 @@ ansi-regex@^5.0.1:
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz"
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==

ansi-sequence-parser@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.0.tgz"
integrity sha512-lEm8mt52to2fT8GhciPCGeCXACSz2UwIN4X2e2LJSnZ5uAbn2/dsYdOmUXq0AtWS5cpAupysIneExOgH0Vd2TQ==

ansi-styles@^2.2.1:
version "2.2.1"
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz"
Expand Down Expand Up @@ -4200,11 +4205,12 @@ shebang-regex@^3.0.0:
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==

shiki@^0.13.0:
version "0.13.0"
resolved "https://registry.npmjs.org/shiki/-/shiki-0.13.0.tgz"
integrity sha512-QucKtRFyoHgivnde/6tXu+7ZfUhcg02qiFlUSa4X0jQvHVKdtrimWPlbg+q06H2EeNSuj9DcMhtB18GgtDLsmw==
shiki@^0.14.0:
version "0.14.0"
resolved "https://registry.npmjs.org/shiki/-/shiki-0.14.0.tgz"
integrity sha512-fb9Fg1Yx/ElVJcTqPQIEOSfn7mSZlrT1W3CkymY08lL2Jsi+t7jPcZzKO1lCsQwlSDuyNhHvolnyA2OI4EgJNg==
dependencies:
ansi-sequence-parser "^1.1.0"
jsonc-parser "^3.2.0"
vscode-oniguruma "^1.7.0"
vscode-textmate "^8.0.0"
Expand Down Expand Up @@ -4812,18 +4818,18 @@ validator@^13.7.0:
optionalDependencies:
fsevents "~2.3.2"

vitepress@1.0.0-alpha.43:
version "1.0.0-alpha.43"
resolved "https://registry.npmjs.org/vitepress/-/vitepress-1.0.0-alpha.43.tgz"
integrity sha512-bguPWYojF371vIfTY8jGmKeFroRe6UVGmDp3+PjTnVq57wTlz9x88OKm6KKF4l/1D7GugkHex5X9wNcOdCmCiQ==
vitepress@1.0.0-alpha.45:
version "1.0.0-alpha.45"
resolved "https://registry.npmjs.org/vitepress/-/vitepress-1.0.0-alpha.45.tgz"
integrity sha512-8AVWdymQqBUPmXmAbpapDDg18iDmkNJ47l5eOklBlAjj3n8P3zDAsBhOWSQ6+Nvm6+/GaZATyAvsrg47JD5Idw==
dependencies:
"@docsearch/css" "^3.3.2"
"@docsearch/js" "^3.3.2"
"@vitejs/plugin-vue" "^4.0.0"
"@vue/devtools-api" "^6.5.0"
"@vueuse/core" "^9.11.1"
"@vueuse/core" "^9.12.0"
body-scroll-lock "4.0.0-beta.0"
shiki "^0.13.0"
shiki "^0.14.0"
vite "^4.0.4"
vue "^3.2.45"

Expand Down

0 comments on commit 5bb47cc

Please sign in to comment.