Skip to content

Commit 9a1c8f0

Browse files
postcss-focus-within-10.0.0 (#2648)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98e8722 commit 9a1c8f0

1 file changed

Lines changed: 23 additions & 31 deletions

File tree

directory/postcss-focus-within.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-focus-within",
33
"description": "Use the :focus-within pseudo-selector in CSS",
4-
"version": "9.0.1",
4+
"version": "10.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -29,20 +29,13 @@
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
"./browser": {
4841
"import": "./dist/browser.mjs",
@@ -54,7 +47,7 @@
5447
}
5548
},
5649
"dependencies": {
57-
"postcss-selector-parser": "^7.0.0"
50+
"postcss-selector-parser": "^7.1.1"
5851
},
5952
"peerDependencies": {
6053
"postcss": "^8.4"
@@ -83,21 +76,20 @@
8376
"selectors",
8477
"within"
8578
],
86-
87-
"gitHead": "c7fcd427bea3a5a4ecc80f4b6cc5f2f9f9783897",
88-
"types": "./dist/index.d.ts",
89-
"_nodeVersion": "22.1.0",
90-
"_npmVersion": "10.7.0",
79+
"gitHead": "eb6b96a46ca7c004814bd849135a6a294782852f",
80+
81+
"_nodeVersion": "25.1.0",
82+
"_npmVersion": "11.6.2",
9183
"dist": {
92-
"integrity": "sha512-fzNUyS1yOYa7mOjpci/bR+u+ESvdar6hk8XNK/TRR0fiGTp2QT5N+ducP0n3rfH/m9I7H/EQU6lsa2BrgxkEjw==",
93-
"shasum": "ac01ce80d3f2e8b2b3eac4ff84f8e15cd0057bc7",
94-
"tarball": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-9.0.1.tgz",
95-
"fileCount": 13,
96-
"unpackedSize": 32540,
84+
"integrity": "sha512-dvql0fzUTG+gcJYp+KTbag5vAjuo94LDYZHkqDV1rnf5gPGer1v/SrmIZBdvKU8moep3HbcbujqGjzSb3DL53Q==",
85+
"shasum": "191404859ad514c5af96d2af3d0840395db6d74c",
86+
"tarball": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-10.0.0.tgz",
87+
"fileCount": 12,
88+
"unpackedSize": 30806,
9789
"signatures": [
9890
{
99-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
100-
"sig": "MEUCIQDeDN1vcyJIBmVteYwUvR2juqSa1fcB8Nlzd+CNsxefyAIgJBO/ZntrzWJYStxcL2hwz14lSsUFyiEHLfSWMHeRRiI="
91+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
92+
"sig": "MEYCIQDfrdzAabkr5Eg2VMlaecUdBIrm7C9w7QwWRivhY0CZZAIhAO+QTL2LSQI8eI4GikSFAFb+Vn3nKQBIh0mlA2Esx3Th"
10193
}
10294
]
10395
},
@@ -108,22 +100,22 @@
108100
"directories": {},
109101
"maintainers": [
110102
{
111-
"name": "romainmenke",
112-
"email": "romainmenke@gmail.com"
103+
"name": "jonathantneal",
104+
"email": "jonathantneal@hotmail.com"
113105
},
114106
{
115107
"name": "alaguna",
116108
"email": "[email protected]"
117109
},
118110
{
119-
"name": "jonathantneal",
120-
"email": "jonathantneal@hotmail.com"
111+
"name": "romainmenke",
112+
"email": "romainmenke@gmail.com"
121113
}
122114
],
123115
"_npmOperationalInternal": {
124-
"host": "s3://npm-registry-packages",
125-
"tmp": "tmp/postcss-focus-within_9.0.1_1729719887279_0.8969386849559657"
116+
"host": "s3://npm-registry-packages-npm-production",
117+
"tmp": "tmp/postcss-focus-within_10.0.0_1768375355027_0.9084112799977728"
126118
},
127119
"_hasShrinkwrap": false,
128-
"_time": "2024-10-23T21:44:47.525Z"
120+
"_time": "2026-01-14T07:22:35.174Z"
129121
}

0 commit comments

Comments
 (0)