Skip to content

Commit f34283d

Browse files
igasRobinMalfait
andauthored
Update tailwindcss peer dependency version (#424)
Fixes `pnpm peers check`: ``` Issues with peer dependencies found ✕ unmet peer tailwindcss Installed: 4.2.4 Wanted: ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1": @tailwindcss/typography@0.5.19 ``` --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
1 parent 543de42 commit f34283d

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
### Fixed
11+
12+
- Support installing with stable versions of Tailwind CSS v4 ([#424](https://github.com/tailwindlabs/tailwindcss-typography/pull/424))
1113

1214
## [0.5.19] - 2025-09-24
1315

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"release-notes": "node ./scripts/release-notes.js"
3131
},
3232
"peerDependencies": {
33-
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
33+
"tailwindcss": ">=3.0.0 || >=4.0.0 || insiders"
3434
},
3535
"devDependencies": {
3636
"@mdx-js/loader": "^1.0.19",

0 commit comments

Comments
 (0)