Skip to content

Commit

Permalink
update Static Docs
Browse files Browse the repository at this point in the history
Reviewed By: lblasa

Differential Revision: D56702237

fbshipit-source-id: fbe92d66a85b11a98a4863543b5cd78f1550f831
  • Loading branch information
antonk52 authored and facebook-github-bot committed Apr 29, 2024
1 parent d97ff21 commit 9b8b001
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@docusaurus/preset-classic": "^3.1.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-plugin-internaldocs-fb": "1.16.2",
"docusaurus-plugin-internaldocs-fb": "1.18.2",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
22 changes: 18 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2188,6 +2188,13 @@
dependencies:
"@types/lodash" "*"

"@types/[email protected]":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/lodash.escape/-/lodash.escape-4.0.0.tgz#0f60dfe769a6296481e93f27306acea482546efb"
integrity sha512-z4SlV7GOKC7nnPlNoLUVugKwUwa9+XJtLimwq/7OBBzKePMcGsV4QJR5jyoBN4c4Boo6mbmyD6My9IAz3xWy0w==
dependencies:
"@types/lodash" "*"

"@types/lodash@*":
version "4.14.202"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.202.tgz#f09dbd2fb082d507178b2f2a5c7e74bd72ff98f8"
Expand Down Expand Up @@ -4159,14 +4166,15 @@ docusaurus-lunr-search@^2.3.2:
unified "^9.0.0"
unist-util-is "^4.0.2"

docusaurus-plugin-internaldocs-fb@1.16.2:
version "1.16.2"
resolved "https://registry.yarnpkg.com/docusaurus-plugin-internaldocs-fb/-/docusaurus-plugin-internaldocs-fb-1.16.2.tgz#00f8d52f2b2447545409073955f37ed28e6c1083"
integrity sha512-DqEiMuTG2qq0XsbKu1Jlv0oEINDvsN6D514zmuuppUF5WM8KUlOJdComuS+8JRoAMZhqCBoa7Id+J0AlyRdnJw==
docusaurus-plugin-internaldocs-fb@1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/docusaurus-plugin-internaldocs-fb/-/docusaurus-plugin-internaldocs-fb-1.18.2.tgz#9e7ba5c6ece72eb6278f9383a0ec59b3f78101e3"
integrity sha512-EDsRNqkGHYvNMhcTqOxvd+U4mAfGG94YzDdRB+0TTcGgmVix7LOLnM6K+wycBPWSN/kEsW+eYXo+kO4WO3NjhQ==
dependencies:
"@mdx-js/mdx" "^2.1.1"
"@mdx-js/react" "^1.6.22"
"@types/lodash.debounce" "4.0.7"
"@types/lodash.escape" "4.0.0"
"@types/mermaid" "^8.2.9"
"@types/react-modal" "3.13.1"
assert "^2.0.0"
Expand All @@ -4175,6 +4183,7 @@ [email protected]:
docusaurus-lunr-search "^2.3.2"
fs-extra "^10.1.0"
lodash.debounce "^4.0.8"
lodash.escape "^4.0.0"
mermaid "^9.1.3"
node-fetch "2.6.7"
path-browserify "^1.0.1"
Expand Down Expand Up @@ -6112,6 +6121,11 @@ lodash.debounce@^4.0.8:
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==

lodash.escape@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
integrity sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==

lodash.memoize@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
Expand Down

0 comments on commit 9b8b001

Please sign in to comment.