Skip to content

Commit 23e4b82

Browse files
postcss-sort-media-queries-6.4.4 (#2758)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0fb588 commit 23e4b82

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

directory/postcss-sort-media-queries.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-sort-media-queries",
33
"description": "PostCSS plugin for sorting and combining CSS media queries with mobile first / **desktop first methodologies",
4-
"version": "6.3.3",
4+
"version": "6.4.4",
55
"engines": {
66
"node": ">=20.0.0"
77
},
@@ -40,6 +40,7 @@
4040
"module": "src/index.js",
4141
"exports": {
4242
".": {
43+
"types": "./src/index.d.ts",
4344
"require": "./build/wrapper.cjs",
4445
"import": "./src/index.js",
4546
"default": "./src/index.js"
@@ -56,13 +57,13 @@
5657
},
5758
"devDependencies": {
5859
"@eslint/js": "^10.0.1",
59-
"@vitest/coverage-v8": "^4.1.0",
60-
"esbuild": "^0.27.4",
61-
"eslint": "^10.1.0",
60+
"@vitest/coverage-v8": "^4.1.2",
61+
"esbuild": "^0.28.0",
62+
"eslint": "^10.2.0",
6263
"globals": "^17.4.0",
6364
"husky": "^9.1.7",
6465
"prettier": "3.8.1",
65-
"vitest": "^4.1.0"
66+
"vitest": "^4.1.2"
6667
},
6768
"peerDependencies": {
6869
"nanoid": "^5.1.6",
@@ -71,20 +72,21 @@
7172
"dependencies": {
7273
"sort-css-media-queries": "^3.0.3"
7374
},
74-
"gitHead": "98a7d780c80f5b9220b06c69150a3b8e7dfca6e3",
75-
75+
"gitHead": "7e1fca5badd9d5e0f0d85d4a0aee4e1cbc962a21",
76+
"types": "./src/index.d.ts",
77+
7678
"_nodeVersion": "24.13.1",
7779
"_npmVersion": "11.11.0",
7880
"dist": {
79-
"integrity": "sha512-k1rrzbgWcezofnn7JvqgMCznAYRMbF7WUJlLRN6sYX3yeg3V/wKL4Duv8HpP2q0UBLLhqnlzgEdAR7QWrMv3kg==",
80-
"shasum": "d3f68a8f56ec74b48e1552a55d490e3ba235f447",
81-
"tarball": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-6.3.3.tgz",
81+
"integrity": "sha512-Bt1ITSNrSfZzh7Gw0AJse0aoJEGzwKVEDU850bexExP8vX9Ehm5XE66xech8Q/c3j8kLGr1oP5Suw5tAb2O5Nw==",
82+
"shasum": "d8f7581fe184ccacee3abc9dc2edffa78f307f9d",
83+
"tarball": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-6.4.4.tgz",
8284
"fileCount": 6,
83-
"unpackedSize": 29179,
85+
"unpackedSize": 24255,
8486
"signatures": [
8587
{
8688
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
87-
"sig": "MEUCIQC1mCKqLK78ziw1TU4euDbVLQP3oYMSQGwRaoBHpk/IbwIgG9c12cLF07TxXpp0wz1JV/vqDoipC9TvLmWWb8fgqCA="
89+
"sig": "MEYCIQCOZOjST0Y3iCOfqM+PjXfNGoeby4aurKjJxsRYvlf0yAIhALya8UVPsyeEshi6E/PT/plGx5E0gwCMRndoTeoKuzRR"
8890
}
8991
]
9092
},
@@ -101,8 +103,8 @@
101103
],
102104
"_npmOperationalInternal": {
103105
"host": "s3://npm-registry-packages-npm-production",
104-
"tmp": "tmp/postcss-sort-media-queries_6.3.3_1774125997199_0.32270078378728484"
106+
"tmp": "tmp/postcss-sort-media-queries_6.4.4_1775648078563_0.864004068055618"
105107
},
106108
"_hasShrinkwrap": false,
107-
"_time": "2026-03-21T20:46:37.353Z"
109+
"_time": "2026-04-08T11:34:38.727Z"
108110
}

0 commit comments

Comments
 (0)