Skip to content

Commit 23f195d

Browse files
meta: bump the styling group with 2 updates (#7818)
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.6.11 to 0.6.12 - [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.6.11...v0.6.12) Updates `@tailwindcss/postcss` from 4.1.5 to 4.1.8 - [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.1.8/packages/@tailwindcss-postcss) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.6.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: styling - dependency-name: "@tailwindcss/postcss" dependency-version: 4.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: styling ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02b3e5a commit 23f195d

File tree

4 files changed

+217
-129
lines changed

4 files changed

+217
-129
lines changed

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@radix-ui/react-tabs": "^1.1.12",
4444
"@radix-ui/react-toast": "^1.2.14",
4545
"@radix-ui/react-tooltip": "^1.2.7",
46-
"@tailwindcss/postcss": "~4.1.5",
46+
"@tailwindcss/postcss": "~4.1.8",
4747
"@types/node": "22.15.3",
4848
"@types/react": "^19.1.0",
4949
"@vcarl/remark-headings": "~0.1.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint": "~9.26.0",
4646
"eslint-plugin-import-x": "~4.11.0",
4747
"prettier": "3.5.3",
48-
"prettier-plugin-tailwindcss": "0.6.11"
48+
"prettier-plugin-tailwindcss": "0.6.12"
4949
},
5050
"packageManager": "[email protected]",
5151
"engines": {

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@radix-ui/react-tabs": "~1.1.12",
4343
"@radix-ui/react-toast": "~1.2.14",
4444
"@radix-ui/react-tooltip": "~1.2.7",
45-
"@tailwindcss/postcss": "~4.1.5",
45+
"@tailwindcss/postcss": "~4.1.8",
4646
"@vcarl/remark-headings": "~0.1.0",
4747
"classnames": "~2.5.1",
4848
"postcss-calc": "^10.1.1",

0 commit comments

Comments
 (0)