Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-typed-document-node/core to v3.…
Browse files Browse the repository at this point in the history
…1.2 (#9049)

* fix(deps): update dependency @graphql-typed-document-node/core to v3.1.2

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Feb 23, 2023
1 parent 416a3ed commit 9430c38
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-codegen/client-preset": patch
---
dependencies updates:
- Updated dependency [`@graphql-typed-document-node/core@3.1.2` ↗︎](https://www.npmjs.com/package/@graphql-typed-document-node/core/v/3.1.2) (from `3.1.1`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/persisted-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@graphql-yoga/plugin-persisted-operations": "1.7.0"
},
"devDependencies": {
"@graphql-typed-document-node/core": "3.1.1",
"@graphql-typed-document-node/core": "3.1.2",
"jest": "28.1.3",
"babel-jest": "28.1.3",
"@graphql-codegen/cli": "3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@graphql-codegen/client-preset": "2.1.0"
},
"dependencies": {
"@graphql-typed-document-node/core": "3.1.1",
"@graphql-typed-document-node/core": "3.1.2",
"graphql": "16.6.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/yoga-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"graphql-yoga": "3.7.0"
},
"devDependencies": {
"@graphql-typed-document-node/core": "3.1.1",
"@graphql-typed-document-node/core": "3.1.2",
"jest": "28.1.3",
"babel-jest": "28.1.3",
"@graphql-codegen/cli": "3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@graphql-codegen/gql-tag-operations": "2.0.1",
"@graphql-codegen/plugin-helpers": "^4.1.0",
"@graphql-codegen/visitor-plugin-common": "^3.0.1",
"@graphql-typed-document-node/core": "3.1.1",
"@graphql-typed-document-node/core": "3.1.2",
"@graphql-tools/documents": "^0.1.0",
"@graphql-tools/utils": "^9.0.0",
"tslib": "~2.5.0"
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2897,11 +2897,16 @@
tslib "^2.4.0"
value-or-promise "1.0.12"

"@graphql-typed-document-node/core@3.1.1", "@graphql-typed-document-node/core@^3.1.1":
"@graphql-typed-document-node/core@3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==

"@graphql-typed-document-node/core@3.1.2", "@graphql-typed-document-node/core@^3.1.1":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.2.tgz#6fc464307cbe3c8ca5064549b806360d84457b04"
integrity sha512-9anpBMM9mEgZN4wr2v8wHJI2/u5TnnggewRN6OlvXTTnuVyoY19X6rOv9XTqKRw6dcGKwZsBi8n0kDE2I5i4VA==

"@graphql-yoga/plugin-persisted-operations@1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@graphql-yoga/plugin-persisted-operations/-/plugin-persisted-operations-1.7.0.tgz#eec0a76c0fda85c0e402fad70846528a7e82d956"
Expand Down

0 comments on commit 9430c38

Please sign in to comment.