From 4f457f4245d1a45ad51ad3e539cc637678e41be4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 16:40:15 +0000 Subject: [PATCH] chore(deps): update playground --- playground/nuxt/package.json | 2 +- playground/vue3/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index e2dc31ddb..258ff7788 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.4", + "@floating-ui/vue": "^1.1.5", "@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 cdb617f75..b066b27c8 100644 --- a/playground/vue3/package.json +++ b/playground/vue3/package.json @@ -23,7 +23,7 @@ "autoprefixer": "^10.4.20", "eslint": "^9.9.0", "postcss": "^8.4.31", - "tailwindcss": "^3.4.10", + "tailwindcss": "^3.4.11", "unplugin-vue-components": "^0.27.4", "vite": "^4.5.0", "vue-tsc": "^2.0.29"