chore: update deps (#869)

This commit is contained in:
Vasco Santos
2021-01-27 09:45:31 +01:00
committed by GitHub
parent 748b552876
commit 037c965a67
10 changed files with 57 additions and 49 deletions

View File

@@ -45,7 +45,7 @@ const after = async () => {
}
module.exports = {
bundlesize: { maxSize: '225kB' },
bundlesize: { maxSize: '260kB' },
hooks: {
pre: before,
post: after