Skip to content

Commit 1445aaf

Browse files
authored
Ensure micromatch is a proper CLI dependency (#9620)
* ensure `micromatch` is a proper dependency * update changelog
1 parent 3c7fc69 commit 1445aaf

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Fix missing `supports` in types ([#9616](https://github.com/tailwindlabs/tailwindcss/pull/9616))
1313
- Fix missing PostCSS dependencies in the CLI ([#9617](https://github.com/tailwindlabs/tailwindcss/pull/9617))
14+
- Ensure `micromatch` is a proper CLI dependency ([#9620](https://github.com/tailwindlabs/tailwindcss/pull/9620))
1415

1516
## [3.2.0] - 2022-10-19
1617

package-lock.json

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"glob-parent": "^6.0.2",
7474
"is-glob": "^4.0.3",
7575
"lilconfig": "^2.0.6",
76+
"micromatch": "^4.0.5",
7677
"normalize-path": "^3.0.0",
7778
"object-hash": "^3.0.0",
7879
"picocolors": "^1.0.0",

0 commit comments

Comments
 (0)