From 52b7e3bf5728f980d3cbbad6b2e6a42bdfb21cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:17:57 +0000 Subject: [PATCH] Bump @types/react from 18.2.73 to 18.2.74 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.73 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] --- Land/Cargo/Runtime/example/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Land/Cargo/Runtime/example/functions/package.json b/Land/Cargo/Runtime/example/functions/package.json index 6db4dba5..51ecaac1 100644 --- a/Land/Cargo/Runtime/example/functions/package.json +++ b/Land/Cargo/Runtime/example/functions/package.json @@ -15,7 +15,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@types/react": "18.2.73", + "@types/react": "18.2.74", "@types/react-dom": "18.2.23", "esbuild": "0.20.2" }