Skip to content

Commit cde6b55

Browse files
csstools/postcss-ic-unit-5.0.0 (#2577)
1 parent 850d5a5 commit cde6b55

1 file changed

Lines changed: 18 additions & 26 deletions

File tree

directory/@csstools/postcss-ic-unit.json

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-ic-unit",
33
"description": "Use the ic length unit",
4-
"version": "4.0.4",
4+
"version": "5.0.0",
55
"author": {
66
"name": "Jonathan Neal",
77
"email": "[email protected]"
@@ -18,25 +18,18 @@
1818
}
1919
],
2020
"engines": {
21-
"node": ">=18"
21+
"node": ">=20.19.0"
2222
},
2323
"type": "module",
24-
"main": "dist/index.cjs",
25-
"module": "dist/index.mjs",
2624
"exports": {
2725
".": {
28-
"import": {
29-
"types": "./dist/index.d.ts",
30-
"default": "./dist/index.mjs"
31-
},
32-
"require": {
33-
"default": "./dist/index.cjs"
34-
}
26+
"types": "./dist/index.d.ts",
27+
"default": "./dist/index.mjs"
3528
}
3629
},
3730
"dependencies": {
38-
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
39-
"@csstools/utilities": "^2.0.0",
31+
"@csstools/postcss-progressive-custom-properties": "^5.0.0",
32+
"@csstools/utilities": "^3.0.0",
4033
"postcss-value-parser": "^4.2.0"
4134
},
4235
"peerDependencies": {
@@ -61,21 +54,20 @@
6154
"postcss-plugin",
6255
"values"
6356
],
64-
"_id": "@csstools/[email protected]",
65-
"gitHead": "c49228e6c9e88dbf52bd22dfc753215b785058e4",
66-
"types": "./dist/index.d.ts",
67-
"_nodeVersion": "24.4.0",
68-
"_npmVersion": "11.4.2",
57+
"gitHead": "4c95c07a66b060a271742f3203d61235557fd9b8",
58+
"_id": "@csstools/[email protected]",
59+
"_nodeVersion": "25.1.0",
60+
"_npmVersion": "11.6.2",
6961
"dist": {
70-
"integrity": "sha512-yQ4VmossuOAql65sCPppVO1yfb7hDscf4GseF0VCA/DTDaBc0Wtf8MTqVPfjGYlT5+2buokG0Gp7y0atYZpwjg==",
71-
"shasum": "2ee2da0690db7edfbc469279711b9e69495659d2",
72-
"tarball": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.4.tgz",
73-
"fileCount": 7,
74-
"unpackedSize": 7818,
62+
"integrity": "sha512-/ws5d6c4uKqfM9zIL3ugcGI+3fvZEOOkJHNzAyTAGJIdZ+aSL9BVPNlHGV4QzmL0vqBSCOdU3+rhcMEj3+KzYw==",
63+
"shasum": "c2ffc14d874bd258dce63676b758edf5041723f1",
64+
"tarball": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-5.0.0.tgz",
65+
"fileCount": 6,
66+
"unpackedSize": 7268,
7567
"signatures": [
7668
{
7769
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
78-
"sig": "MEUCICpi4qYOY40EcSAWjUBF3Xm1cKJGmcd41Ik+52JgT6W2AiEAt0cF8lb1nRt8eA/xZkTg5QkXsLBARYg2P/r4kxAFqUY="
70+
"sig": "MEYCIQCXGXvgqHwU+M2ryNsLOIrTlYrjwFsI/jz+ppYnv8Ke3QIhAOO6OSYcaUxgvLYpHp2RiZKKDfQe84xYzKNIwNA7l4zK"
7971
}
8072
]
8173
},
@@ -100,8 +92,8 @@
10092
],
10193
"_npmOperationalInternal": {
10294
"host": "s3://npm-registry-packages-npm-production",
103-
"tmp": "tmp/postcss-ic-unit_4.0.4_1758465462333_0.40520416430229544"
95+
"tmp": "tmp/postcss-ic-unit_5.0.0_1768375743045_0.7222061337349501"
10496
},
10597
"_hasShrinkwrap": false,
106-
"_time": "2025-09-21T14:37:42.525Z"
98+
"_time": "2026-01-14T07:29:03.212Z"
10799
}

0 commit comments

Comments
 (0)