Skip to content

Commit 6c735ce

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.6.14 to 0.7.1 - [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.14...v0.7.1) Updates `@tailwindcss/postcss` from 4.1.14 to 4.1.16 - [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.16/packages/@tailwindcss-postcss) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: styling - dependency-name: "@tailwindcss/postcss" dependency-version: 4.1.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: styling ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a811279 commit 6c735ce

File tree

4 files changed

+207
-130
lines changed

4 files changed

+207
-130
lines changed

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@oramacloud/client": "^2.1.4",
4848
"@radix-ui/react-tabs": "^1.1.13",
4949
"@radix-ui/react-tooltip": "^1.2.8",
50-
"@tailwindcss/postcss": "~4.1.14",
50+
"@tailwindcss/postcss": "~4.1.16",
5151
"@types/node": "catalog:",
5252
"@types/react": "catalog:",
5353
"@vcarl/remark-headings": "~0.1.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-plugin-import-x": "~4.16.1",
4949
"globals": "^16.4.0",
5050
"prettier": "3.6.2",
51-
"prettier-plugin-tailwindcss": "0.6.14",
51+
"prettier-plugin-tailwindcss": "0.7.1",
5252
"typescript": "catalog:",
5353
"typescript-eslint": "~8.45.0"
5454
},

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@radix-ui/react-tabs": "~1.1.13",
4646
"@radix-ui/react-toast": "~1.2.15",
4747
"@radix-ui/react-tooltip": "~1.2.8",
48-
"@tailwindcss/postcss": "~4.1.14",
48+
"@tailwindcss/postcss": "~4.1.16",
4949
"@vcarl/remark-headings": "~0.1.0",
5050
"classnames": "catalog:",
5151
"postcss-calc": "^10.1.1",

0 commit comments

Comments
 (0)