Skip to content

Commit

Permalink
fix: vuepress version not found
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenull committed Nov 20, 2022
1 parent aca13f5 commit fafebe2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"vite": "^2.7.2",
"vite-plugin-importer": "^0.2.5",
"vitest": "^0.9.4",
"vuepress": "^2.0.0-beta.53",
"vuepress": "2.0.0-beta.53",
"vuepress-plugin-copy-code2": "^2.0.0-beta.27"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6946,7 +6946,7 @@ vuepress-shared@2.0.0-beta.99:
vue "^3.2.39"
vue-router "^4.1.5"

vuepress-vite@2.0.0-beta.50-pre.1:
vuepress-vite@2.0.0-beta.53:
version "2.0.0-beta.53"
resolved "https://registry.yarnpkg.com/vuepress-vite/-/vuepress-vite-2.0.0-beta.53.tgz#6724d5edd99df2d494a8145206192e4cc88e9b9a"
integrity sha512-kITVMM+LcV5mDQXQXAKgK0adAGMm7oyPls6HPTLM9gUvpSs2A19zfwf8zFoxIF9X+ANay4Tg87egtnJOcp8Wcg==
Expand All @@ -6956,12 +6956,12 @@ vuepress-vite@2.0.0-beta.50-pre.1:
"@vuepress/core" "2.0.0-beta.53"
"@vuepress/theme-default" "2.0.0-beta.53"

vuepress@^2.0.0-beta.53:
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==
vuepress@2.0.0-beta.53:
version "2.0.0-beta.53"
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-2.0.0-beta.53.tgz#3530f36e6ef99827c8182c13db34aca4d4680231"
integrity sha512-swnH25oCHAE0ZIXBAp4gaalIsrxLLn+mguekOybwLcTNQUgbcqf8EXwVxOgN663JzPuHcxRAJg3nN/swKsFifQ==
dependencies:
vuepress-vite "2.0.0-beta.50-pre.1"
vuepress-vite "2.0.0-beta.53"

w3c-hr-time@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit fafebe2

Please sign in to comment.