From dbe3aa8159c60dbf7483575c80351642688773b6 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Sun, 31 Dec 2023 22:33:22 +0330 Subject: [PATCH] chore: update `radix-vue` --- apps/www/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/www/package.json b/apps/www/package.json index 6522331a..c5ace61e 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -28,7 +28,7 @@ "codesandbox": "^2.2.3", "date-fns": "^2.30.0", "lucide-vue-next": "^0.276.0", - "radix-vue": "^1.2.3", + "radix-vue": "^1.2.5", "tailwindcss-animate": "^1.0.7", "v-calendar": "^3.1.2", "vee-validate": "4.12.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 708b4485..4c7de87b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,8 +87,8 @@ importers: specifier: ^0.276.0 version: 0.276.0(vue@3.3.7) radix-vue: - specifier: ^1.2.3 - version: 1.2.3(vue@3.3.7) + specifier: ^1.2.5 + version: 1.2.5(vue@3.3.7) tailwindcss-animate: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.3.5) @@ -11379,22 +11379,22 @@ packages: resolution: {integrity: sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==} dev: false - /radix-vue@1.2.3(vue@3.3.7): + /radix-vue@1.2.3(vue@3.3.9): resolution: {integrity: sha512-iR4D3SoIoCzKeCldxwxjLv0roGBZNSKAxE5/CgB8V1P7Mk7RtVhnFmOIWL/Z3XNzR9XfU03s8FZLIs+1LCEXnQ==} dependencies: '@floating-ui/dom': 1.5.3 - '@floating-ui/vue': 1.0.2(vue@3.3.7) + '@floating-ui/vue': 1.0.2(vue@3.3.9) fast-deep-equal: 3.1.3 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /radix-vue@1.2.3(vue@3.3.9): - resolution: {integrity: sha512-iR4D3SoIoCzKeCldxwxjLv0roGBZNSKAxE5/CgB8V1P7Mk7RtVhnFmOIWL/Z3XNzR9XfU03s8FZLIs+1LCEXnQ==} + /radix-vue@1.2.5(vue@3.3.7): + resolution: {integrity: sha512-m4OIGmq5MFvRwzS841vKiX0jYVC6bIRH+MYk/cJTQC0feY7aifppjfqh7XV9FtDsjEetSrDnm1JSd0YIKh3kwQ==} dependencies: '@floating-ui/dom': 1.5.3 - '@floating-ui/vue': 1.0.2(vue@3.3.9) + '@floating-ui/vue': 1.0.2(vue@3.3.7) fast-deep-equal: 3.1.3 transitivePeerDependencies: - '@vue/composition-api'