Skip to content

Commit 8f8df17

Browse files
dependabot-preview[bot]JounQin
authored andcommitted
Bump rollup from 0.65.0 to 1.16.6 (#59)
Bumps [rollup](https://github.com/rollup/rollup) from 0.65.0 to 1.16.6. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v0.65.0...v1.16.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent ff8dd6a commit 8f8df17

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jest": "^22.4.2",
4747
"jsdoc": "^3.6.2",
4848
"prettier": "^1.11.1",
49-
"rollup": "^0.65.0",
49+
"rollup": "^1.16.6",
5050
"rollup-plugin-buble": "^0.19.8",
5151
"rollup-watch": "^4.3.1"
5252
}

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
version "0.0.39"
8585
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
8686

87-
"@types/node@*":
88-
version "10.0.9"
89-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.9.tgz#7cb73a6ef9cf4e41e5354e114e824bfdfd96a6b4"
87+
"@types/node@^12.0.10":
88+
version "12.0.12"
89+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.12.tgz#cc791b402360db1eaf7176479072f91ee6c6c7ca"
9090

9191
abab@^1.0.4:
9292
version "1.0.4"
@@ -3871,12 +3871,13 @@ rollup-watch@^4.3.1:
38713871
require-relative "0.8.7"
38723872
rollup-pluginutils "^2.0.1"
38733873

3874-
rollup@^0.65.0:
3875-
version "0.65.0"
3876-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.65.0.tgz#280db1252169b68fc3043028346b337dde453fba"
3874+
rollup@^1.16.6:
3875+
version "1.16.6"
3876+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.16.6.tgz#0d979e3edd14a27e5436a145c7f1fcef35e0083b"
38773877
dependencies:
38783878
"@types/estree" "0.0.39"
3879-
"@types/node" "*"
3879+
"@types/node" "^12.0.10"
3880+
acorn "^6.1.1"
38803881

38813882
run-async@^2.2.0:
38823883
version "2.3.0"

0 commit comments

Comments
 (0)