Update rollup to the latest version 🚀 (#822)

* fix(package): update rollup to version 0.68.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot] 2018-12-16 09:34:53 -08:00 committed by Nolan Lawson
parent 146ac8d4aa
commit 77b84d44f4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7871,9 +7871,9 @@
}
},
"rollup": {
"version": "0.67.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.67.4.tgz",
"integrity": "sha512-AVuP73mkb4BBMUmksQ3Jw0jTrBTU1i7rLiUYjFxLZGb3xiFmtVEg40oByphkZAsiL0bJC3hRAJUQos/e5EBd+w==",
"version": "0.68.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.68.0.tgz",
"integrity": "sha512-UbmntCf8QBlOqJnwsNWQCI0oonHOgs9y1OLoO8BHf2r8gCyRLp3JzLHXARJpsNDAS08Qm3LDjzyWma5sqnCxDQ==",
"requires": {
"@types/estree": "0.0.39",
"@types/node": "*"

View File

@ -77,7 +77,7 @@
"pify": "^4.0.1",
"quick-lru": "^2.0.0",
"requestidlecallback": "^0.3.0",
"rollup": "^0.67.4",
"rollup": "^0.68.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-terser": "^3.0.0",
"sapper": "github:nolanlawson/sapper#nolan/sw-index-html-built",