Skip to content

Commit

Permalink
run make update-compat-table
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Jun 21, 2024
1 parent fc37c2f commit 2b28d83
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions compat-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions compat-table/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"githubDependencies": {
"kangax/compat-table": "6056f3c6dfa6b3fba68a931ca8cb47bd645f7738",
"williamkapke/node-compat-table": "28c67756a7501ca4ab5867b6a94c3cae515fe50b"
"kangax/compat-table": "0f26d4f4e102f7dffb749111ac8cfa46103c10bc",
"williamkapke/node-compat-table": "25e6df7a41013f1ea62c3b4116f9bb53c399bded"
},
"dependencies": {
"@mdn/browser-compat-data": "5.5.32",
"@mdn/browser-compat-data": "5.5.34",
"@types/caniuse-lite": "1.0.1",
"@types/node": "20.3.2",
"caniuse-lite": "1.0.30001629"
"caniuse-lite": "1.0.30001636"
}
}
4 changes: 2 additions & 2 deletions internal/compat/css_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ var cssPrefixTable = map[css_ast.D][]prefixData{
{engine: Safari, prefix: WebkitPrefix, withoutPrefix: v{15, 4, 0}},
},
css_ast.DBackdropFilter: {
{engine: IOS, prefix: WebkitPrefix},
{engine: Safari, prefix: WebkitPrefix},
{engine: IOS, prefix: WebkitPrefix, withoutPrefix: v{18, 0, 0}},
{engine: Safari, prefix: WebkitPrefix, withoutPrefix: v{18, 0, 0}},
},
css_ast.DBackgroundClip: {
{engine: Chrome, prefix: WebkitPrefix, withoutPrefix: v{120, 0, 0}},
Expand Down

0 comments on commit 2b28d83

Please sign in to comment.