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 Sep 13, 2023
1 parent f702f6b commit bbd82b2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 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": "c7a5c7ea7a8628c90532f0b331ac0929501b1898",
"williamkapke/node-compat-table": "6631ac5cc8a2e9adb8f71abb536fec87554fa0e6"
"kangax/compat-table": "fe0a67bc1e7b237d5271219529aee695ddfe9e9c",
"williamkapke/node-compat-table": "9cacd46dbb63fc8ec5ebceb165cbfdd3ae8d03fa"
},
"dependencies": {
"@mdn/browser-compat-data": "5.3.9",
"@mdn/browser-compat-data": "5.3.15",
"@types/caniuse-lite": "1.0.1",
"@types/node": "20.3.2",
"caniuse-lite": "1.0.30001519"
"caniuse-lite": "1.0.30001534"
}
}
4 changes: 3 additions & 1 deletion internal/compat/css_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ var cssTable = map[CSSFeature]map[Engine][]versionRange{
Opera: {{start: v{53, 0, 0}}},
Safari: {{start: v{12, 1, 0}}},
},
Nesting: {},
Nesting: {
Firefox: {{start: v{117, 0, 0}}},
},
RebeccaPurple: {
Chrome: {{start: v{38, 0, 0}}},
Edge: {{start: v{12, 0, 0}}},
Expand Down

0 comments on commit bbd82b2

Please sign in to comment.