Skip to content

Commit 98e8722

Browse files
postcss-focus-visible-11.0.0 (#2647)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eec058c commit 98e8722

1 file changed

Lines changed: 23 additions & 31 deletions

File tree

directory/postcss-focus-visible.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-focus-visible",
33
"description": "Use the :focus-visible pseudo-selector in CSS",
4-
"version": "10.0.1",
4+
"version": "11.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,24 +25,17 @@
2525
}
2626
],
2727
"engines": {
28-
"node": ">=18"
28+
"node": ">=20.19.0"
2929
},
3030
"type": "module",
31-
"main": "dist/index.cjs",
32-
"module": "dist/index.mjs",
3331
"exports": {
3432
".": {
35-
"import": {
36-
"types": "./dist/index.d.ts",
37-
"default": "./dist/index.mjs"
38-
},
39-
"require": {
40-
"default": "./dist/index.cjs"
41-
}
33+
"types": "./dist/index.d.ts",
34+
"default": "./dist/index.mjs"
4235
}
4336
},
4437
"dependencies": {
45-
"postcss-selector-parser": "^7.0.0"
38+
"postcss-selector-parser": "^7.1.1"
4639
},
4740
"peerDependencies": {
4841
"postcss": "^8.4"
@@ -83,21 +76,20 @@
8376
"touch",
8477
"trackpad"
8578
],
86-
87-
"gitHead": "cafda0f82f7659eca60cac79119d3dd4aa30602d",
88-
"types": "./dist/index.d.ts",
89-
"_nodeVersion": "22.1.0",
90-
"_npmVersion": "10.7.0",
79+
"gitHead": "fc560fbe3d9f6aaaf4d884134720078bf6e7cd55",
80+
81+
"_nodeVersion": "25.1.0",
82+
"_npmVersion": "11.6.2",
9183
"dist": {
92-
"integrity": "sha512-U58wyjS/I1GZgjRok33aE8juW9qQgQUNwTSdxQGuShHzwuYdcklnvK/+qOWX1Q9kr7ysbraQ6ht6r+udansalA==",
93-
"shasum": "1f7904904368a2d1180b220595d77b6f8a957868",
94-
"tarball": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-10.0.1.tgz",
95-
"fileCount": 7,
96-
"unpackedSize": 9811,
84+
"integrity": "sha512-VG1a9kBKizUBWS66t5xyB4uLONBnvZLCmZXxT40FALu8EF0QgVZBYy5ApC0KhmpHsv+pvHMJHB3agKHwmocWjw==",
85+
"shasum": "b56b41fa86fad518a66965a9b70e75578aef598b",
86+
"tarball": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-11.0.0.tgz",
87+
"fileCount": 6,
88+
"unpackedSize": 8398,
9789
"signatures": [
9890
{
99-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
100-
"sig": "MEYCIQCUbDQuP8TQHEqWhzzDXrXgJCsvS2rKmkJgl69u/BlQlwIhAKD33lE75X/6E6fovR0UB6hTRv6KnyNkhq1emtBO7A8V"
91+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
92+
"sig": "MEQCIG1tAIOV1Oe7oWCW9AUIqQrERiywtggWbYEg7M2mUebIAiBxu4v+3AN3byvOGkEUTVOaV2Wid9AE2MBygfsRGoRuow=="
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-visible_10.0.1_1729719878987_0.31673732075376826"
116+
"host": "s3://npm-registry-packages-npm-production",
117+
"tmp": "tmp/postcss-focus-visible_11.0.0_1768375347384_0.3946298136645987"
126118
},
127119
"_hasShrinkwrap": false,
128-
"_time": "2024-10-23T21:44:39.196Z"
120+
"_time": "2026-01-14T07:22:27.638Z"
129121
}

0 commit comments

Comments
 (0)