From 7877cc5697f11007a769c09fd166b1a5863707f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:09:06 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .histoire/package.json | 6 +++--- docs/package.json | 10 +++++----- package.json | 6 +++--- packages/plugins/package.json | 8 ++++---- packages/radix-vue/package.json | 8 ++++---- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.histoire/package.json b/.histoire/package.json index ff6090f5c..a220c1992 100644 --- a/.histoire/package.json +++ b/.histoire/package.json @@ -18,8 +18,8 @@ }, "devDependencies": { "@antfu/eslint-config": "^2.23.1", - "@floating-ui/dom": "^1.6.7", - "@floating-ui/vue": "^1.1.0", + "@floating-ui/dom": "^1.6.8", + "@floating-ui/vue": "^1.1.2", "@histoire/plugin-vue": "^0.17.17", "@iconify/vue": "^4.1.2", "@radix-ui/colors": "^3.0.0", @@ -28,7 +28,7 @@ "eslint": "^9.7.0", "histoire": "^0.17.17", "postcss": "^8.4.39", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "tailwindcss-animate": "1.0.7" } } diff --git a/docs/package.json b/docs/package.json index a3f948279..0e0e687d4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,14 +14,14 @@ }, "dependencies": { "@internationalized/date": "^3.5.4", - "@stackblitz/sdk": "^1.10.0", + "@stackblitz/sdk": "^1.11.0", "@vueuse/core": "^10.11.0", "radix-vue": "link:../packages/radix-vue", "vue": "3.4.31", "vue-sonner": "^1.1.3" }, "devDependencies": { - "@babel/traverse": "^7.24.7", + "@babel/traverse": "^7.24.8", "@iconify/vue": "^4.1.2", "@radix-ui/colors": "^3.0.0", "@types/babel__traverse": "^7.20.6", @@ -32,9 +32,9 @@ "fast-glob": "^3.3.2", "markdown-it": "^14.1.0", "postcss": "^8.4.39", - "tailwindcss": "^3.4.4", - "tsx": "^4.16.0", - "vitepress": "1.2.3", + "tailwindcss": "^3.4.6", + "tsx": "^4.16.2", + "vitepress": "1.3.1", "vue-component-meta": "^2.0.24" }, "postcss": { diff --git a/package.json b/package.json index af8a3396e..1ae953ee8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "radix-vue", "version": "1.9.2", "private": true, - "packageManager": "pnpm@9.4.0", + "packageManager": "pnpm@9.6.0", "license": "MIT", "repository": "radix-vue/radix-vue", "workspaces": [ @@ -31,8 +31,8 @@ "bumpp": "^9.4.1", "eslint": "^9.7.0", "lint-staged": "^15.2.7", - "pnpm": "^9.4.0", - "rimraf": "^5.0.7", + "pnpm": "^9.6.0", + "rimraf": "^5.0.9", "simple-git-hooks": "^2.11.1", "typescript": "5.3.3" }, diff --git a/packages/plugins/package.json b/packages/plugins/package.json index ee8a6c9bf..61efe8812 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -18,11 +18,11 @@ "stub": "unbuild --stub" }, "dependencies": { - "@nuxt/kit": "^3.12.2", - "@nuxt/schema": "^3.12.2", + "@nuxt/kit": "^3.12.4", + "@nuxt/schema": "^3.12.4", "radix-vue": "link:../radix-vue", - "tsx": "^4.16.0", + "tsx": "^4.16.2", "unbuild": "^2.0.0", - "unplugin-vue-components": "^0.27.2" + "unplugin-vue-components": "^0.27.3" } } diff --git a/packages/radix-vue/package.json b/packages/radix-vue/package.json index 3fc7c3409..7ecd1d614 100644 --- a/packages/radix-vue/package.json +++ b/packages/radix-vue/package.json @@ -93,11 +93,11 @@ "vue": ">= 3.2.0" }, "dependencies": { - "@floating-ui/dom": "^1.6.7", - "@floating-ui/vue": "^1.1.0", + "@floating-ui/dom": "^1.6.8", + "@floating-ui/vue": "^1.1.2", "@internationalized/date": "^3.5.4", "@internationalized/number": "^3.5.3", - "@tanstack/vue-virtual": "^3.8.1", + "@tanstack/vue-virtual": "^3.8.3", "@vueuse/core": "^10.11.0", "@vueuse/shared": "^10.11.0", "aria-hidden": "^1.2.4", @@ -112,7 +112,7 @@ "@testing-library/user-event": "^14.5.2", "@testing-library/vue": "^8.1.0", "@tsconfig/node18": "^18.2.4", - "@types/node": "^20.14.9", + "@types/node": "^20.14.11", "@vitejs/plugin-vue": "^5.0.5", "@vitejs/plugin-vue-jsx": "^4.0.0", "@vitest/coverage-istanbul": "^1.6.0",