2
0
mirror of https://github.com/codl/forget synced 2025-01-09 14:12:32 +01:00

Bump rollup from 0.65.2 to 0.66.0

Bumps [rollup](https://github.com/rollup/rollup) from 0.65.2 to 0.66.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.65.2...v0.66.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-09-17 08:55:48 +00:00 committed by codl
parent a8afa8a38a
commit 510c3689fa
3 changed files with 7 additions and 7 deletions

6
package-lock.json generated
View File

@ -342,9 +342,9 @@
"dev": true
},
"rollup": {
"version": "0.65.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.65.2.tgz",
"integrity": "sha512-BbXOrpxVbx0MpElI6vVLR2B6vnWHvYU/QAMw3GcEXvs601bvgrozuaW30cnvt43B96a6DeoYA0i9T5THanN+Rw==",
"version": "0.66.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.66.0.tgz",
"integrity": "sha512-WOkVBSdod3phCSAri5Q579JufeAzJTi43L4oAHzFtjRWJTv2LIszYCU3K9TLMEsVksMY93EwgWCb+hpKRhQwGg==",
"dev": true,
"requires": {
"@types/estree": "0.0.39",

View File

@ -1,6 +1,6 @@
{
"devDependencies": {
"rollup": "^0.65.2",
"rollup": "^0.66.0",
"rollup-plugin-svelte": "^4.3.0",
"svelte": "^2.13.4"
}

View File

@ -250,9 +250,9 @@ rollup-pluginutils@^2.3.0:
estree-walker "^0.5.2"
micromatch "^2.3.11"
rollup@^0.65.2:
version "0.65.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.65.2.tgz#e1532e3c1a2e102c89d99289a184fcbbc7cd4b4a"
rollup@^0.66.0:
version "0.66.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.66.0.tgz#697acc008f4b613695b17222c7626affddf4a506"
dependencies:
"@types/estree" "0.0.39"
"@types/node" "*"