Skip to content

Commit

Permalink
chore: update @envelop/on-resolve@4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Kroupa committed Nov 8, 2024
1 parent e08b6f5 commit e5bafe9
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 68 deletions.
6 changes: 6 additions & 0 deletions .changeset/changelog2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@graphql-yoga/plugin-apollo-inline-trace": patch
---

- updated: `@envelop/on-resolve@^4.1.1` dependency
- fixed: package `@envelop/core@^5.0.2` was added to devDependencies and `@envelop/on-resolve` was removed
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"overrides": {
"graphql": "16.8.1",
"@envelop/core": "5.0.1",
"@envelop/core": "5.0.2",
"@changesets/assemble-release-plan": "5.2.1",
"@types/react": "18.2.55"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/apollo-inline-trace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
},
"dependencies": {
"@apollo/usage-reporting-protobuf": "^4.1.1",
"@envelop/on-resolve": "^4.0.0",
"@envelop/on-resolve": "^4.1.1",
"tslib": "^2.5.2"
},
"devDependencies": {
"@apollo/gateway": "^2.9.3",
"@apollo/subgraph": "^2.9.3",
"@envelop/on-resolve": "^4.0.0",
"@envelop/core": "^5.0.2",
"@graphql-tools/delegate": "^10.1.1",
"@graphql-tools/federation": "^2.2.24",
"@whatwg-node/fetch": "^0.9.22",
Expand Down
Loading

0 comments on commit e5bafe9

Please sign in to comment.