Skip to content

Commit c996d0b

Browse files
meta: bump the styling group with 2 updates
Bumps the styling group with 2 updates: [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) and [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss). Updates `prettier-plugin-tailwindcss` from 0.7.2 to 0.7.3 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.7.2...v0.7.3) Updates `@tailwindcss/postcss` 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-postcss) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.7.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: styling - dependency-name: "@tailwindcss/postcss" dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: styling ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9a587e commit c996d0b

4 files changed

Lines changed: 130 additions & 107 deletions

File tree

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@orama/orama": "^3.1.18",
4545
"@radix-ui/react-tabs": "^1.1.13",
4646
"@radix-ui/react-tooltip": "^1.2.8",
47-
"@tailwindcss/postcss": "~4.2.2",
47+
"@tailwindcss/postcss": "~4.2.4",
4848
"@types/node": "catalog:",
4949
"@types/react": "catalog:",
5050
"@vcarl/remark-headings": "~0.1.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint-plugin-import-x": "~4.16.2",
5050
"globals": "^17.4.0",
5151
"prettier": "3.8.1",
52-
"prettier-plugin-tailwindcss": "0.7.2",
52+
"prettier-plugin-tailwindcss": "0.7.3",
5353
"typescript": "catalog:",
5454
"typescript-eslint": "~8.57.2"
5555
},

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@radix-ui/react-separator": "^1.1.8",
5555
"@radix-ui/react-tabs": "^1.1.13",
5656
"@radix-ui/react-tooltip": "^1.2.8",
57-
"@tailwindcss/postcss": "~4.2.2",
57+
"@tailwindcss/postcss": "~4.2.4",
5858
"@types/react": "catalog:",
5959
"@vcarl/remark-headings": "~0.1.0",
6060
"classnames": "catalog:",

0 commit comments

Comments
 (0)