chore(deps-dev): bump rollup from 0.68.2 to 1.0.0

Bumps [rollup](https://github.com/rollup/rollup) from 0.68.2 to 1.0.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/v0.68.2...v1.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-12-28 20:52:32 +00:00 committed by Michael Vines
parent 473600af55
commit bd858ecce6
2 changed files with 14 additions and 5 deletions

View File

@ -13928,13 +13928,22 @@
} }
}, },
"rollup": { "rollup": {
"version": "0.68.2", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.68.2.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.0.0.tgz",
"integrity": "sha512-WgjNCXYv7ZbtStIap1+tz4pd2zwz0XYN//OILwEY6dINIFLVizK1iWdu+ZtUURL/OKnp8Lv2w8FBds8YihzX7Q==", "integrity": "sha512-LV6Qz+RkuDAfxr9YopU4k5o5P/QA7YNq9xi2Ug2IqOmhPt9sAm89vh3SkNtFok3bqZHX54eMJZ8F68HPejgqtw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/estree": "0.0.39", "@types/estree": "0.0.39",
"@types/node": "*" "@types/node": "*",
"acorn": "^6.0.4"
},
"dependencies": {
"acorn": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz",
"integrity": "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==",
"dev": true
}
} }
}, },
"rollup-plugin-babel": { "rollup-plugin-babel": {

View File

@ -109,7 +109,7 @@
"marked": "^0.5.1", "marked": "^0.5.1",
"prettier": "^1.14.3", "prettier": "^1.14.3",
"rimraf": "2.6.2", "rimraf": "2.6.2",
"rollup": "0.68.2", "rollup": "1.0.0",
"rollup-plugin-babel": "3.0.7", "rollup-plugin-babel": "3.0.7",
"rollup-plugin-commonjs": "9.2.0", "rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-json": "^3.0.0", "rollup-plugin-json": "^3.0.0",