From f1ebcf2b6eeeab766645e27a774642b68c9b6570 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 07:56:15 +0000 Subject: [PATCH] fix(deps): update playground --- playground/nuxt/package.json | 8 ++++---- playground/vue3/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index 6d105ec36..de8c66401 100644 --- a/playground/nuxt/package.json +++ b/playground/nuxt/package.json @@ -9,16 +9,16 @@ "postinstall": "nuxt prepare" }, "dependencies": { - "@internationalized/date": "^3.5.6", + "@internationalized/date": "^3.6.0", "radix-vue": "link:../../packages/radix-vue" }, "devDependencies": { "@floating-ui/vue": "^1.1.5", "@iconify/vue": "^4.1.2", "@nuxt/devtools": "latest", - "@nuxtjs/tailwindcss": "^6.12.1", + "@nuxtjs/tailwindcss": "^6.12.2", "@radix-ui/colors": "^3.0.0", - "@types/node": "^22.7.4", - "nuxt": "^3.13.2" + "@types/node": "^22.10.1", + "nuxt": "^3.14.1592" } } diff --git a/playground/vue3/package.json b/playground/vue3/package.json index 0dafab555..b4cc571a6 100644 --- a/playground/vue3/package.json +++ b/playground/vue3/package.json @@ -23,8 +23,8 @@ "autoprefixer": "^10.4.20", "eslint": "^9.9.0", "postcss": "^8.4.31", - "tailwindcss": "^3.4.13", - "unplugin-vue-components": "^0.27.4", + "tailwindcss": "^3.4.15", + "unplugin-vue-components": "^0.27.5", "vite": "^4.5.0", "vue-tsc": "^2.1.6" }