mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-06 22:02:48 +08:00
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:
parent
b7e1c7af34
commit
8ec1d92b6f
@ -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",
|
||||||
|
@ -57,3 +57,8 @@
|
|||||||
display: block;
|
display: block;
|
||||||
top: -5px;
|
top: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
aspect-ratio: auto;
|
||||||
|
height: auto;
|
||||||
|
}
|
980
docs~/yarn.lock
980
docs~/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user