chore: update rollup to latest (#879)
This commit is contained in:
parent
af827d1338
commit
a39c57af8d
|
@ -8059,19 +8059,19 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rollup": {
|
"rollup": {
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.1.0.tgz",
|
||||||
"integrity": "sha512-LV6Qz+RkuDAfxr9YopU4k5o5P/QA7YNq9xi2Ug2IqOmhPt9sAm89vh3SkNtFok3bqZHX54eMJZ8F68HPejgqtw==",
|
"integrity": "sha512-NK03gkkOz0CchHBMGomcNqa6U3jLNzHuWK9SI0+1FV475JA6cQxVtjlDcQoKKDNIQ3IwYumIlgoKYDEWUyFBwQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/estree": "0.0.39",
|
"@types/estree": "0.0.39",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"acorn": "^6.0.4"
|
"acorn": "^6.0.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"acorn": {
|
"acorn": {
|
||||||
"version": "6.0.4",
|
"version": "6.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.5.tgz",
|
||||||
"integrity": "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg=="
|
"integrity": "sha512-i33Zgp3XWtmZBMNvCr4azvOFeWVw1Rk6p3hfi3LUDvIFraOMywb1kAtrbi+med14m4Xfpqm3zRZMT+c0FNE7kg=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
"quick-lru": "^2.0.0",
|
"quick-lru": "^2.0.0",
|
||||||
"remount": "^0.9.3",
|
"remount": "^0.9.3",
|
||||||
"requestidlecallback": "^0.3.0",
|
"requestidlecallback": "^0.3.0",
|
||||||
"rollup": "^1.0.0",
|
"rollup": "^1.1.0",
|
||||||
"rollup-plugin-replace": "^2.1.0",
|
"rollup-plugin-replace": "^2.1.0",
|
||||||
"rollup-plugin-terser": "^4.0.0",
|
"rollup-plugin-terser": "^4.0.0",
|
||||||
"sapper": "github:nolanlawson/sapper#nolan/sw-index-html-built",
|
"sapper": "github:nolanlawson/sapper#nolan/sw-index-html-built",
|
||||||
|
|
Loading…
Reference in New Issue