Skip to content

Commit

Permalink
Updaye MDN data support
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 28, 2024
1 parent f3ca351 commit 1ced39a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion copy-mdn.js
Expand Up @@ -276,7 +276,7 @@ writeFileSync(
)

const textDecorationShorthandData = bcdDataToCanIUseData(
bcd.css.properties['text-decoration'].shorthand.__compat,
bcd.css.properties['text-decoration']['includes_color-and-style'].__compat,
'text-decoration shorthand property'
)
writeFileSync(
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -40,15 +40,15 @@
"license": "CC-BY-4.0",
"devDependencies": {
"@babel/generator": "^7.23.6",
"@babel/types": "^7.23.6",
"@babel/types": "^7.23.9",
"@logux/eslint-config": "^52.0.2",
"@mdn/browser-compat-data": "5.5.7",
"@mdn/browser-compat-data": "5.5.8",
"caniuse-db": "1.0.30001580",
"clean-publish": "^4.2.0",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node-imports": "^1.0.2",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-prefer-let": "^3.0.1",
Expand Down
41 changes: 21 additions & 20 deletions pnpm-lock.yaml

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

0 comments on commit 1ced39a

Please sign in to comment.