Skip to content

Commit

Permalink
fix(deps): update dependency @theguild/components to v6.4.1 (#3223)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @theguild/components to v6.4.1

* Update v2-get-static-props.ts

* Update v2-get-static-props.ts

* Update v3-get-static-props.ts

* Update v4-get-static-props.ts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
  • Loading branch information
renovate[bot] and ardatan authored Apr 8, 2024
1 parent c9e636a commit f32371a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 48 deletions.
76 changes: 35 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start": "next start"
},
"dependencies": {
"@theguild/components": "6.4.0",
"@theguild/components": "6.4.1",
"clsx": "2.0.0",
"graphql": "16.6.0",
"next": "14.1.4",
Expand Down
2 changes: 0 additions & 2 deletions website/src/lib/v2-get-static-props.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { GetStaticPaths, GetStaticProps } from 'next'
// @ts-expect-error
import { buildDynamicMDX, buildDynamicMeta } from 'nextra/remote'
// @ts-expect-error
import { defaultRemarkPlugins } from '@theguild/components/next.config'
import json from '../../remote-files/v2.json' assert { type: 'json' }
// @ts-expect-error
import { remarkLinkRewrite } from '@theguild/components/compile';

const { user, repo, branch, docsPath, filePaths } = json
Expand Down
2 changes: 0 additions & 2 deletions website/src/lib/v3-get-static-props.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { GetStaticPaths, GetStaticProps } from 'next'
// @ts-expect-error
import { buildDynamicMDX, buildDynamicMeta } from 'nextra/remote'
// @ts-expect-error
import { defaultRemarkPlugins } from '@theguild/components/next.config'
import json from '../../remote-files/v3.json' assert { type: 'json' }
// @ts-expect-error
import { remarkLinkRewrite } from '@theguild/components/compile';

const { user, repo, branch, docsPath, filePaths } = json
Expand Down
2 changes: 0 additions & 2 deletions website/src/lib/v4-get-static-props.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { GetStaticPaths, GetStaticProps } from 'next'
// @ts-expect-error
import { buildDynamicMDX, buildDynamicMeta } from 'nextra/remote'
// @ts-expect-error
import { defaultRemarkPlugins } from '@theguild/components/next.config'
import json from '../../remote-files/v4.json' assert { type: 'json' }
// @ts-expect-error
import { remarkLinkRewrite } from '@theguild/components/compile';

const { user, repo, branch, docsPath, filePaths } = json
Expand Down

0 comments on commit f32371a

Please sign in to comment.