Skip to content

Commit 2f3284a

Browse files
fix(deps): update dependency @theguild/components to v5 (#1692)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent 4a0d689 commit 2f3284a

File tree

4 files changed

+27
-46
lines changed

4 files changed

+27
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"postinstall": "tsx scripts/patch-graphql.ts",
1616
"prebuild": "rimraf ./tsconfig.tsbuildinfo",
1717
"prerelease": "pnpm build",
18-
"prettier": "prettier --cache --write --list-different .",
18+
"prettier": "prettier --cache --write --check .",
1919
"release": "changeset publish",
2020
"test": "vitest ."
2121
},

pnpm-lock.yaml

Lines changed: 21 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@monaco-editor/react": "4.5.1",
1818
"@radix-ui/react-icons": "1.3.0",
1919
"@radix-ui/react-select": "1.2.2",
20-
"@theguild/components": "4.6.5",
20+
"@theguild/components": "5.0.0",
2121
"clsx": "1.2.1",
2222
"graphql": "16.6.0",
2323
"lodash.debounce": "4.0.8",

website/src/pages/docs/getting-started.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
import { Callout, PackageCmd } from '@theguild/components'
1+
import { Callout } from '@theguild/components'
22

33
# Getting Started
44

55
## Installation
66

77
Start by installing the plugin package, which includes everything you need:
88

9-
<PackageCmd packages={['-D @graphql-eslint/eslint-plugin']} />
9+
```sh npm2yarn
10+
npm i -D @graphql-eslint/eslint-plugin
11+
```
1012

1113
<Callout type="warning">
1214
Make sure you have [`graphql`](https://npmjs.com/package/graphql) dependency in your project.

0 commit comments

Comments
 (0)