Update devDependencies. (#28798)

Notably:

* bundlesize 0.15.3 → ^0.17.2
* eslint-plugin-unicorn ^8.0.2 → ^9.0.0
* terser ^3.17.0 → ^4.0.0
This commit is contained in:
XhmikosR 2019-06-03 14:26:52 +03:00 committed by GitHub
parent 8a79cf894d
commit 8f97e2dc52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 570 additions and 635 deletions

View file

@ -45,6 +45,7 @@
],
"unicorn/explicit-length-check": "off",
"unicorn/import-index": "off",
"unicorn/no-for-loop": "off",
"unicorn/no-unused-properties": "error",
"unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",