chore: update dep rollup (#924)

This commit is contained in:
Nolan Lawson 2019-01-27 12:29:20 -08:00 committed by GitHub
parent 3dfab37f53
commit 14932e2479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -8227,9 +8227,9 @@
}
},
"rollup": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.1.0.tgz",
"integrity": "sha512-NK03gkkOz0CchHBMGomcNqa6U3jLNzHuWK9SI0+1FV475JA6cQxVtjlDcQoKKDNIQ3IwYumIlgoKYDEWUyFBwQ==",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.1.2.tgz",
"integrity": "sha512-OkdMxqMl8pWoQc5D8y1cIinYQPPLV8ZkfLgCzL6SytXeNA2P7UHynEQXI9tYxuAjAMsSyvRaWnyJDLHMxq0XAg==",
"requires": {
"@types/estree": "0.0.39",
"@types/node": "*",

View File

@ -83,7 +83,7 @@
"quick-lru": "^2.0.0",
"remount": "^0.9.3",
"requestidlecallback": "^0.3.0",
"rollup": "^1.1.0",
"rollup": "^1.1.2",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-terser": "^4.0.2",
"sapper": "github:nolanlawson/sapper#nolan/sw-index-html-built",