From f8ed14361b71a349296f904280a9efb2a0f35539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 00:24:38 +0000 Subject: [PATCH] build(deps): update @radix-ui/react-dialog requirement in /frontend Updates the requirements on [@radix-ui/react-dialog](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dialog) to permit the latest version. - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dialog/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dialog) --- updated-dependencies: - dependency-name: "@radix-ui/react-dialog" dependency-version: 1.1.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 0b2fdff..5a8f269 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "@lezer/highlight": "^1.2.3", "@radix-ui/colors": "^3.0.0", "@radix-ui/react-checkbox": "^1.3.4", - "@radix-ui/react-dialog": "^1.1.16", + "@radix-ui/react-dialog": "^1.1.17", "@radix-ui/react-label": "^2.1.9", "@radix-ui/react-popover": "^1.1.16", "@radix-ui/react-radio-group": "^1.4.0",