From 22b917a0f7515771433d9ed7f431c253f1c68db3 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 5 Jun 2025 12:46:50 +0200 Subject: [PATCH] chore(deps): pin `reka-ui` & `vaul-vue` dependencies Related to https://github.com/nuxt/ui/issues/4257 --- package.json | 4 ++-- pnpm-lock.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 413baeda..2f6e7c37 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "mlly": "^1.7.4", "ohash": "^2.0.11", "pathe": "^2.0.3", - "reka-ui": "^2.3.0", + "reka-ui": "2.3.0", "scule": "^1.3.0", "tailwind-variants": "^1.0.0", "tailwindcss": "^4.1.8", @@ -152,7 +152,7 @@ "unplugin": "^2.3.5", "unplugin-auto-import": "^19.3.0", "unplugin-vue-components": "^28.7.0", - "vaul-vue": "^0.4.1", + "vaul-vue": "0.4.1", "vue-component-type-helpers": "^2.2.10" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef060c5a..1110846b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -119,7 +119,7 @@ importers: specifier: ^2.0.3 version: 2.0.3 reka-ui: - specifier: ^2.3.0 + specifier: 2.3.0 version: 2.3.0(typescript@5.8.3)(vue@3.5.16(typescript@5.8.3)) scule: specifier: ^1.3.0 @@ -152,7 +152,7 @@ importers: specifier: ^1.0.0 version: 1.1.0(typescript@5.8.3) vaul-vue: - specifier: ^0.4.1 + specifier: 0.4.1 version: 0.4.1(reka-ui@2.3.0(typescript@5.8.3)(vue@3.5.16(typescript@5.8.3)))(vue@3.5.16(typescript@5.8.3)) vue-component-type-helpers: specifier: ^2.2.10