From afc4f9f225d6ebd89ca269bf6cf47894c166feb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 14:00:01 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .histoire/package.json | 14 +++++++------- docs/package.json | 24 ++++++++++++------------ package.json | 6 +++--- packages/plugins/package.json | 8 ++++---- packages/radix-vue/package.json | 18 +++++++++--------- 5 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.histoire/package.json b/.histoire/package.json index 9f015c8a9..e9cccd8e9 100644 --- a/.histoire/package.json +++ b/.histoire/package.json @@ -18,17 +18,17 @@ }, "devDependencies": { "@antfu/eslint-config": "^2.27.3", - "@floating-ui/dom": "^1.6.7", - "@floating-ui/vue": "^1.1.0", + "@floating-ui/dom": "^1.6.12", + "@floating-ui/vue": "^1.1.5", "@histoire/plugin-vue": "^0.17.17", - "@iconify/vue": "^4.1.2", + "@iconify/vue": "^4.3.0", "@radix-ui/colors": "^3.0.0", - "@rollup/plugin-alias": "^5.1.0", - "autoprefixer": "^10.4.19", + "@rollup/plugin-alias": "^5.1.1", + "autoprefixer": "^10.4.20", "eslint": "^9.10.0", "histoire": "^0.17.17", - "postcss": "^8.4.39", - "tailwindcss": "^3.4.4", + "postcss": "^8.4.49", + "tailwindcss": "^3.4.17", "tailwindcss-animate": "1.0.7" } } diff --git a/docs/package.json b/docs/package.json index dae9fecb8..487e353d4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,28 +13,28 @@ "typescript": "*" }, "dependencies": { - "@internationalized/date": "^3.5.4", - "@stackblitz/sdk": "^1.10.0", - "@vueuse/core": "^10.11.0", + "@internationalized/date": "^3.6.0", + "@stackblitz/sdk": "^1.11.0", + "@vueuse/core": "^10.11.1", "radix-vue": "link:../packages/radix-vue", "vue": "3.4.31", "vue-sonner": "^1.1.3" }, "devDependencies": { - "@babel/traverse": "^7.24.7", - "@iconify/vue": "^4.1.2", + "@babel/traverse": "^7.26.4", + "@iconify/vue": "^4.3.0", "@radix-ui/colors": "^3.0.0", "@types/babel__traverse": "^7.20.6", - "@types/markdown-it": "^14.1.1", + "@types/markdown-it": "^14.1.2", "@vue/tsconfig": "^0.5.1", - "autoprefixer": "^10.4.19", + "autoprefixer": "^10.4.20", "codesandbox": "^2.2.3", - "fast-glob": "^3.3.2", + "fast-glob": "^3.3.3", "markdown-it": "^14.1.0", - "postcss": "^8.4.39", - "tailwindcss": "^3.4.4", - "tsx": "^4.16.0", - "vitepress": "1.2.3", + "postcss": "^8.4.49", + "tailwindcss": "^3.4.17", + "tsx": "^4.19.2", + "vitepress": "1.5.0", "vue-component-meta": "^2.0.24" }, "postcss": { diff --git a/package.json b/package.json index bbe7357db..4b179b25c 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,9 @@ }, "devDependencies": { "@antfu/eslint-config": "^2.27.3", - "@commitlint/cli": "^19.3.0", - "@commitlint/config-conventional": "^19.2.2", - "bumpp": "^9.4.1", + "@commitlint/cli": "^19.6.1", + "@commitlint/config-conventional": "^19.6.0", + "bumpp": "^9.9.2", "eslint": "^9.10.0", "lint-staged": "^15.2.10", "pnpm": "^9.4.0", diff --git a/packages/plugins/package.json b/packages/plugins/package.json index 66a2c7a0c..bce1068c2 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.15.1", + "@nuxt/schema": "^3.15.1", "radix-vue": "link:../radix-vue", - "tsx": "^4.16.0", + "tsx": "^4.19.2", "unbuild": "^2.0.0", - "unplugin-vue-components": "^0.27.2" + "unplugin-vue-components": "^0.28.0" } } diff --git a/packages/radix-vue/package.json b/packages/radix-vue/package.json index 61936ad11..60a5dd2b1 100644 --- a/packages/radix-vue/package.json +++ b/packages/radix-vue/package.json @@ -93,26 +93,26 @@ "vue": ">= 3.2.0" }, "dependencies": { - "@floating-ui/dom": "^1.6.7", - "@floating-ui/vue": "^1.1.0", - "@internationalized/date": "^3.5.4", - "@internationalized/number": "^3.5.3", - "@tanstack/vue-virtual": "^3.8.1", - "@vueuse/core": "^10.11.0", - "@vueuse/shared": "^10.11.0", + "@floating-ui/dom": "^1.6.12", + "@floating-ui/vue": "^1.1.5", + "@internationalized/date": "^3.6.0", + "@internationalized/number": "^3.6.0", + "@tanstack/vue-virtual": "^3.11.2", + "@vueuse/core": "^10.11.1", + "@vueuse/shared": "^10.11.1", "aria-hidden": "^1.2.4", "defu": "^6.1.4", "fast-deep-equal": "^3.1.3", "nanoid": "^5.0.7" }, "devDependencies": { - "@iconify/vue": "^4.1.2", + "@iconify/vue": "^4.3.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", "@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.17.11", "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vitest/coverage-istanbul": "^2.1.1",