From 4f930cf6af66b20b54c81eabb163d6d63b9a9e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:28:51 +0000 Subject: [PATCH] Bump @types/react from 18.3.1 to 18.3.2 in the types group Bumps the types group with 1 update: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `@types/react` from 18.3.1 to 18.3.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] --- node_modules | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules b/node_modules index cb4006aefd6..ff5e81d17d9 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit cb4006aefd624d6c3c5abbcbd801b03c3f5a44b9 +Subproject commit ff5e81d17d9bf2a6955b8ad2ff601a017b3068e5 diff --git a/package.json b/package.json index 0c083f7eb4d..972be071a6e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@types/deep-equal": "1.0.4", "@types/qunit": "^2.19.10", - "@types/react": "18.3.1", + "@types/react": "18.3.2", "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "7.8.0", "argparse": "2.0.1",