Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 30, 2020
1 parent a1daf2b commit b1af922
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@docsearch/css": "^1.0.0-alpha.28",
"@docsearch/js": "^1.0.0-alpha.28",
"@vitejs/plugin-vue": "^1.0.1",
"@vitejs/plugin-vue": "^1.0.2",
"@vue/compiler-sfc": "^3.0.4",
"@vue/server-renderer": "^3.0.4",
"chalk": "^4.1.0",
Expand All @@ -86,7 +86,7 @@
"prismjs": "^1.20.0",
"sirv": "^1.0.10",
"slash": "^3.0.0",
"vite": "^2.0.0-alpha.2",
"vite": "^2.0.0-alpha.3",
"vue": "^3.0.4"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -931,10 +931,10 @@
dependencies:
"@types/yargs-parser" "*"

"@vitejs/plugin-vue@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.0.1.tgz#48d5519e82e36ade50170b63364af3f220a6b20c"
integrity sha512-SVrvB7qk5Qx0djO4BS6V1AtMXGKYzPUk7yg8UhLiHw6cAkWI/hQMRGuipQ0E8TdwHruJtynqUw1Rf4fxfQdYSQ==
"@vitejs/plugin-vue@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.0.2.tgz#46da003df81c5ef74cec6d59c16fa13c34bd8108"
integrity sha512-qtmVCJ3MfGebpbRIK/UFydlEuvDrz5Z4caARXDWWy23bM6nFq7wIV6/tW4LRdmSHxFdyvogctQ1+zl4brJg1og==

"@vue/[email protected]":
version "3.0.4"
Expand Down Expand Up @@ -5939,10 +5939,10 @@ [email protected]:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vite@^2.0.0-alpha.2:
version "2.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.0.0-alpha.2.tgz#ef03271c0dc9d301076fbeed01b48849f89722a1"
integrity sha512-iGTlNzH4uskwEu32XmDk0i9dFRUax9ZHjL+5DXbX/cisNYQC35KhLaiLKwdL3iSu8fFYc3nd8sfKfCndJxL3AQ==
vite@^2.0.0-alpha.3:
version "2.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.0.0-alpha.3.tgz#ee95db051736646f4c4c02aa5b72de088df6e9d5"
integrity sha512-jVARgUHk4XRkeW4c2UWbsu+NfBGuSJjA4hMCai7KhyktDJYbj13kG+1ImuJFUOwinXip0ktsrlVWEilN6t45XA==
dependencies:
esbuild "^0.8.26"
postcss "^8.2.1"
Expand Down

0 comments on commit b1af922

Please sign in to comment.