Skip to content

Commit f96f0b2

Browse files
Bump @tailwindcss/postcss from 4.1.2 to 4.2.0 (#13)
Bumps [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) from 4.1.2 to 4.2.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.2.0/packages/@tailwindcss-postcss) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2170b9e commit f96f0b2

File tree

3 files changed

+12
-280
lines changed

3 files changed

+12
-280
lines changed

examples/nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"tailwind-merge": "^3.4.0"
2020
},
2121
"devDependencies": {
22-
"@tailwindcss/postcss": "^4.1.2",
22+
"@tailwindcss/postcss": "^4.2.0",
2323
"@types/node": "^22",
2424
"@types/react": "catalog:",
2525
"@types/react-dom": "catalog:",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@eslint/js": "catalog:",
57-
"@tailwindcss/postcss": "^4.1.2",
57+
"@tailwindcss/postcss": "^4.2.0",
5858
"@testing-library/react": "^16.3.2",
5959
"@testing-library/user-event": "^14.6.1",
6060
"@types/node": "^22",

0 commit comments

Comments
 (0)