Skip to content

Commit d991ed9

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 293b396 commit d991ed9

4 files changed

Lines changed: 146 additions & 153 deletions

File tree

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@open-codesign/shared": "workspace:*",
3939
"@open-codesign/templates": "workspace:*",
4040
"@open-codesign/ui": "workspace:*",
41-
"@tailwindcss/postcss": "^4.2.4",
41+
"@tailwindcss/postcss": "^4.3.0",
4242
"@types/node": "^22.19.19",
4343
"@types/react": "^19.2.15",
4444
"@types/react-dom": "^19.0.0",
@@ -57,7 +57,7 @@
5757
"react-markdown": "^10.1.0",
5858
"remark-gfm": "^4.0.1",
5959
"smol-toml": "^1.6.1",
60-
"tailwindcss": "^4.2.4",
60+
"tailwindcss": "^4.3.0",
6161
"typescript": "^6.0.3",
6262
"vite": "^7.3.2",
6363
"vitest": "^4.1.5",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"happy-dom": "^20.9.0",
3333
"react": "^19.2.6",
3434
"react-dom": "^19.2.6",
35-
"tailwindcss": "^4.2.4",
35+
"tailwindcss": "^4.3.0",
3636
"typescript": "^6.0.3",
3737
"vitest": "^4.1.5"
3838
}

0 commit comments

Comments
 (0)