diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index 2ed677276..58c57c0f1 100644 --- a/playground/nuxt/package.json +++ b/playground/nuxt/package.json @@ -13,7 +13,7 @@ "radix-vue": "link:../../packages/radix-vue" }, "devDependencies": { - "@floating-ui/vue": "^1.1.2", + "@floating-ui/vue": "^1.1.4", "@iconify/vue": "^4.1.2", "@nuxt/devtools": "latest", "@nuxtjs/tailwindcss": "^6.12.1", diff --git a/playground/vue3/package.json b/playground/vue3/package.json index ceefabaa1..16f347295 100644 --- a/playground/vue3/package.json +++ b/playground/vue3/package.json @@ -23,8 +23,8 @@ "autoprefixer": "^10.4.20", "eslint": "^9.6.0", "postcss": "^8.4.31", - "tailwindcss": "^3.4.7", - "unplugin-vue-components": "^0.27.3", + "tailwindcss": "^3.4.9", + "unplugin-vue-components": "^0.27.4", "vite": "^4.5.0", "vue-tsc": "^2.0.29" }