From ad0c80af812c9e1939a5197f3e38768a86e55059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:54:39 +0000 Subject: [PATCH] build(deps-dev): bump @types/react in /template/react-ts-tailwind Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.56 to 18.2.74. - [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 ... Signed-off-by: dependabot[bot] --- template/react-ts-tailwind/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/react-ts-tailwind/package.json b/template/react-ts-tailwind/package.json index b806bb7..ed72242 100644 --- a/template/react-ts-tailwind/package.json +++ b/template/react-ts-tailwind/package.json @@ -32,7 +32,7 @@ "@commitlint/cli": "^18.2.0", "@commitlint/config-conventional": "^18.1.0", "@types/node": "20.11.19", - "@types/react": "18.2.56", + "@types/react": "18.2.74", "@types/react-dom": "^18", "@types/react-router-dom": "^5.3.3", "autoprefixer": "^10.0.1",