Update rollup build-time dependency

This commit is contained in:
David Evans 2019-06-16 09:04:28 +01:00
parent 35b8145275
commit bc64c1016b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4968,9 +4968,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "1.15.5", "version": "1.15.6",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.15.5.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.15.6.tgz",
"integrity": "sha512-Dix1YCY6BlsVK20SjQHBjKqxW2K+lqNr6BlCKxtdZuYqmUWLm8NzKHdrJyiFFjUO2hSI4wiC7apE+jAkDA3fEQ==", "integrity": "sha512-s3Vn3QJQ5YVFfIG4nXoG9VdL1I37IZsft+4ZyeBhxE0df1kCFz9e+4bEAbR4mKH3pvBO9e9xjdxWPhhIp0r9ow==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/estree": "0.0.39", "@types/estree": "0.0.39",

View File

@ -57,7 +57,7 @@
"karma-safari-launcher": "^1.0.0", "karma-safari-launcher": "^1.0.0",
"pngcrush": "^2.0.1", "pngcrush": "^2.0.1",
"requirejs": "^2.3.6", "requirejs": "^2.3.6",
"rollup": "^1.15.5", "rollup": "^1.15.6",
"rollup-plugin-hypothetical": "^2.1.0", "rollup-plugin-hypothetical": "^2.1.0",
"rollup-plugin-multi-entry": "^2.1.0", "rollup-plugin-multi-entry": "^2.1.0",
"source-map-support": "^0.5.12", "source-map-support": "^0.5.12",