Skip to content

Commit 5cfa4b6

Browse files
deps: bump the npm-tailwind group across 1 directory with 5 updates
Bumps the npm-tailwind group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.16` | `4.2.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.16` | `4.2.0` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.5.0` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.18` | `4.2.0` | | [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) | `1.3.3` | `1.4.0` | Updates `@tailwindcss/vite` from 4.1.16 to 4.2.0 - [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.0/packages/@tailwindcss-vite) Updates `tailwindcss` from 4.1.16 to 4.2.0 - [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.0/packages/tailwindcss) Updates `tailwind-merge` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v3.4.0...v3.5.0) Updates `@tailwindcss/postcss` from 4.1.18 to 4.2.0 - [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.0/packages/@tailwindcss-postcss) Updates `tw-animate-css` from 1.3.3 to 1.4.0 - [Release notes](https://github.com/Wombosvideo/tw-animate-css/releases) - [Commits](Wombosvideo/tw-animate-css@v1.3.3...v1.4.0) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-tailwind - dependency-name: tailwindcss dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-tailwind - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-tailwind - dependency-name: "@tailwindcss/postcss" dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-tailwind - dependency-name: tw-animate-css dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-tailwind ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19878cb commit 5cfa4b6

3 files changed

Lines changed: 209 additions & 349 deletions

File tree

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"zustand": "^5.0.8"
3030
},
3131
"devDependencies": {
32-
"@tailwindcss/vite": "^4.1.14",
32+
"@tailwindcss/vite": "^4.2.2",
3333
"@tauri-apps/cli": "^2",
3434
"@types/react": "^19.1.8",
3535
"@types/react-dom": "^19.1.6",
3636
"@vitejs/plugin-react": "^5.1.2",
3737
"bun-types": "^1.3.0",
38-
"tailwindcss": "^4.1.14",
38+
"tailwindcss": "^4.2.2",
3939
"typescript": "~5.8.3",
4040
"vite": "^7.3.0"
4141
}

apps/www/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,20 @@
5757
"react-resizable-panels": "^2.1.7",
5858
"recharts": "2.15.4",
5959
"sonner": "^1.7.4",
60-
"tailwind-merge": "^3.3.1",
60+
"tailwind-merge": "^3.5.0",
6161
"tailwindcss-animate": "^1.0.7",
6262
"vaul": "^1.1.2",
6363
"zod": "3.25.76"
6464
},
6565
"devDependencies": {
66-
"@tailwindcss/postcss": "^4.1.9",
66+
"@tailwindcss/postcss": "^4.2.2",
6767
"dotenv-cli": "^8.0.0",
6868
"@types/node": "^25",
6969
"@types/react": "^19",
7070
"@types/react-dom": "^19",
7171
"postcss": "^8.5",
72-
"tailwindcss": "^4.1.9",
73-
"tw-animate-css": "1.3.3",
72+
"tailwindcss": "^4.2.2",
73+
"tw-animate-css": "1.4.0",
7474
"typescript": "^5"
7575
}
7676
}

0 commit comments

Comments
 (0)