chore: update deps

This commit is contained in:
07akioni 2020-10-28 01:38:23 +08:00
parent 0791e60802
commit e3916f89d0
2 changed files with 3 additions and 4 deletions

View File

@ -130,7 +130,6 @@
"date-fns": "^2.9.0",
"highlight.js": "^9.18.1",
"lodash-es": "^4.17.15",
"resize-observer-polyfill": "^1.5.1",
"treemate": "^0.1.7",
"vooks": "0.0.1-alpha.1",
"vue": "^3.0.2",

View File

@ -40,12 +40,12 @@ module.exports = {
],
external: externalValidator([
'async-validator',
'css-render',
'date-fns',
'lodash-es',
'resize-observer-polyfill',
'vue-runtime-helpers',
'css-render',
'@css-render/plugin-bem',
'vueuc'
'vueuc',
'vooks'
])
}