chore(deps-dev): bump rollup from 1.26.0 to 1.27.0

Bumps [rollup](https://github.com/rollup/rollup) from 1.26.0 to 1.27.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.26.0...v1.27.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-11-18 05:21:26 +00:00
committed by GitHub
parent 544e666478
commit 08cc6b5ebc
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7018,9 +7018,9 @@
}
},
"rollup": {
"version": "1.26.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.26.0.tgz",
"integrity": "sha512-5HljNYn9icFvXX+Oe97qY5TWvnWhKqgGT0HGeWWqFPx7w7+Anzg7dfHMtUif7YYy6QxAgynDSwK6uxbgcrVUxw==",
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.0.tgz",
"integrity": "sha512-yaMna4MJ8LLEHhHl1ilgHakylf0LKeQctDxhngZLQ+W57GnXa5vtH7XKaK8zlAhNEhlWiH5YFVFt+QCDPUmNkw==",
"dev": true,
"requires": {
"@types/estree": "*",

View File

@@ -33,7 +33,7 @@
"prettier": "1.18.2",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"rollup": "^1.26.0",
"rollup": "^1.27.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-commonjs": "^10.1.0",