Skip to content

Commit 80f4057

Browse files
postcss-dir-pseudo-class-10.0.0 (#2644)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fb92673 commit 80f4057

1 file changed

Lines changed: 23 additions & 31 deletions

File tree

directory/postcss-dir-pseudo-class.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-dir-pseudo-class",
33
"description": "Use the :dir pseudo-class in CSS",
4-
"version": "9.0.1",
4+
"version": "10.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -29,24 +29,17 @@
2929
}
3030
],
3131
"engines": {
32-
"node": ">=18"
32+
"node": ">=20.19.0"
3333
},
3434
"type": "module",
35-
"main": "dist/index.cjs",
36-
"module": "dist/index.mjs",
3735
"exports": {
3836
".": {
39-
"import": {
40-
"types": "./dist/index.d.ts",
41-
"default": "./dist/index.mjs"
42-
},
43-
"require": {
44-
"default": "./dist/index.cjs"
45-
}
37+
"types": "./dist/index.d.ts",
38+
"default": "./dist/index.mjs"
4639
}
4740
},
4841
"dependencies": {
49-
"postcss-selector-parser": "^7.0.0"
42+
"postcss-selector-parser": "^7.1.1"
5043
},
5144
"peerDependencies": {
5245
"postcss": "^8.4"
@@ -77,21 +70,20 @@
7770
"rtl",
7871
"selector"
7972
],
80-
81-
"gitHead": "8c40bb698c5b37edb171dda5881cd4d8aeb4b04d",
82-
"types": "./dist/index.d.ts",
83-
"_nodeVersion": "22.1.0",
84-
"_npmVersion": "10.7.0",
73+
"gitHead": "1044702e638c640563afbe57c7bd65f3c96c466e",
74+
75+
"_nodeVersion": "25.1.0",
76+
"_npmVersion": "11.6.2",
8577
"dist": {
86-
"integrity": "sha512-tRBEK0MHYvcMUrAuYMEOa0zg9APqirBcgzi6P21OhxtJyJADo/SWBwY1CAwEohQ/6HDaa9jCjLRG7K3PVQYHEA==",
87-
"shasum": "80d9e842c9ae9d29f6bf5fd3cf9972891d6cc0ca",
88-
"tarball": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-9.0.1.tgz",
89-
"fileCount": 7,
90-
"unpackedSize": 11167,
78+
"integrity": "sha512-DmtIzULpyC8XaH4b5AaUgt4Jic4QmrECqidNCdR7u7naQFdnxX80YI06u238a+ZVRXwURDxVzy0s/UQnWmpVeg==",
79+
"shasum": "c5ead4e9af647b8acdf022a096727df12ff83968",
80+
"tarball": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-10.0.0.tgz",
81+
"fileCount": 6,
82+
"unpackedSize": 9178,
9183
"signatures": [
9284
{
93-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
94-
"sig": "MEUCIQCJp5fWGOLtzOC1nqo3vdoISgNDKGcA8mIVPpgTJayqKAIgHF+BnCmMdLeVtOQGQNhmA9RqFBpfmd5X3t59abfKR+Y="
85+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
86+
"sig": "MEUCIBXTBnMj34jVPmSypHpbQg947B4Lronuo8Nn77lVI54WAiEAjq+kXOkIhoy8W/2MHfj6U+t0HH/bkv3FaF9IpvfaKxY="
9587
}
9688
]
9789
},
@@ -102,22 +94,22 @@
10294
"directories": {},
10395
"maintainers": [
10496
{
105-
"name": "romainmenke",
106-
"email": "romainmenke@gmail.com"
97+
"name": "jonathantneal",
98+
"email": "jonathantneal@hotmail.com"
10799
},
108100
{
109101
"name": "alaguna",
110102
"email": "[email protected]"
111103
},
112104
{
113-
"name": "jonathantneal",
114-
"email": "jonathantneal@hotmail.com"
105+
"name": "romainmenke",
106+
"email": "romainmenke@gmail.com"
115107
}
116108
],
117109
"_npmOperationalInternal": {
118-
"host": "s3://npm-registry-packages",
119-
"tmp": "tmp/postcss-dir-pseudo-class_9.0.1_1729719863727_0.0655947013694016"
110+
"host": "s3://npm-registry-packages-npm-production",
111+
"tmp": "tmp/postcss-dir-pseudo-class_10.0.0_1768375328980_0.8167220048133437"
120112
},
121113
"_hasShrinkwrap": false,
122-
"_time": "2024-10-23T21:44:23.885Z"
114+
"_time": "2026-01-14T07:22:09.122Z"
123115
}

0 commit comments

Comments
 (0)