From 9205ea6001157e654fa09b849eadca3833378104 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 05:12:37 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.42.4 to 2.43.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.42.4 to 2.43.1. - [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.42.4...v2.43.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a33c3b77..bb36e127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react": "^17.0.2", "react-dom": "^17.0.1", "release-it": "^14.5.0", - "rollup": "^2.42.4", + "rollup": "^2.43.1", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-postcss": "^4.0.0", @@ -54,7 +54,7 @@ "typescript": "^4.2.3" }, "peerDependencies": { - "react": "^17.0.2", + "react": "16 || 17", "react-dom": "16 || 17" } }, @@ -10417,9 +10417,9 @@ } }, "node_modules/rollup": { - "version": "2.42.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.42.4.tgz", - "integrity": "sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw==", + "version": "2.43.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.43.1.tgz", + "integrity": "sha512-kvRE6VJbiv4d8m2nGeccc3qRpzOMghAhu2KeITjyZVCjneIFLPQ3zm2Wmqnl0LcUg3FvDaV0MfKnG4NCMbiSfw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -20468,9 +20468,9 @@ } }, "rollup": { - "version": "2.42.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.42.4.tgz", - "integrity": "sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw==", + "version": "2.43.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.43.1.tgz", + "integrity": "sha512-kvRE6VJbiv4d8m2nGeccc3qRpzOMghAhu2KeITjyZVCjneIFLPQ3zm2Wmqnl0LcUg3FvDaV0MfKnG4NCMbiSfw==", "dev": true, "requires": { "fsevents": "~2.3.1" diff --git a/package.json b/package.json index e5796c30..9d493623 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "react": "^17.0.2", "react-dom": "^17.0.1", "release-it": "^14.5.0", - "rollup": "^2.42.4", + "rollup": "^2.43.1", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-postcss": "^4.0.0",