Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Oct 27, 2020
1 parent 0791e60 commit e3916f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
])
}

0 comments on commit e3916f8

Please sign in to comment.