Skip to content

Commit

Permalink
chore(deps): update devdependency vitepress to ^1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax-assistant committed Mar 23, 2024
1 parent ce429a9 commit ca5df79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"nuxt": "^3.11.1",
"nuxt-icon": "^0.6.10",
"typescript": "^5.4.3",
"vitepress": "^1.0.0",
"vitepress": "^1.0.1",
"vue-tsc": "^2.0.7"
},
"resolutions": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2420,12 +2420,12 @@
estree-walker "^2.0.2"
picomatch "^2.3.1"

"@shikijs/[email protected]", "@shikijs/core@^1.1.7":
"@shikijs/[email protected]", "@shikijs/core@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.2.0.tgz#c19d1a4d4807d31aa02e9d822aa13da873e6f2e7"
integrity sha512-OlFvx+nyr5C8zpcMBnSGir0YPD6K11uYhouqhNmm1qLiis4GA7SsGtu07r9gKS9omks8RtQqHrJL4S+lqWK01A==

"@shikijs/transformers@^1.1.7":
"@shikijs/transformers@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@shikijs/transformers/-/transformers-1.2.0.tgz#954cbb20324be55340701f56b5815aa454fbdd05"
integrity sha512-xKn7DtA65DQV4FOfYsrvqM80xOy2xuXnxWWKsZmHv1VII/IOuDUDsWDu3KnpeLH6wqNJWp1GRoNUsHR1aw/VhQ==
Expand Down Expand Up @@ -8825,7 +8825,7 @@ shell-quote@^1.8.1:
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680"
integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==

[email protected], shiki@^1.1.7:
[email protected], shiki@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.2.0.tgz#7f1b6917cbb10daa1ac3ae62fa29b40c494e2812"
integrity sha512-xLhiTMOIUXCv5DqJ4I70GgQCtdlzsTqFLZWcMHHG3TAieBUbvEGthdrlPDlX4mL/Wszx9C6rEcxU6kMlg4YlxA==
Expand Down Expand Up @@ -10012,15 +10012,15 @@ vite@^5.0.0, vite@^5.1.6, vite@^5.2.2:
optionalDependencies:
fsevents "~2.3.3"

vitepress@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0.tgz#221a10142321ce087afb86d65171fce5c1153137"
integrity sha512-4YXbHzuyhymuVTKPexnnOgJOgf1Uzmak4B6g3L3SQf9KRgtnVKHoPV4/WorWhaGnLBaIS/g8KspxRJAIOsOdJQ==
vitepress@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.1.tgz#828fe140d5f4975154845b31e97437f035a36c69"
integrity sha512-eNr5pOBppYUUjEhv8S0S2t9Tv95LQ6mMeHj6ivaGwfHxpov70Vduuwl/QQMDRznKDSaP0WKV7a82Pb4JVOaqEw==
dependencies:
"@docsearch/css" "^3.6.0"
"@docsearch/js" "^3.6.0"
"@shikijs/core" "^1.1.7"
"@shikijs/transformers" "^1.1.7"
"@shikijs/core" "^1.2.0"
"@shikijs/transformers" "^1.2.0"
"@types/markdown-it" "^13.0.7"
"@vitejs/plugin-vue" "^5.0.4"
"@vue/devtools-api" "^7.0.16"
Expand All @@ -10029,7 +10029,7 @@ vitepress@^1.0.0:
focus-trap "^7.5.4"
mark.js "8.11.1"
minisearch "^6.3.0"
shiki "^1.1.7"
shiki "^1.2.0"
vite "^5.2.2"
vue "^3.4.21"

Expand Down

0 comments on commit ca5df79

Please sign in to comment.