From 6e8d9f35340d45ab22f87211d4ea6f7c4860d2fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 07:57:31 +0000 Subject: [PATCH] Bump react-streaming from 0.3.50 to 0.4.2 Bumps [react-streaming](https://github.com/brillout/react-streaming) from 0.3.50 to 0.4.2. - [Changelog](https://github.com/brillout/react-streaming/blob/main/CHANGELOG.md) - [Commits](https://github.com/brillout/react-streaming/compare/v0.3.50...v0.4.2) --- updated-dependencies: - dependency-name: react-streaming dependency-version: 0.4.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/package.json b/packages/client/package.json index 7f45c60..8a0be2b 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -49,7 +49,7 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "react-icons": "^5.4.0", - "react-streaming": "^0.3.44", + "react-streaming": "^0.4.2", "react-textarea-autosize": "^8.5.5", "shiki": "^1.24.0", "typescript": "^5.7.2",