From 9274251c81734539c4c453929e21858f407790f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:42:29 +0000 Subject: [PATCH] fix(deps): update playground --- playground/nuxt/package.json | 12 ++++++------ playground/vue3/package.json | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/playground/nuxt/package.json b/playground/nuxt/package.json index 5ad2743cb..c76e9d9ca 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/number": "^3.5.3", + "@internationalized/date": "^3.7.0", + "@internationalized/number": "^3.6.0", "reka-ui": "file:../../packages/core" }, "devDependencies": { - "@iconify/vue": "^4.1.2", + "@iconify/vue": "^4.3.0", "@nuxt/devtools": "latest", - "@nuxtjs/tailwindcss": "^6.12.1", + "@nuxtjs/tailwindcss": "^6.13.1", "@radix-ui/colors": "^3.0.0", - "@types/node": "^22.7.4", - "nuxt": "^3.13.2" + "@types/node": "^22.10.10", + "nuxt": "^3.15.3" } } diff --git a/playground/vue3/package.json b/playground/vue3/package.json index cac06d12a..b47b21e2a 100644 --- a/playground/vue3/package.json +++ b/playground/vue3/package.json @@ -15,14 +15,14 @@ "vue": "3.5.7" }, "devDependencies": { - "@iconify/vue": "^4.1.2", + "@iconify/vue": "^4.3.0", "@radix-ui/colors": "^3.0.0", "@rollup/plugin-alias": "^5.1.1", "@vitejs/plugin-vue": "^5.1.4", "autoprefixer": "^10.4.20", "postcss": "^8.4.31", - "tailwindcss": "^3.4.13", - "unplugin-vue-components": "^0.27.4", + "tailwindcss": "^3.4.17", + "unplugin-vue-components": "^0.28.0", "vite": "^4.5.0", "vue-tsc": "^2.1.6" }