Skip to content

Commit b2dd6ff

Browse files
authored
Remove autoprefixer as peer-dependency (#7949)
* Remove autoprefixer as peer-dependency * Update lock file * Update changelog
1 parent 042482a commit b2dd6ff

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- Don't output unparsable arbitrary values ([#7789](https://github.com/tailwindlabs/tailwindcss/pull/7789))
2222
- Fix generation of `div:not(.foo)` if `.foo` is never defined ([#7815](https://github.com/tailwindlabs/tailwindcss/pull/7815))
2323
- Allow for custom properties in `rgb`, `rgba`, `hsl` and `hsla` colors ([#7933](https://github.com/tailwindlabs/tailwindcss/pull/7933))
24+
- Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed ([#7949](https://github.com/tailwindlabs/tailwindcss/pull/7949))
2425

2526
### Changed
2627

package-lock.json

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"source-map-js": "^1.0.2"
6161
},
6262
"peerDependencies": {
63-
"autoprefixer": "^10.0.2",
6463
"postcss": "^8.0.9"
6564
},
6665
"dependencies": {

0 commit comments

Comments
 (0)