From ac99116f980549bcae7dfd4af19cdbaa4dd6a920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 15:50:09 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 5 updates Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.11.0` | `1.14.0` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.2.2` | `4.2.4` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.2` | `4.2.4` | | [vite-plugin-css-injected-by-js](https://github.com/marco-prontera/vite-plugin-css-injected-by-js) | `5.0.0` | `5.0.1` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.1.6` | `6.2.2` | Updates `lucide-react` from 1.11.0 to 1.14.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.14.0/packages/lucide-react) Updates `@tailwindcss/vite` from 4.2.2 to 4.2.4 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.4/packages/@tailwindcss-vite) Updates `tailwindcss` from 4.2.2 to 4.2.4 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.4/packages/tailwindcss) Updates `vite-plugin-css-injected-by-js` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/marco-prontera/vite-plugin-css-injected-by-js/releases) - [Commits](https://github.com/marco-prontera/vite-plugin-css-injected-by-js/compare/v5.0.0...v5.0.1) Updates `astro` from 6.1.6 to 6.2.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.2.2/packages/astro) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: astro dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lucide-react dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tailwindcss dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: vite-plugin-css-injected-by-js dependency-version: 5.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 6 +++--- packages/ui/package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index d946637..05e7705 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@astrojs/sitemap": "3.7.2", - "@tailwindcss/vite": "4.2.2", - "astro": "6.1.6", - "tailwindcss": "4.2.2" + "@tailwindcss/vite": "4.2.4", + "astro": "6.2.2", + "tailwindcss": "4.2.4" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index a3dca78..bc68936 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -42,7 +42,7 @@ "@radix-ui/react-toggle": "1.1.10", "class-variance-authority": "0.7.1", "clsx": "2.1.1", - "lucide-react": "1.11.0", + "lucide-react": "1.14.0", "tailwind-merge": "3.5.0", "tailwindcss-scoped-preflight": "^4.0.6" }, @@ -65,7 +65,7 @@ "terser": "5.46.2", "typescript": "6.0.2", "vite": "8.0.10", - "vite-plugin-css-injected-by-js": "5.0.0", + "vite-plugin-css-injected-by-js": "5.0.1", "vite-plugin-dts": "4.5.4" }, "license": "MIT"