From 96fa68f680c803d755a0510077bdcda7e63e1e01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 12:24:03 +0800 Subject: [PATCH] chore(deps-dev): update rollup from ^1.20.1 to ^1.20.2 (#426) Updates the requirements on [rollup](https://github.com/rollup/rollup) to permit the latest version. - [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/v1.20.1...v1.20.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f210cadee..4284a66f6 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "markdownlint-cli": "^0.18.0", "npm-run-all": "^4.1.5", "prettier": "^1.18.2", - "rollup": "^1.20.1", + "rollup": "^1.20.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-terser": "^5.1.1" },