Skip to content

Commit

Permalink
fix(deps): update dependency @guild-docs/server to v4 (#4450)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 20, 2022
1 parent 9e8f548 commit c1a258d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@guild-docs/client": "3.1.0",
"@guild-docs/server": "3.0.1",
"@guild-docs/server": "4.0.0",
"@mdx-js/react": "2.1.1",
"@theguild/components": "1.11.8",
"framer-motion": "6.3.3",
Expand Down
34 changes: 13 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2330,7 +2330,7 @@
use-immer "0.7.0"
zustand "3.7.2"

"@guild-docs/mdx-remote@^2.0.1", "@guild-docs/mdx-remote@^2.0.2":
"@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==
Expand All @@ -2345,29 +2345,21 @@
vfile "5.3.2"
vfile-matter "3.0.1"

"@guild-docs/server@3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@guild-docs/server/-/server-3.0.1.tgz#040a6fca0dd5516462fa41fda1e21872596b1825"
integrity sha512-KRXoSqbpBmSAtm1u3iQVpm1oz+vrng+F95NkSf8+uWr6vmxgAscE1hq9/2wrTaNfwwQFUd+GIm6FRlhy4eG2pA==
"@guild-docs/server@4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@guild-docs/server/-/server-4.0.0.tgz#f0ef566c95f2c47a20d10d3ca41b2156644f5989"
integrity sha512-LlDr4U8LMwoE3LEmbMgUXlmFBUdHVKzGIOofKG1SR6VNwZEQ8/qAR5eEIdl3xA5VyOCs4PJ0lDJg5pzoECxq8w==
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"
"@stefanprobst/remark-shiki" "2.1.0"
github-slugger "1.4.0"
globby "13.1.1"
gray-matter "4.0.3"
rehype-slug "5.0.1"
remark-emoji "3.0.2"
tiny-lru "8.0.2"
undici "4.16.0"

"@guild-docs/types@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@guild-docs/types/-/types-2.0.0.tgz#95bf26641779301da4d27ec51528436de4576942"
integrity sha512-BeObMB7WokzcFO5quSWOOouJL96zneEzE0VS6rkZmg/bG/ukX0S6ODy4/UhxsWphxPYqQ68VAdM57WqTkdlamg==
dependencies:
"@mdx-js/mdx" "^2.1.0"
unified "^10.1.2"
undici "5.0.0"

"@guild-docs/types@^3.0.0":
version "3.0.0"
Expand Down Expand Up @@ -2670,7 +2662,7 @@
globby "^11.0.0"
read-yaml-file "^1.1.0"

"@mdx-js/[email protected]", "@mdx-js/mdx@^2.1.0", "@mdx-js/mdx@^2.1.1":
"@mdx-js/[email protected]", "@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==
Expand Down Expand Up @@ -13459,10 +13451,10 @@ [email protected]:
buffer "^5.2.1"
through "^2.3.8"

undici@4.16.0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-4.16.0.tgz#469bb87b3b918818d3d7843d91a1d08da357d5ff"
integrity sha512-tkZSECUYi+/T1i4u+4+lwZmQgLXd4BLGlrc7KZPcLIW7Jpq99+Xpc30ONv7nS6F5UNOxp/HBZSSL9MafUrvJbw==
undici@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.0.0.tgz#3c1e08c7f0df90c485d5d8dbb0517e11e34f2090"
integrity sha512-VhUpiZ3No1DOPPQVQnsDZyfcbTTcHdcgWej1PdFnSvOeJmOVDgiOHkunJmBLfmjt4CqgPQddPVjSWW0dsTs5Yg==

undici@^5.1.0:
version "5.1.0"
Expand Down

0 comments on commit c1a258d

Please sign in to comment.