1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +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

10
package-lock.json generated
View file

@ -49,7 +49,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",
@ -16970,12 +16970,12 @@
}
},
"node_modules/postcss-discard-comments": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz",
"integrity": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.0.tgz",
"integrity": "sha512-xpSdzRqYmy4YIVmjfGyYXKaI1SRnK6CTr+4Zmvyof8ANwvgfZgGdVtmgAvzh59gJm808mJCWQC9tFN0KF5dEXA==",
"dev": true,
"engines": {
"node": "^14 || ^16 || >=18.0"
"node": "^18.12.0 || ^20.9.0 || >=22.0"
},
"peerDependencies": {
"postcss": "^8.4.31"

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",