From abcaf5b686f123695c79ff0db04e2220c2c97a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 11:58:38 +0000 Subject: [PATCH] Bump react-is from 18.1.0 to 18.2.0 Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 18.1.0 to 18.2.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react-is) --- updated-dependencies: - dependency-name: react-is dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[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 2dd3a98..81616f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8720,9 +8720,9 @@ } }, "react-is": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz", - "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, "read-pkg": { diff --git a/package.json b/package.json index e7e77a7..4a22c1e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "node-sass": "^7.0.1", "npm-run-all": "^4.1.5", "onchange": "^7.0.2", - "react-is": "^18.1.0" + "react-is": "^18.2.0" }, "repository": { "type": "git",