From 11d3519dd8a426d181f2d73239681a572ed371f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:54:34 +0000 Subject: [PATCH] Bump bits-ui in /src/Exceptionless.Web/ClientApp Bumps [bits-ui](https://github.com/huntabyte/bits-ui) from 1.0.0-next.65 to 1.0.0-next.72. - [Release notes](https://github.com/huntabyte/bits-ui/releases) - [Commits](https://github.com/huntabyte/bits-ui/compare/bits-ui@1.0.0-next.65...bits-ui@1.0.0-next.72) --- updated-dependencies: - dependency-name: bits-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Exceptionless.Web/ClientApp/package-lock.json | 9 ++++----- src/Exceptionless.Web/ClientApp/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index 20dbd9b24..0163f5802 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -15,7 +15,7 @@ "@tanstack/svelte-query-devtools": "https://pkg.pr.new/@tanstack/svelte-query-devtools@28f98f9", "@tanstack/svelte-table": "^9.0.0-alpha.10", "@typeschema/class-validator": "^0.3.0", - "bits-ui": "^1.0.0-next.64", + "bits-ui": "^1.0.0-next.72", "class-validator": "^0.14.1", "clsx": "^2.1.1", "formsnap": "^2.0.0-next.1", @@ -2234,10 +2234,9 @@ } }, "node_modules/bits-ui": { - "version": "1.0.0-next.65", - "resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-1.0.0-next.65.tgz", - "integrity": "sha512-6pJ2dYP28kkYhvXKyUh22ocTyzciRrx752FJ8+oKUDQ07qnP4O/D8oAFo9pbZVU1MJ3wSMTXkpOVI/DrkJhChQ==", - "license": "MIT", + "version": "1.0.0-next.72", + "resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-1.0.0-next.72.tgz", + "integrity": "sha512-a5KlTSiju/lGmlGxA2KjVTLYYewaGos+aw1et3CXcPW2+UC/HfV/jiCiHt7SEGIJvCbEKH5RKPBrHzewBEfZlQ==", "dependencies": { "@floating-ui/core": "^1.6.4", "@floating-ui/dom": "^1.6.7", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index 961b48a3a..5aaef9a3a 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -59,7 +59,7 @@ "@tanstack/svelte-query-devtools": "https://pkg.pr.new/@tanstack/svelte-query-devtools@28f98f9", "@tanstack/svelte-table": "^9.0.0-alpha.10", "@typeschema/class-validator": "^0.3.0", - "bits-ui": "^1.0.0-next.64", + "bits-ui": "^1.0.0-next.72", "class-validator": "^0.14.1", "clsx": "^2.1.1", "formsnap": "^2.0.0-next.1",