Skip to content

Commit 9bf7ceb

Browse files
eslintbotfasttime
andauthored
fix: update baseline data (#379)
Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent 0999dbf commit 9bf7ceb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
"globals": "^17.0.0",
8383
"lint-staged": "^16.0.0",
8484
"mdast-util-from-markdown": "^2.0.2",
85-
"mdn-data": "^2.27.0",
85+
"mdn-data": "^2.27.1",
8686
"mocha": "^11.0.0",
8787
"prettier": "3.8.1",
8888
"tailwind-csstree": "^0.1.0",
8989
"typescript": "^5.9.2",
90-
"web-features": "^3.15.0",
90+
"web-features": "^3.16.0",
9191
"yorkie": "^2.0.0"
9292
},
9393
"engines": {

src/data/baseline-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ export const selectors = new Map([
746746
["nth-of-type", "10:2015"],
747747
["only-of-type", "10:2015"],
748748
["open", "0:"],
749-
["first", "5:2023"],
749+
["first", "10:2023"],
750750
["left", "0:"],
751751
["right", "0:"],
752752
["picture-in-picture", "0:"],

0 commit comments

Comments
 (0)