Skip to content

Commit

Permalink
bump envelop/validation-cache (#2470)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
n1ru4l and github-actions[bot] committed Feb 20, 2023
1 parent f080813 commit 23d1b26
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 108 deletions.
5 changes: 5 additions & 0 deletions .changeset/graphql-yoga-2470-dependencies.md
@@ -0,0 +1,5 @@
---
'graphql-yoga': patch
---
dependencies updates:
- Updated dependency [`@envelop/validation-cache@^5.1.2` ↗︎](https://www.npmjs.com/package/@envelop/validation-cache/v/5.1.2) (from `^5.0.5`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/mean-kings-grin.md
@@ -0,0 +1,5 @@
---
'graphql-yoga': patch
---

bump range of `@envelop/validation-cache` for fixing javascript runtime compatibility (usage of node-only global `require`).
2 changes: 1 addition & 1 deletion examples/response-cache/package.json
Expand Up @@ -19,7 +19,7 @@
"typescript": "4.9.4"
},
"dependencies": {
"graphql-yoga": "3.1.2",
"graphql-yoga": "3.6.1",
"@graphql-yoga/plugin-response-cache": "1.6.1",
"graphql": "16.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-yoga/package.json
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@envelop/core": "^3.0.4",
"@envelop/validation-cache": "^5.0.5",
"@envelop/validation-cache": "^5.1.2",
"@graphql-tools/executor": "^0.0.14",
"@graphql-tools/schema": "^9.0.0",
"@graphql-tools/utils": "^9.2.1",
Expand Down
124 changes: 18 additions & 106 deletions pnpm-lock.yaml

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

0 comments on commit 23d1b26

Please sign in to comment.