chore(deps-dev): bump rollup from 1.7.4 to 1.8.0

Bumps [rollup](https://github.com/rollup/rollup) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.7.4...v1.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-02 04:54:18 +00:00 committed by Michael Vines
parent d27a0e4824
commit 45292d7458
2 changed files with 7 additions and 7 deletions

View File

@ -16552,9 +16552,9 @@
}
},
"rollup": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.7.4.tgz",
"integrity": "sha512-nc86fETLHdozhRWlW/uNVIQ7ODuA1vU2/L8znAxP9TNMx1NA6GTth3llqoxxCle2kkyui+OfGzbKaQxD60NJjA==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.8.0.tgz",
"integrity": "sha512-dKxL6ihUZ9YrVySKf/LBz5joW2sqwWkiuki34279Ppr2cL+O6Za6Ujovk+rtTX0AFCIsH1rs6y8LYKdZZ/7C5A==",
"dev": true,
"requires": {
"@types/estree": "0.0.39",
@ -16563,9 +16563,9 @@
},
"dependencies": {
"@types/node": {
"version": "11.12.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-11.12.0.tgz",
"integrity": "sha512-Lg00egj78gM+4aE0Erw05cuDbvX9sLJbaaPwwRtdCdAMnIudqrQZ0oZX98Ek0yiSK/A2nubHgJfvII/rTT2Dwg==",
"version": "11.13.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-11.13.0.tgz",
"integrity": "sha512-rx29MMkRdVmzunmiA4lzBYJNnXsW/PhG4kMBy2ATsYaDjGGR75dCFEVVROKpNwlVdcUX3xxlghKQOeDPBJobng==",
"dev": true
},
"acorn": {

View File

@ -111,7 +111,7 @@
"marked": "^0.6.0",
"prettier": "^1.14.3",
"rimraf": "2.6.3",
"rollup": "1.7.4",
"rollup": "1.8.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "9.2.2",
"rollup-plugin-json": "^4.0.0",