1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Upgrade postcss-discard-comments to version 7.0.0

This is a major version bump, but the changelog at
https://github.com/cssnano/cssnano/releases/tag/cssnano%407.0.0
doesn't indicate any breaking changes that should impact us.
This commit is contained in:
Tim van der Meij 2024-04-29 19:55:38 +02:00
parent 89f41e527d
commit 9872de1415
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
2 changed files with 6 additions and 6 deletions

View file

@ -43,7 +43,7 @@
"postcss": "^8.4.38",
"postcss-dark-theme-class": "^1.3.0",
"postcss-dir-pseudo-class": "^8.0.1",
"postcss-discard-comments": "^6.0.2",
"postcss-discard-comments": "^7.0.0",
"postcss-nesting": "^12.1.2",
"prettier": "^3.2.5",
"puppeteer": "^22.7.1",