chore(docs): docs dependency update and minor fixes (#708)

* chore(docs): update dependencies

* fix(docs): images are squished when too large for their container
This commit is contained in:
bd_ 2024-02-27 00:45:25 -08:00 committed by GitHub
parent b7e1c7af34
commit 8ec1d92b6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 469 additions and 538 deletions

View File

@ -15,24 +15,24 @@
"typecheck": "tsc" "typecheck": "tsc"
}, },
"dependencies": { "dependencies": {
"@docusaurus/core": "^3.0.0", "@docusaurus/core": "^3.1.1",
"@docusaurus/preset-classic": "^3.0.0", "@docusaurus/preset-classic": "^3.1.1",
"@mdx-js/react": "^3.0.0", "@mdx-js/react": "^3.0.1",
"clsx": "^2.0.0", "clsx": "^2.1.0",
"prism-react-renderer": "^2.2.0", "prism-react-renderer": "^2.3.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-loadable": "^5.5.0", "react-loadable": "^5.5.0",
"react-medium-image-zoom": "^5.1.8", "react-medium-image-zoom": "^5.1.10",
"react-modal": "^3.16.1", "react-modal": "^3.16.1",
"react-player": "^2.13.0", "react-player": "^2.14.1",
"search-insights": "^2.10.0" "search-insights": "^2.13.0"
}, },
"devDependencies": { "devDependencies": {
"@docusaurus/module-type-aliases": "3.0.0", "@docusaurus/module-type-aliases": "3.1.1",
"@tsconfig/docusaurus": "^2.0.2", "@tsconfig/docusaurus": "^2.0.2",
"@types/react": "^18.2.37", "@types/react": "^18.2.59",
"typescript": "^5.2.2" "typescript": "^5.3.3"
}, },
"resolutions": { "resolutions": {
"@algolia/client-search": "4.20.0", "@algolia/client-search": "4.20.0",

View File

@ -57,3 +57,8 @@
display: block; display: block;
top: -5px; top: -5px;
} }
img {
aspect-ratio: auto;
height: auto;
}

File diff suppressed because it is too large Load Diff