Skip to content

Commit

Permalink
chore(graphql-request): bump graphql-request packages v7.0.1
Browse files Browse the repository at this point in the history
the package nestjs-graphql-request use the graphql-request and there is a new version (v7.0.1)
available. Because of this new major version (v6 -> v7) I also bump the nestjs-graphql-request to
v1.0.0

BREAKING CHANGE: the 2 main breaking changes are the end of the support for CommonJS + remove
cross-fetch polyfill. The Breaking changes list:
https://github.com/jasonkuhrt/graphql-request/releases/tag/7.0.0

closes golevelup#738
  • Loading branch information
GauthierD- committed May 21, 2024
1 parent 7b2aeba commit 19588ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/graphql-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@golevelup/nestjs-graphql-request",
"version": "0.2.2",
"version": "1.0.0",
"description": "Badass utilities for integrating graphql-request and NestJS",
"author": "Jesse Carter <jesse.r.carter@gmail.com>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@golevelup/nestjs-discovery": "^4.0.1",
"@golevelup/nestjs-modules": "^0.7.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0"
"graphql-request": "^7.0.1"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 19588ad

Please sign in to comment.