Skip to content

Commit 0f98b1a

Browse files
csstools/postcss-media-minmax-3.0.0 (#2589)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b3d841e commit 0f98b1a

1 file changed

Lines changed: 20 additions & 28 deletions

File tree

directory/@csstools/postcss-media-minmax.json

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-media-minmax",
33
"description": "Use the range notation in CSS media queries",
4-
"version": "2.0.9",
4+
"version": "3.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -28,27 +28,20 @@
2828
}
2929
],
3030
"engines": {
31-
"node": ">=18"
31+
"node": ">=20.19.0"
3232
},
3333
"type": "module",
34-
"main": "dist/index.cjs",
35-
"module": "dist/index.mjs",
3634
"exports": {
3735
".": {
38-
"import": {
39-
"types": "./dist/index.d.ts",
40-
"default": "./dist/index.mjs"
41-
},
42-
"require": {
43-
"default": "./dist/index.cjs"
44-
}
36+
"types": "./dist/index.d.ts",
37+
"default": "./dist/index.mjs"
4538
}
4639
},
4740
"dependencies": {
48-
"@csstools/css-calc": "^2.1.4",
49-
"@csstools/css-parser-algorithms": "^3.0.5",
50-
"@csstools/css-tokenizer": "^3.0.4",
51-
"@csstools/media-query-list-parser": "^4.0.3"
41+
"@csstools/css-calc": "^3.0.0",
42+
"@csstools/css-parser-algorithms": "^4.0.0",
43+
"@csstools/css-tokenizer": "^4.0.0",
44+
"@csstools/media-query-list-parser": "^5.0.0"
5245
},
5346
"peerDependencies": {
5447
"postcss": "^8.4"
@@ -68,21 +61,20 @@
6861
"postcss-plugin",
6962
"range"
7063
],
71-
"_id": "@csstools/[email protected]",
72-
"gitHead": "df5a5a5effa977782fbc3454ba57bee6ffb0fb0d",
73-
"types": "./dist/index.d.ts",
74-
"_nodeVersion": "22.12.0",
75-
"_npmVersion": "10.9.0",
64+
"gitHead": "a5c0290c4a0650c4768ad5ea6ace199fa0199735",
65+
"_id": "@csstools/[email protected]",
66+
"_nodeVersion": "25.1.0",
67+
"_npmVersion": "11.6.2",
7668
"dist": {
77-
"integrity": "sha512-af9Qw3uS3JhYLnCbqtZ9crTvvkR+0Se+bBqSr7ykAnl9yKhk6895z9rf+2F4dClIDJWxgn0iZZ1PSdkhrbs2ig==",
78-
"shasum": "184252d5b93155ae526689328af6bdf3fc113987",
79-
"tarball": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.9.tgz",
80-
"fileCount": 7,
81-
"unpackedSize": 19353,
69+
"integrity": "sha512-42szvyZ/oqG7NSvBQOGq1IaJaHR6mr/iXqqjW8/JuIajIHRs9HcJR5ExC4vbyCqk+fr7/DIOhm5ZrELBytLDsw==",
70+
"shasum": "4ff4530e31d15ca4fdb13d3faf6d4011680b1e32",
71+
"tarball": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-3.0.0.tgz",
72+
"fileCount": 6,
73+
"unpackedSize": 12329,
8274
"signatures": [
8375
{
8476
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
85-
"sig": "MEUCIQDIcoa+/nlqeiqC2USMAwfXZjcC0YU7Vz6cDt0c/TD9MwIgb6mTgbUYOTN5eHgfiGeh72RBvQiuBEBB0wsMTvUFwwY="
77+
"sig": "MEQCIH8wosxwZG52NVloDTBsIL7NYOqbc3cFk4erRf65/rOSAiBkff8MBK4TeLfl3hnnzGpWpDLDz42GVtnS7a6Un+FsPw=="
8678
}
8779
]
8880
},
@@ -107,8 +99,8 @@
10799
],
108100
"_npmOperationalInternal": {
109101
"host": "s3://npm-registry-packages-npm-production",
110-
"tmp": "tmp/postcss-media-minmax_2.0.9_1748343080619_0.6633052585850887"
102+
"tmp": "tmp/postcss-media-minmax_3.0.0_1768376064827_0.45888302542973447"
111103
},
112104
"_hasShrinkwrap": false,
113-
"_time": "2025-05-27T10:51:20.802Z"
105+
"_time": "2026-01-14T07:34:24.968Z"
114106
}

0 commit comments

Comments
 (0)