Skip to content

Commit 1e0dd58

Browse files
renovate[bot]renovate-botPabloSzx
authored
fix(deps): update dependency @guild-docs/client to v0.2.15 (#325)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: PabloSzx <[email protected]>
1 parent 7fd2f7b commit 1e0dd58

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@chakra-ui/utils": "1.8.0",
2020
"@emotion/react": "11.4.0",
2121
"@emotion/styled": "11.3.0",
22-
"@guild-docs/client": "0.2.14",
22+
"@guild-docs/client": "0.2.15",
2323
"@guild-docs/server": "0.2.15",
2424
"@mdx-js/react": "1.6.22",
2525
"@theguild/components": "1.4.0",

website/src/pages/_app.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,18 @@ function AppContent(appProps: AppProps) {
143143
onClick: e => handlePushRoute('/docs', e),
144144
}}
145145
/>
146-
{isDocs ? <DocsPage accentColor={accentColor} appProps={appProps} mdxRoutes={mdxRoutes} /> : <Component {...pageProps} />}
146+
{isDocs ? (
147+
<DocsPage
148+
accentColor={accentColor}
149+
appProps={appProps}
150+
mdxRoutes={mdxRoutes}
151+
mdxNavigationProps={{
152+
defaultOpenDepth: 2,
153+
}}
154+
/>
155+
) : (
156+
<Component {...pageProps} />
157+
)}
147158
<Footer />
148159
</>
149160
);

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,10 +1577,10 @@
15771577
protobufjs "^6.10.0"
15781578
yargs "^16.1.1"
15791579

1580-
"@guild-docs/[email protected].14":
1581-
version "0.2.14"
1582-
resolved "https://registry.yarnpkg.com/@guild-docs/client/-/client-0.2.14.tgz#33778469aef6d082779afe6147e8875fbffd875b"
1583-
integrity sha512-iFBOiqyHv6TTkt6nZyf9nCzlGflyXQ3bS+HYFjfU50bSciMTSWJOyzSjsXPWNDWQh67jWOYkvYQSIAgCyUoM7w==
1580+
"@guild-docs/[email protected].15":
1581+
version "0.2.15"
1582+
resolved "https://registry.yarnpkg.com/@guild-docs/client/-/client-0.2.15.tgz#cdb205541f2be3996a3c95703c5477b71b0e028a"
1583+
integrity sha512-PUz11nJIKcBwPjRi+oVFqboObGrh8YaeTw+novTQob9IynrskkPY6vQ/n11aBj1z9rYwp7GusfXKjsy/k/Qncw==
15841584
dependencies:
15851585
"@guild-docs/types" "^0.2.14"
15861586
immer "^9.0.3"
@@ -1590,7 +1590,7 @@
15901590
react-icons "^4.2.0"
15911591
react-intersection-observer "^8.32.0"
15921592
react-use "^17.2.4"
1593-
use-immer "^0.5.2"
1593+
use-immer "^0.6.0"
15941594
zustand "^3.5.4"
15951595

15961596
"@guild-docs/[email protected]":
@@ -11565,10 +11565,10 @@ [email protected]:
1156511565
use-ssr "^1.0.24"
1156611566
utility-types "^3.10.0"
1156711567

11568-
use-immer@^0.5.2:
11569-
version "0.5.2"
11570-
resolved "https://registry.npmjs.org/use-immer/-/use-immer-0.5.2.tgz#5f61d5662eb0df192663bb78e200521858e92499"
11571-
integrity sha512-aHnLa85kftWo05lqJVOy3GLXrydqu6kl0MXvo5k5OW8IoLJixa9NY/48Xdy0LlcqdakBTFLbSDZaYVPMVhYy8Q==
11568+
use-immer@^0.6.0:
11569+
version "0.6.0"
11570+
resolved "https://registry.yarnpkg.com/use-immer/-/use-immer-0.6.0.tgz#ca6aa5ade93018e2c65cf128d19ada54fc23f70d"
11571+
integrity sha512-dFGRfvWCqPDTOt/S431ETYTg6+uxbpb7A1pptufwXVzGJY3RlXr38+3wyLNpc6SbbmAKjWl6+EP6uW74fkEsXQ==
1157211572

1157311573
use-sidecar@^1.0.1:
1157411574
version "1.0.5"

0 commit comments

Comments
 (0)