From a201260f9bd4d183d6519a9975d0de5bb8e49a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:55:03 +0000 Subject: [PATCH] build(deps-dev): bump @types/react in /template/react-js-tailwind Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.57 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-minor ... Signed-off-by: dependabot[bot] --- template/react-js-tailwind/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/react-js-tailwind/package.json b/template/react-js-tailwind/package.json index 62cce18..763c63d 100644 --- a/template/react-js-tailwind/package.json +++ b/template/react-js-tailwind/package.json @@ -31,7 +31,7 @@ "@commitlint/cli": "^18.2.0", "@commitlint/config-conventional": "^18.1.0", "@types/node": "20.11.19", - "@types/react": "18.2.57", + "@types/react": "18.3.2", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8",