Skip to content

Commit

Permalink
Docs: Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrekol committed Oct 1, 2023
1 parent 40ddebc commit c48247f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"docs:build": "vuepress build docs"
},
"devDependencies": {
"vuepress-vite": "^2.0.0-beta.67",
"vuepress": "^2.0.0-beta.67"
"vuepress": "2.0.0-beta.67"
}
}
12 changes: 6 additions & 6 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ vue@^3.3.4:
"@vue/server-renderer" "3.3.4"
"@vue/shared" "3.3.4"

[email protected].50-pre.1, vuepress-vite@^2.0.0-beta.67:
[email protected]:
version "2.0.0-beta.67"
resolved "https://registry.yarnpkg.com/vuepress-vite/-/vuepress-vite-2.0.0-beta.67.tgz#24db0ce1ba96e1a50c14883970329f933b9d6418"
integrity sha512-oaak2RPKBP0LeaDpDntlsQWLklCBf2vdeceXtPSLV2IzL/wtMHs5DQ/f7zXxCzvku3h/FIstmgoKq/vC0TvHkA==
Expand All @@ -1514,12 +1514,12 @@ [email protected], vuepress-vite@^2.0.0-beta.67:
"@vuepress/theme-default" "2.0.0-beta.67"
vue "^3.3.4"

vuepress@^2.0.0-beta.67:
version "2.0.0-beta.50-pre.1"
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-2.0.0-beta.50-pre.1.tgz#26eec90444bb37590f29d10dd5923e75c476189f"
integrity sha512-4Finc3GDscIqgRFAZFwa4SUm8tIFSVQIxnPIpQPW3kaM37rKylvUDkLrs2lMvoDPTAAE+Kf+v34tAFX+ZMGKUg==
[email protected]:
version "2.0.0-beta.67"
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-2.0.0-beta.67.tgz#eacf63d6d14f2364bd8043f13eba67234319cd53"
integrity sha512-931pKDOph20RKMLZAH5YYlMz+nfx9jcOQio1Gxk0pB7DwuSxAVFxPv2dbIUP4E/4uWOkLppRhLYcrOoxEbVYzA==
dependencies:
vuepress-vite "2.0.0-beta.50-pre.1"
vuepress-vite "2.0.0-beta.67"

which@^2.0.1:
version "2.0.2"
Expand Down

0 comments on commit c48247f

Please sign in to comment.