postcss-discard-unused 9.0.1 → 9.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -65,7 +65,7 @@ h2 {
65
65
 
66
66
  However, you can mitigate this by including [postcss-minify-font-values][mfv]
67
67
  *before* this plugin, which will take care of normalising quotes, and
68
- deduplicating. For more examples, see the [tests](src/__tests__/index.js).
68
+ deduplicating. For more examples, see the [tests](test).
69
69
 
70
70
 
71
71
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postcss-discard-unused",
3
- "version": "9.0.1",
3
+ "version": "9.0.3",
4
4
  "description": "Discard unused counter styles, keyframes and fonts.",
5
5
  "exports": {
6
6
  ".": {
@@ -36,7 +36,7 @@
36
36
  "url": "git+https://github.com/cssnano/cssnano.git"
37
37
  },
38
38
  "dependencies": {
39
- "postcss-selector-parser": "^7.1.5"
39
+ "postcss-selector-parser": "^7.1.6"
40
40
  },
41
41
  "bugs": {
42
42
  "url": "https://github.com/cssnano/cssnano/issues"
@@ -45,10 +45,10 @@
45
45
  "node": "^22.22.3 || ^24.15.0 || >=26.0"
46
46
  },
47
47
  "devDependencies": {
48
- "postcss": "^8.5.26"
48
+ "postcss": "^8.5.28"
49
49
  },
50
50
  "peerDependencies": {
51
- "postcss": "^8.5.26"
51
+ "postcss": "^8.5.28"
52
52
  },
53
53
  "type": "module",
54
54
  "scripts": {