Skip to content

Commit

Permalink
Update the dependencies [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Mar 28, 2024
1 parent bc50b3e commit 46b9518
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 50 deletions.
3 changes: 2 additions & 1 deletion docs/api/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,8 @@ dd {
}
body {
background: var(--color-background);
font-family: "Segoe UI", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-size: 16px;
color: var(--color-text);
}
Expand Down
97 changes: 49 additions & 48 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"execa": "^8.0.1",
"typedoc": "^0.25.12",
"typescript": "^5.4.3",
"typescript-eslint": "^7.3.1"
"typescript-eslint": "^7.4.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit 46b9518

Please sign in to comment.