From 0300611df87711e107ef65a18d53eefc202a3f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 02:25:08 +0000 Subject: [PATCH] chore(deps): bump @types/react in /web/ui/dashboard Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.26 to 19.2.1. - [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-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/ui/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/dashboard/package.json b/web/ui/dashboard/package.json index eeb85db20d..89fc4349be 100644 --- a/web/ui/dashboard/package.json +++ b/web/ui/dashboard/package.json @@ -24,7 +24,7 @@ "@radix-ui/colors": "^3.0.0", "@tailwindcss/container-queries": "^0.1.1", "@types/markdown-it": "^12.2.3", - "@types/react": "^18.0.21", + "@types/react": "^19.2.1", "axios": "^1.6.7", "date-fns": "^2.27.0", "monaco-editor": "^0.34.1",