chore: bump deps

pull/198/head
Evan You 4 years ago
parent a1daf2b8a0
commit b1af922e75

@ -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",
@ -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": {

@ -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/compiler-core@3.0.4":
version "3.0.4"
@ -5939,10 +5939,10 @@ verror@1.10.0:
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"

Loading…
Cancel
Save