From e7b270aa0e5affcb6e454d8a6867386de53081eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:49:31 +0000 Subject: [PATCH] chore(deps-dev): bump react-is from 18.0.0 to 18.2.0 Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 18.0.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 | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d71e65b..f5ce268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "husky": "^7.0.4", "lint-staged": "^12.3.8", "prettier": "^2.6.2", - "react-is": "^18.0.0", + "react-is": "^18.2.0", "react-refresh": "^0.12.0", "ts-node": "^10.7.0", "xml2js": "^0.4.23" @@ -10810,8 +10810,9 @@ "license": "MIT" }, "node_modules/react-is": { - "version": "18.0.0", - "license": "MIT" + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "node_modules/react-refresh": { "version": "0.12.0", @@ -20065,7 +20066,9 @@ "version": "6.0.11" }, "react-is": { - "version": "18.0.0" + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "react-refresh": { "version": "0.12.0", diff --git a/package.json b/package.json index 7654559..0cc19fa 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "husky": "^7.0.4", "lint-staged": "^12.3.8", "prettier": "^2.6.2", - "react-is": "^18.0.0", + "react-is": "^18.2.0", "react-refresh": "^0.12.0", "ts-node": "^10.7.0", "xml2js": "^0.4.23"