|
1 | 1 | { |
2 | 2 | "name": "@csstools/csstools-cli", |
3 | 3 | "description": "Transform CSS with any plugin from csstools/postcss-plugins", |
4 | | - "version": "4.0.25", |
| 4 | + "version": "5.0.1", |
5 | 5 | "contributors": [ |
6 | 6 | { |
7 | 7 | "name": "Antonio Laguna", |
|
25 | 25 | } |
26 | 26 | ], |
27 | 27 | "engines": { |
28 | | - "node": ">=18" |
| 28 | + "node": ">=20.19.0" |
29 | 29 | }, |
30 | 30 | "bin": { |
31 | 31 | "csstools-cli": "dist/cli.cjs" |
32 | 32 | }, |
33 | | - "types": "dist/cli.d.ts", |
34 | 33 | "files": [ |
35 | 34 | "CHANGELOG.md", |
36 | 35 | "LICENSE.md", |
37 | 36 | "README.md", |
38 | 37 | "dist" |
39 | 38 | ], |
40 | 39 | "dependencies": { |
41 | | - "@csstools/postcss-cascade-layers": "^5.0.2", |
42 | | - "@csstools/postcss-color-function": "^4.0.12", |
43 | | - "@csstools/postcss-color-mix-function": "^3.0.12", |
44 | | - "@csstools/postcss-content-alt-text": "^2.0.8", |
45 | | - "@csstools/postcss-exponential-functions": "^2.0.9", |
46 | | - "@csstools/postcss-font-format-keywords": "^4.0.0", |
47 | | - "@csstools/postcss-gradients-interpolation-method": "^5.0.12", |
48 | | - "@csstools/postcss-hwb-function": "^4.0.12", |
49 | | - "@csstools/postcss-ic-unit": "^4.0.4", |
50 | | - "@csstools/postcss-is-pseudo-class": "^5.0.3", |
51 | | - "@csstools/postcss-light-dark-function": "^2.0.11", |
52 | | - "@csstools/postcss-logical-float-and-clear": "^3.0.0", |
53 | | - "@csstools/postcss-logical-resize": "^3.0.0", |
54 | | - "@csstools/postcss-logical-viewport-units": "^3.0.4", |
55 | | - "@csstools/postcss-media-minmax": "^2.0.9", |
56 | | - "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.5", |
57 | | - "@csstools/postcss-nested-calc": "^4.0.0", |
58 | | - "@csstools/postcss-normalize-display-values": "^4.0.1", |
59 | | - "@csstools/postcss-oklab-function": "^4.0.12", |
60 | | - "@csstools/postcss-relative-color-syntax": "^3.0.12", |
61 | | - "@csstools/postcss-scope-pseudo-class": "^4.0.1", |
62 | | - "@csstools/postcss-stepped-value-functions": "^4.0.9", |
63 | | - "@csstools/postcss-text-decoration-shorthand": "^4.0.3", |
64 | | - "@csstools/postcss-trigonometric-functions": "^4.0.9", |
65 | | - "@csstools/postcss-unset-value": "^4.0.0", |
66 | | - "css-blank-pseudo": "^7.0.1", |
67 | | - "css-has-pseudo": "^7.0.3", |
68 | | - "css-prefers-color-scheme": "^10.0.0", |
| 40 | + "@csstools/postcss-cascade-layers": "^6.0.0", |
| 41 | + "@csstools/postcss-color-function": "^5.0.0", |
| 42 | + "@csstools/postcss-color-mix-function": "^4.0.0", |
| 43 | + "@csstools/postcss-content-alt-text": "^3.0.0", |
| 44 | + "@csstools/postcss-exponential-functions": "^3.0.0", |
| 45 | + "@csstools/postcss-font-format-keywords": "^5.0.0", |
| 46 | + "@csstools/postcss-gradients-interpolation-method": "^6.0.0", |
| 47 | + "@csstools/postcss-hwb-function": "^5.0.0", |
| 48 | + "@csstools/postcss-ic-unit": "^5.0.0", |
| 49 | + "@csstools/postcss-is-pseudo-class": "^6.0.0", |
| 50 | + "@csstools/postcss-light-dark-function": "^3.0.0", |
| 51 | + "@csstools/postcss-logical-float-and-clear": "^4.0.0", |
| 52 | + "@csstools/postcss-logical-resize": "^4.0.0", |
| 53 | + "@csstools/postcss-logical-viewport-units": "^4.0.0", |
| 54 | + "@csstools/postcss-media-minmax": "^3.0.0", |
| 55 | + "@csstools/postcss-media-queries-aspect-ratio-number-values": "^4.0.0", |
| 56 | + "@csstools/postcss-nested-calc": "^5.0.0", |
| 57 | + "@csstools/postcss-normalize-display-values": "^5.0.0", |
| 58 | + "@csstools/postcss-oklab-function": "^5.0.0", |
| 59 | + "@csstools/postcss-relative-color-syntax": "^4.0.0", |
| 60 | + "@csstools/postcss-scope-pseudo-class": "^5.0.0", |
| 61 | + "@csstools/postcss-stepped-value-functions": "^5.0.0", |
| 62 | + "@csstools/postcss-text-decoration-shorthand": "^5.0.0", |
| 63 | + "@csstools/postcss-trigonometric-functions": "^5.0.0", |
| 64 | + "@csstools/postcss-unset-value": "^5.0.0", |
| 65 | + "css-blank-pseudo": "^8.0.1", |
| 66 | + "css-has-pseudo": "^8.0.0", |
| 67 | + "css-prefers-color-scheme": "^11.0.0", |
69 | 68 | "postcss": "^8.5.6", |
70 | | - "postcss-attribute-case-insensitive": "^7.0.1", |
71 | | - "postcss-color-functional-notation": "^7.0.12", |
72 | | - "postcss-color-hex-alpha": "^10.0.0", |
73 | | - "postcss-color-rebeccapurple": "^10.0.0", |
74 | | - "postcss-custom-media": "^11.0.6", |
75 | | - "postcss-custom-properties": "^14.0.6", |
76 | | - "postcss-custom-selectors": "^8.0.5", |
77 | | - "postcss-dir-pseudo-class": "^9.0.1", |
78 | | - "postcss-double-position-gradients": "^6.0.4", |
79 | | - "postcss-focus-visible": "^10.0.1", |
80 | | - "postcss-focus-within": "^9.0.1", |
81 | | - "postcss-gap-properties": "^6.0.0", |
82 | | - "postcss-image-set-function": "^7.0.0", |
83 | | - "postcss-lab-function": "^7.0.12", |
84 | | - "postcss-logical": "^8.1.0", |
85 | | - "postcss-nesting": "^13.0.2", |
86 | | - "postcss-overflow-shorthand": "^6.0.0", |
87 | | - "postcss-place": "^10.0.0", |
88 | | - "postcss-preset-env": "^10.6.1", |
89 | | - "postcss-pseudo-class-any-link": "^10.0.1", |
90 | | - "postcss-selector-not": "^8.0.1" |
| 69 | + "postcss-attribute-case-insensitive": "^8.0.0", |
| 70 | + "postcss-color-functional-notation": "^8.0.0", |
| 71 | + "postcss-color-hex-alpha": "^11.0.0", |
| 72 | + "postcss-color-rebeccapurple": "^11.0.0", |
| 73 | + "postcss-custom-media": "^12.0.0", |
| 74 | + "postcss-custom-properties": "^15.0.0", |
| 75 | + "postcss-custom-selectors": "^9.0.0", |
| 76 | + "postcss-dir-pseudo-class": "^10.0.0", |
| 77 | + "postcss-double-position-gradients": "^7.0.0", |
| 78 | + "postcss-focus-visible": "^11.0.0", |
| 79 | + "postcss-focus-within": "^10.0.0", |
| 80 | + "postcss-gap-properties": "^7.0.0", |
| 81 | + "postcss-image-set-function": "^8.0.0", |
| 82 | + "postcss-lab-function": "^8.0.0", |
| 83 | + "postcss-logical": "^9.0.0", |
| 84 | + "postcss-nesting": "^14.0.0", |
| 85 | + "postcss-overflow-shorthand": "^7.0.0", |
| 86 | + "postcss-place": "^11.0.0", |
| 87 | + "postcss-preset-env": "^11.0.1", |
| 88 | + "postcss-pseudo-class-any-link": "^11.0.0", |
| 89 | + "postcss-selector-not": "^9.0.0" |
91 | 90 | }, |
92 | 91 | "devDependencies": { |
93 | 92 | "@csstools/base-cli": "0.1.0" |
|
0 commit comments