Skip to content

Commit

Permalink
fix(deps): update dependency @guild-docs/client to v3 (#4449)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 19, 2022
1 parent 4815ca0 commit 7f145c7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 38 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -43,7 +43,7 @@
"@chakra-ui/utils": "2.0.0",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@guild-docs/client": "2.1.1",
"@guild-docs/client": "3.1.0",
"@guild-docs/server": "3.0.1",
"@mdx-js/react": "2.1.1",
"@theguild/components": "1.11.8",
Expand Down
77 changes: 40 additions & 37 deletions yarn.lock
Expand Up @@ -2303,32 +2303,32 @@
lodash "^4.17.21"
remove-markdown "0.5.0"

"@guild-docs/client@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@guild-docs/client/-/client-2.1.1.tgz#1a3b8df7c1fb1da2e9b507695cc7abb0a76221bd"
integrity sha512-ikdcOnjeLvwih+V+WvDCKwP6u8752mVtzK1zjm01H7O+EosmiHHgilHPER7lvvwf7DJ/tBjZJJfqTtvSSrw1zQ==
"@guild-docs/client@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@guild-docs/client/-/client-3.1.0.tgz#1418fb607adeda5997053ec8b3aa7be6ccb6659e"
integrity sha512-Uc2dv+30qYPNEg02PZ1r5PGZSPkgM7C5mblKEMUArqJhM6bxpFJG5JBi248f//O/y07/x7oEZaRbLn4Ktn0MPw==
dependencies:
"@guild-docs/mdx-remote" "^2.0.1"
"@guild-docs/types" "^2.0.0"
"@guild-docs/mdx-remote" "^2.0.2"
"@guild-docs/types" "^3.0.0"
immer "9.0.12"
mdx-mermaid "1.2.2"
mermaid ">= 8.11.0 < 8.12.0"
nprogress "0.2.0"
react-children-utilities "2.7.0"
react-intersection-observer "8.33.1"
react-children-utilities "2.7.1"
react-intersection-observer "8.34.0"
react-sticky-box "1.0.2"
remove-markdown "0.3.0"
use-immer "0.6.0"
remove-markdown "0.5.0"
use-immer "0.7.0"
zustand "3.7.2"

"@guild-docs/mdx-remote@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@guild-docs/mdx-remote/-/mdx-remote-2.0.1.tgz#68bdab3b0bd1ee8068b56a0584df8cbf754ca825"
integrity sha512-R5RLXtfEhYV6PGKtFp1qHuAiCKY56TODScTiQ0B8wCWyFOfigMw99DCuabpx21BRTAJaP4ZUvxo2yb+swYfVyA==
"@guild-docs/mdx-remote@^2.0.1", "@guild-docs/mdx-remote@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@guild-docs/mdx-remote/-/mdx-remote-2.0.2.tgz#9c6b14399021a84f02978951dac9ea0fae644b1a"
integrity sha512-g35B/Lo7s4l3HLcB9Z7jvTYrhMjCLMbfeS4i3rEhzhP54S0lvQ6gFTbVY25nDGZjZGMgMpkykY4Rk/p73UF2qQ==
dependencies:
"@babel/code-frame" "7.16.7"
"@guild-docs/types" "^2.0.0"
"@mdx-js/mdx" "2.1.0"
"@guild-docs/types" "^3.0.0"
"@mdx-js/mdx" "2.1.1"
"@stefanprobst/rehype-shiki" "2.2.0"
remark-gfm "3.0.1"
unified "10.1.2"
Expand Down Expand Up @@ -2360,6 +2360,14 @@
"@mdx-js/mdx" "^2.1.0"
unified "^10.1.2"

"@guild-docs/types@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@guild-docs/types/-/types-3.0.0.tgz#968efc4f1d3e69749351ae2772253ec815923c82"
integrity sha512-Vd8lgw+p7boag31I2hqpiCgp3aKsLgPNs2WNWx3MZA2bWJ7+qKKDvPP3KiioMGK5nadEq9SsCbG72ogBZbwpag==
dependencies:
"@mdx-js/mdx" "^2.1.1"
unified "^10.1.2"

"@hapi/hoek@^9.0.0":
version "9.2.0"
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.2.0.tgz#f3933a44e365864f4dad5db94158106d511e8131"
Expand Down Expand Up @@ -2653,10 +2661,10 @@
globby "^11.0.0"
read-yaml-file "^1.1.0"

"@mdx-js/mdx@2.1.0", "@mdx-js/mdx@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-2.1.0.tgz#a984cee27a378619a82d193288031a7b83a54b26"
integrity sha512-AuZGNLSGrytOd7a81E2SsWAOYg/eV5I51BlUPc11PPmPwhpovu7mwfyQ8PH1jxhdH0Is6aRtXHERuDxon0TluQ==
"@mdx-js/mdx@2.1.1", "@mdx-js/mdx@^2.1.0", "@mdx-js/mdx@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-2.1.1.tgz#6d8b9b75456d7685a52c3812b1c3e4830c7458fb"
integrity sha512-SXC18cChut3F2zkVXwsb2no0fzTQ1z6swjK13XwFbF5QU/SFQM0orAItPypSdL3GvqYyzVJtz8UofzJhPEQtMw==
dependencies:
"@types/estree-jsx" "^0.0.1"
"@types/mdx" "^2.0.0"
Expand Down Expand Up @@ -11368,10 +11376,10 @@ raw-body@2.5.1:
iconv-lite "0.4.24"
unpipe "1.0.0"

react-children-utilities@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/react-children-utilities/-/react-children-utilities-2.7.0.tgz#cd6df6b15f47e422b82401b78e3d41e2367d3e9f"
integrity sha512-8vvGyL8+MTB/WZnTZKll3ph8rKhYQ3s0TOeojFcSi9yF8hMHwYmCS3y5RZyPxTg4/gGW6ev299ehV9DrNU8dow==
react-children-utilities@2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/react-children-utilities/-/react-children-utilities-2.7.1.tgz#bf72e3b05f572fec75da66d003f3a22ab431841e"
integrity sha512-olV2IcUcARN/VrgYnijbxEtvc2P07BcmAWKdLI0txZgAqs8YODxbYu68GMDv/uretA1sVlPMCQXRgY0Msh4dmA==

react-clientside-effect@^1.2.5:
version "1.2.5"
Expand Down Expand Up @@ -11441,10 +11449,10 @@ react-instantsearch-dom@6.17.0:
react-fast-compare "^3.0.0"
react-instantsearch-core "^6.17.0"

react-intersection-observer@8.33.1:
version "8.33.1"
resolved "https://registry.yarnpkg.com/react-intersection-observer/-/react-intersection-observer-8.33.1.tgz#8e6442cac7052ed63056e191b7539e423e7d5c64"
integrity sha512-3v+qaJvp3D1MlGHyM+KISVg/CMhPiOlO6FgPHcluqHkx4YFCLuyXNlQ/LE6UkbODXlQcLOppfX6UMxCEkUhDLw==
react-intersection-observer@8.34.0:
version "8.34.0"
resolved "https://registry.yarnpkg.com/react-intersection-observer/-/react-intersection-observer-8.34.0.tgz#6f6e67831c52e6233f6b6cc7eb55814820137c42"
integrity sha512-TYKh52Zc0Uptp5/b4N91XydfSGKubEhgZRtcg1rhTKABXijc4Sdr1uTp5lJ8TN27jwUsdXxjHXtHa0kPj704sw==

react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1"
Expand Down Expand Up @@ -11829,11 +11837,6 @@ remark-rehype@^10.0.0, remark-rehype@^10.1.0:
mdast-util-to-hast "^12.1.0"
unified "^10.0.0"

remove-markdown@0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/remove-markdown/-/remove-markdown-0.3.0.tgz#5e4b667493a93579728f3d52ecc1db9ca505dc98"
integrity sha1-XktmdJOpNXlyjz1S7MHbnKUF3Jg=

remove-markdown@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/remove-markdown/-/remove-markdown-0.5.0.tgz#a596264bbd60b9ceab2e2ae86e5789eee91aee32"
Expand Down Expand Up @@ -13712,10 +13715,10 @@ use-debounce@^7.0.1:
resolved "https://registry.yarnpkg.com/use-debounce/-/use-debounce-7.0.1.tgz#380e6191cc13ad29f8e2149a12b5c37cc2891190"
integrity sha512-fOrzIw2wstbAJuv8PC9Vg4XgwyTLEOdq4y/Z3IhVl8DAE4svRcgyEUvrEXu+BMNgMoc3YND6qLT61kkgEKXh7Q==

use-immer@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/use-immer/-/use-immer-0.6.0.tgz#ca6aa5ade93018e2c65cf128d19ada54fc23f70d"
integrity sha512-dFGRfvWCqPDTOt/S431ETYTg6+uxbpb7A1pptufwXVzGJY3RlXr38+3wyLNpc6SbbmAKjWl6+EP6uW74fkEsXQ==
use-immer@0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/use-immer/-/use-immer-0.7.0.tgz#e3bfbb806b5e3ff6e37441be74c306d91c1e0962"
integrity sha512-Re4hjrP3a/2ABZjAc0b7AK9s626bnO+H33RO2VUhiDZ2StBz5B663K6WNNlr4QtHWaGUmvLpwt3whFvvWuolQw==

use-sidecar@^1.0.5, use-sidecar@^1.1.2:
version "1.1.2"
Expand Down

0 comments on commit 7f145c7

Please sign in to comment.