Skip to content

Commit 7810bce

Browse files
chore(deps-dev): Bump the tailwind group across 1 directory with 3 updates
Bumps the tailwind group with 3 updates in the / directory: [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss), [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) and [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite). Updates `@tailwindcss/postcss` from 4.2.4 to 4.3.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.3.0/packages/@tailwindcss-postcss) Updates `tailwindcss` from 4.2.4 to 4.3.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.3.0/packages/tailwindcss) Updates `@tailwindcss/vite` from 4.2.4 to 4.3.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.3.0/packages/@tailwindcss-vite) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tailwind - dependency-name: "@tailwindcss/vite" dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tailwind - dependency-name: tailwindcss dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tailwind ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fd444a commit 7810bce

4 files changed

Lines changed: 159 additions & 136 deletions

File tree

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@atv-design/templates": "workspace:*",
4949
"@atv-design/ui": "workspace:*",
5050
"@playwright/test": "1.52.0",
51-
"@tailwindcss/postcss": "^4.2.4",
51+
"@tailwindcss/postcss": "^4.3.0",
5252
"@types/better-sqlite3": "^7.6.13",
5353
"@types/node": "^22.10.2",
5454
"@types/react": "^19.0.0",
@@ -63,7 +63,7 @@
6363
"playwright-core": "1.52.0",
6464
"react-markdown": "^10.1.0",
6565
"remark-gfm": "^4.0.1",
66-
"tailwindcss": "^4.2.4",
66+
"tailwindcss": "^4.3.0",
6767
"typescript": "^5.7.2",
6868
"vite": "^6.0.5",
6969
"vitest": "^4.1.5"

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"peerDependencies": {
1919
"react": "^19.0.0",
20-
"tailwindcss": "^4.2.4"
20+
"tailwindcss": "^4.3.0"
2121
},
2222
"dependencies": {
2323
"@fontsource-variable/fraunces": "^5.1.1",
@@ -32,7 +32,7 @@
3232
"happy-dom": "^20.9.0",
3333
"react": "^19.0.0",
3434
"react-dom": "^19.0.0",
35-
"tailwindcss": "^4.2.4",
35+
"tailwindcss": "^4.3.0",
3636
"typescript": "^5.7.2",
3737
"vitest": "^4.1.5"
3838
}

0 commit comments

Comments
 (0)