We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0999dbf commit 9bf7cebCopy full SHA for 9bf7ceb
2 files changed
package.json
@@ -82,12 +82,12 @@
82
"globals": "^17.0.0",
83
"lint-staged": "^16.0.0",
84
"mdast-util-from-markdown": "^2.0.2",
85
- "mdn-data": "^2.27.0",
+ "mdn-data": "^2.27.1",
86
"mocha": "^11.0.0",
87
"prettier": "3.8.1",
88
"tailwind-csstree": "^0.1.0",
89
"typescript": "^5.9.2",
90
- "web-features": "^3.15.0",
+ "web-features": "^3.16.0",
91
"yorkie": "^2.0.0"
92
},
93
"engines": {
src/data/baseline-data.js
@@ -746,7 +746,7 @@ export const selectors = new Map([
746
["nth-of-type", "10:2015"],
747
["only-of-type", "10:2015"],
748
["open", "0:"],
749
- ["first", "5:2023"],
+ ["first", "10:2023"],
750
["left", "0:"],
751
["right", "0:"],
752
["picture-in-picture", "0:"],
0 commit comments