From 80f06066c65bbf707181a0b3b031e35b80f9437b Mon Sep 17 00:00:00 2001 From: zernonia Date: Tue, 28 May 2024 13:43:52 +0800 Subject: [PATCH] chore: bump radix-vue version --- apps/www/package.json | 2 +- packages/cli/package.json | 2 +- packages/cli/test/fixtures/nuxt/package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/www/package.json b/apps/www/package.json index 633ce142..5b96b8ac 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -34,7 +34,7 @@ "embla-carousel-vue": "^8.1.3", "lucide-vue-next": "^0.378.0", "magic-string": "^0.30.10", - "radix-vue": "^1.8.1", + "radix-vue": "^1.8.2", "tailwindcss-animate": "^1.0.7", "v-calendar": "^3.1.2", "vaul-vue": "^0.1.2", diff --git a/packages/cli/package.json b/packages/cli/package.json index 55634d27..406c687c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -68,7 +68,7 @@ "pathe": "^1.1.2", "pkg-types": "^1.1.0", "prompts": "^2.4.2", - "radix-vue": "^1.7.3", + "radix-vue": "^1.8.2", "semver": "^7.6.0", "ts-morph": "^22.0.0", "tsconfig-paths": "^4.2.0", diff --git a/packages/cli/test/fixtures/nuxt/package.json b/packages/cli/test/fixtures/nuxt/package.json index 274fb47a..fbac1d7f 100644 --- a/packages/cli/test/fixtures/nuxt/package.json +++ b/packages/cli/test/fixtures/nuxt/package.json @@ -13,7 +13,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "lucide-vue-next": "^0.276.0", - "radix-vue": "^1.4.8", + "radix-vue": "^1.8.2", "tailwind-merge": "^1.14.0", "tailwindcss-animate": "^1.0.7" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2d5f0a83..5dd5c56a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -99,8 +99,8 @@ importers: specifier: ^0.30.10 version: 0.30.10 radix-vue: - specifier: ^1.8.1 - version: 1.8.1(vue@3.4.27(typescript@5.4.5)) + specifier: ^1.8.2 + version: 1.8.2(vue@3.4.27(typescript@5.4.5)) tailwindcss-animate: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.3) @@ -286,8 +286,8 @@ importers: specifier: ^2.4.2 version: 2.4.2 radix-vue: - specifier: ^1.7.3 - version: 1.8.1(vue@3.4.27(typescript@5.4.5)) + specifier: ^1.8.2 + version: 1.8.2(vue@3.4.27(typescript@5.4.5)) semver: specifier: ^7.6.0 version: 7.6.2 @@ -6154,8 +6154,8 @@ packages: quickselect@2.0.0: resolution: {integrity: sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==} - radix-vue@1.8.1: - resolution: {integrity: sha512-DFyUt2vc/89tpSHiJvv7Qb/Qs8zVxq2g7q4kuuDV46fmDmSC3mnV3hdSAYruU7k/KvoDpS3sd99kLGRtuG63Rw==} + radix-vue@1.8.2: + resolution: {integrity: sha512-ey6jG1rPAD/521PsXGrNkjztvh7PRw6Wwbk7LsHjsKqRoy/S4k58ryzmQ0tmoNOiUALfX92+MOnd5F3ONmuZ/w==} peerDependencies: vue: '>= 3.2.0' @@ -14542,7 +14542,7 @@ snapshots: quickselect@2.0.0: {} - radix-vue@1.8.1(vue@3.4.27(typescript@5.4.5)): + radix-vue@1.8.2(vue@3.4.27(typescript@5.4.5)): dependencies: '@floating-ui/dom': 1.6.5 '@floating-ui/vue': 1.0.6(vue@3.4.27(typescript@5.4.5)) @@ -15728,7 +15728,7 @@ snapshots: vaul-vue@0.1.2(typescript@5.4.5): dependencies: '@vueuse/core': 10.9.0(vue@3.4.27(typescript@5.4.5)) - radix-vue: 1.8.1(vue@3.4.27(typescript@5.4.5)) + radix-vue: 1.8.2(vue@3.4.27(typescript@5.4.5)) vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api'