From b045320321594af40884c01bbe947af3f2a37374 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 05:45:02 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.16.1 to 2.18.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.16.1 to 2.18.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/v2.16.1...v2.18.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b41f41b..0b4d6b3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11331,9 +11331,9 @@ } }, "rollup": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.16.1.tgz", - "integrity": "sha512-UYupMcbFtoWLB6ZtL4hPZNUTlkXjJfGT33Mmhz3hYLNmRj/cOvX2B26ZxDQuEpwtLdcyyyraBGQ7EfzmMJnXXg==", + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.18.0.tgz", + "integrity": "sha512-LhuQQp3WpnHo3HlKCRrdMXpB6jdLsGOoXXSfMjbv74s5VdV3WZhkYJT0Z6w/EH3UgPH+g/S9T4GJrKW/5iD8TA==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 6b6e03a5..b0dbd6da 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "prop-types": "^15.7.2", "react": "^16.13.1", "release-it": "^13.6.3", - "rollup": "^2.16.1", + "rollup": "^2.18.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-commonjs": "^10.1.0",