From 033c30faf3518ac82cb7db9403d1e09b80c112f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 04:54:28 +0000 Subject: [PATCH] build(deps): bump radix-vue from 1.4.7 to 1.4.8 Bumps [radix-vue](https://github.com/radix-vue/radix-vue) from 1.4.7 to 1.4.8. - [Release notes](https://github.com/radix-vue/radix-vue/releases) - [Commits](https://github.com/radix-vue/radix-vue/compare/v1.4.7...v1.4.8) --- updated-dependencies: - dependency-name: radix-vue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2653d42..0ced5ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "clsx": "^2.1.0", "lucide-vue-next": "^0.335.0", "prettier-plugin-tailwindcss": "^0.5.11", - "radix-vue": "^1.4.7", + "radix-vue": "^1.4.8", "tailwind-merge": "^2.2.1", "tailwindcss-animate": "^1.0.7", "vue": "^3.4.19", @@ -1923,9 +1923,9 @@ ] }, "node_modules/radix-vue": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/radix-vue/-/radix-vue-1.4.7.tgz", - "integrity": "sha512-wNfUCaghG2GWiPqCDK/Vp0WJPsEjXSVOwdiSMnYlKnSK3DQpCf4vJg9b67SA89xGB+YVQnLEqewSUn0G5scVSg==", + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/radix-vue/-/radix-vue-1.4.8.tgz", + "integrity": "sha512-DDCA9QjyBpV9iOyUrSWjK8B5j78aFKZFl8DRGKYeR7l4nIejtxulVyWzaCk4lv+KXmupyP9SXC4LlC3AGjeR5w==", "dependencies": { "@floating-ui/dom": "^1.5.4", "@floating-ui/vue": "^1.0.4", diff --git a/package.json b/package.json index 762f961..d583cf3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "clsx": "^2.1.0", "lucide-vue-next": "^0.335.0", "prettier-plugin-tailwindcss": "^0.5.11", - "radix-vue": "^1.4.7", + "radix-vue": "^1.4.8", "tailwind-merge": "^2.2.1", "tailwindcss-animate": "^1.0.7", "vue": "^3.4.19",