Skip to content

Commit 4bc9ae6

Browse files
fix(deps): update dependency @mizdra/graphql-codegen-typescript-fabbrica to ^0.6.0 (#10081)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1c5f29 commit 4bc9ae6

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@graphql-codegen/typescript-vue-apollo-smart-ops": "2.3.6",
6666
"@graphql-codegen/typescript-vue-urql": "2.3.6",
6767
"@graphql-codegen/urql-introspection": "2.2.1",
68-
"@mizdra/graphql-codegen-typescript-fabbrica": "^0.3.0",
68+
"@mizdra/graphql-codegen-typescript-fabbrica": "^0.6.0",
6969
"@monaco-editor/react": "4.5.2",
7070
"@theguild/components": "6.6.3",
7171
"classnames": "2.3.2",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3403,13 +3403,14 @@
34033403
dependencies:
34043404
"@types/mdx" "^2.0.0"
34053405

3406-
"@mizdra/graphql-codegen-typescript-fabbrica@^0.3.0":
3407-
version "0.3.0"
3408-
resolved "https://registry.yarnpkg.com/@mizdra/graphql-codegen-typescript-fabbrica/-/graphql-codegen-typescript-fabbrica-0.3.0.tgz#783ffc7c4ade7b844a6c65cc1fb7bac340a2f42d"
3409-
integrity sha512-ShPEpC6GrzL1fqXqx4Ua1heid8ExrK/evJI1vozVPt6mZWebwKG0tf26v9KwQ0F8HZBufnq4BURUMXobWi9ckQ==
3406+
"@mizdra/graphql-codegen-typescript-fabbrica@^0.6.0":
3407+
version "0.6.0"
3408+
resolved "https://registry.yarnpkg.com/@mizdra/graphql-codegen-typescript-fabbrica/-/graphql-codegen-typescript-fabbrica-0.6.0.tgz#3c3961677b4e280f7656a4a35267e2795a82bb86"
3409+
integrity sha512-Jkimjs2kYH6VYsveeVYAfZ4Lch4zqUIuW6FxBpfOSSrKeu/n7mVbfU2zQMejlBeeND5brtVjhA1Ozi/CHfnpvw==
34103410
dependencies:
34113411
"@graphql-codegen/plugin-helpers" "^5.0.1"
34123412
"@graphql-codegen/visitor-plugin-common" "^4.0.1"
3413+
graphql-relay "^0.10.2"
34133414

34143415
"@monaco-editor/loader@^1.3.3":
34153416
version "1.3.3"
@@ -8697,6 +8698,11 @@ graphql-language-service-utils@^2.7.1:
86978698
graphql-language-service-types "^1.8.7"
86988699
nullthrows "^1.0.0"
86998700

8701+
graphql-relay@^0.10.2:
8702+
version "0.10.2"
8703+
resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.10.2.tgz#a1cd0e4b63e671a08da6c021ec033086a4887f6a"
8704+
integrity sha512-abybva1hmlNt7Y9pMpAzHuFnM2Mme/a2Usd8S4X27fNteLGRAECMYfhmsrpZFvGn3BhmBZugMXYW/Mesv3P1Kw==
8705+
87008706
87018707
version "5.2.0"
87028708
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-5.2.0.tgz#a05fb54a517d91bb2d7aefa17ade4523dc5ebdca"

0 commit comments

Comments
 (0)