From 8d5c89f234330e229412600b12bdfdc287fe9aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:07:12 +0000 Subject: [PATCH] chore(all): bump reka-ui from 2.5.1 to 2.6.0 Bumps [reka-ui](https://github.com/unovue/reka-ui) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/unovue/reka-ui/releases) - [Commits](https://github.com/unovue/reka-ui/compare/v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: reka-ui dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- services/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43d62af0d..a99b190cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19526,9 +19526,9 @@ } }, "node_modules/reka-ui": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.5.1.tgz", - "integrity": "sha512-QJGB3q21wQ1Kw28HhhNDpjfFe8qpePX1gK4FTBRd68XTh9aEnhR5bTJnlV0jxi8FBPh0xivZBeNFUc3jiGx7mQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.6.0.tgz", + "integrity": "sha512-NrGMKrABD97l890mFS3TNUzB0BLUfbL3hh0NjcJRIUSUljb288bx3Mzo31nOyUcdiiW0HqFGXJwyCBh9cWgb0w==", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.13", @@ -23620,7 +23620,7 @@ "mitt": "^3.0.1", "pinia": "^3.0.3", "prismjs": "^1.30.0", - "reka-ui": "^2.5.1", + "reka-ui": "^2.6.0", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7", "vee-validate": "^4.15.1", diff --git a/services/frontend/package.json b/services/frontend/package.json index 090454f7f..1e034e7e9 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -26,7 +26,7 @@ "mitt": "^3.0.1", "pinia": "^3.0.3", "prismjs": "^1.30.0", - "reka-ui": "^2.5.1", + "reka-ui": "^2.6.0", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7", "vee-validate": "^4.15.1",