From 9caaaf187a89231fe8867b6ce85f97970149c710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 17:29:56 +0200 Subject: [PATCH] chore(deps-dev): bump @types/react from 19.1.2 to 19.1.4 in /webui/react-ui (#169) chore(deps-dev): bump @types/react in /webui/react-ui Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.1.2 to 19.1.4. - [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.1.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webui/react-ui/bun.lock | 4 ++-- webui/react-ui/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webui/react-ui/bun.lock b/webui/react-ui/bun.lock index f8e175f..3332046 100644 --- a/webui/react-ui/bun.lock +++ b/webui/react-ui/bun.lock @@ -10,7 +10,7 @@ }, "devDependencies": { "@eslint/js": "^9.27.0", - "@types/react": "^19.1.2", + "@types/react": "^19.1.4", "@types/react-dom": "^19.1.5", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.26.0", @@ -215,7 +215,7 @@ "@types/json-schema": ["@types/json-schema@7.0.15", "", {}, "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="], - "@types/react": ["@types/react@19.1.2", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw=="], + "@types/react": ["@types/react@19.1.4", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-EB1yiiYdvySuIITtD5lhW4yPyJ31RkJkkDw794LaQYrxCSaQV/47y5o1FMC4zF9ZyjUjzJMZwbovEnT5yHTW6g=="], "@types/react-dom": ["@types/react-dom@19.1.5", "", { "peerDependencies": { "@types/react": "^19.0.0" } }, "sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg=="], diff --git a/webui/react-ui/package.json b/webui/react-ui/package.json index fa0c2eb..3f9c845 100644 --- a/webui/react-ui/package.json +++ b/webui/react-ui/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@eslint/js": "^9.27.0", - "@types/react": "^19.1.2", + "@types/react": "^19.1.4", "@types/react-dom": "^19.1.5", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.26.0",