From c75b82169ec6b21db81c4a99b0b8bc83405ef403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:26:42 +0000 Subject: [PATCH] chore(deps): bump react-dom in /platform/apps/agent-sync-desktop/ui Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.4 to 19.2.5. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../apps/agent-sync-desktop/ui/package-lock.json | 16 ++++++++++------ platform/apps/agent-sync-desktop/ui/package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/platform/apps/agent-sync-desktop/ui/package-lock.json b/platform/apps/agent-sync-desktop/ui/package-lock.json index e08bbcf..4d7e8dd 100644 --- a/platform/apps/agent-sync-desktop/ui/package-lock.json +++ b/platform/apps/agent-sync-desktop/ui/package-lock.json @@ -1,19 +1,19 @@ { "name": "dotagents-desktop-ui", - "version": "0.2.5", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dotagents-desktop-ui", - "version": "0.2.5", + "version": "0.3.0", "dependencies": { "@tauri-apps/api": "^2.2.0", "@tauri-apps/plugin-dialog": "^2.2.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "react": "^19.2.4", - "react-dom": "^19.2.4", + "react-dom": "^19.2.5", "tailwind-merge": "^3.5.0" }, "devDependencies": { @@ -6145,20 +6145,24 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.4", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "19.2.4", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", + "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.4" + "react": "^19.2.5" } }, "node_modules/react-is": { diff --git a/platform/apps/agent-sync-desktop/ui/package.json b/platform/apps/agent-sync-desktop/ui/package.json index fd9819b..5ae22e4 100644 --- a/platform/apps/agent-sync-desktop/ui/package.json +++ b/platform/apps/agent-sync-desktop/ui/package.json @@ -27,7 +27,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "react": "^19.2.4", - "react-dom": "^19.2.4", + "react-dom": "^19.2.5", "tailwind-merge": "^3.5.0" }, "devDependencies": {