mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-11 04:31:08 +02:00
Upgrade postcss-discard-comments to version 8.0.0
This is a major version bump, but the changelog at https://github.com/cssnano/cssnano/blob/master/packages/postcss-discard-comments/CHANGELOG.md doesn't indicate any breaking changes that should impact us.
This commit is contained in:
parent
dd05ebad71
commit
c67306b435
12
package-lock.json
generated
12
package-lock.json
generated
@ -52,7 +52,7 @@
|
||||
"ordered-read-streams": "^2.0.0",
|
||||
"pngjs": "^7.0.0",
|
||||
"postcss": "^8.5.14",
|
||||
"postcss-discard-comments": "^7.0.7",
|
||||
"postcss-discard-comments": "^8.0.0",
|
||||
"postcss-values-parser": "^7.0.0",
|
||||
"prettier": "^3.8.3",
|
||||
"puppeteer": "^24.43.1",
|
||||
@ -9219,19 +9219,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/postcss-discard-comments": {
|
||||
"version": "7.0.7",
|
||||
"resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.7.tgz",
|
||||
"integrity": "sha512-FJhE3fSte7HaRNL4iwD8LTG9vWqj3puxXIdig6LfrFqc1TJRUhY4kXOkeTXZZfTXYny+k+SO7fd2fymj1wduJg==",
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-8.0.0.tgz",
|
||||
"integrity": "sha512-zGpvVLj2sbagEp+BTVETvAfkZdGVA6rALNujDK/WTIjdf1/rQOxOG8BBzkI8UQgnw8SkL6xffAfbtGMHFypadw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"postcss-selector-parser": "^7.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0"
|
||||
"node": "^22.11.0 || ^24.11.0 || >=26.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.5.10"
|
||||
"postcss": "^8.5.14"
|
||||
}
|
||||
},
|
||||
"node_modules/postcss-load-config": {
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
"ordered-read-streams": "^2.0.0",
|
||||
"pngjs": "^7.0.0",
|
||||
"postcss": "^8.5.14",
|
||||
"postcss-discard-comments": "^7.0.7",
|
||||
"postcss-discard-comments": "^8.0.0",
|
||||
"postcss-values-parser": "^7.0.0",
|
||||
"prettier": "^3.8.3",
|
||||
"puppeteer": "^24.43.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user