Skip to content

Commit 9fbf234

Browse files
Update dependency purgecss to v7 (#172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christian Emmer <[email protected]>
1 parent 5d4ed86 commit 9fbf234

File tree

2 files changed

+66
-21
lines changed

2 files changed

+66
-21
lines changed

package-lock.json

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

packages/metalsmith-css-unused/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metalsmith-css-unused",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A Metalsmith plugin to remove unused CSS rules.",
55
"keywords": [
66
"metalsmith",
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"deepmerge": "^4.3.1",
51-
"purgecss": "^6.0.0"
51+
"purgecss": "^7.0.2"
5252
},
5353
"peerDependencies": {
5454
"metalsmith": "^2.5.0"

0 commit comments

Comments
 (0)