Skip to content

Commit

Permalink
Upgrade @graphql-codegen/cli (#1711)
Browse files Browse the repository at this point in the history
* upgrade graphql-codegen/cli to latest

* update changelog

* upgrade all graphql codegen packages to latest

* Update CHANGELOG.md

Co-authored-by: Illia Kovalenko <[email protected]>

---------

Co-authored-by: Illia Kovalenko <[email protected]>
  • Loading branch information
yavorsk and illiakovalenko authored Jan 11, 2024
1 parent 79e2de4 commit 8ed8379
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Our versioning strategy is as follows:
### 🧹 Chores

* Upgrade to Node.js 20.x ([#1679](https://github.com/Sitecore/jss/pull/1679))([#1681](https://github.com/Sitecore/jss/pull/1681))
* `[nextjs/template]` Upgrade graphql-codegen packages to latest ([#1711](https://github.com/Sitecore/jss/pull/1711))

## 21.6.0

Expand Down
16 changes: 8 additions & 8 deletions packages/create-sitecore-jss/src/templates/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.8",
"@graphql-codegen/import-types-preset": "^2.2.6",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/typed-document-node": "^2.3.12",
"@graphql-codegen/typescript": "^2.8.7",
"@graphql-codegen/typescript-operations": "^2.5.12",
"@graphql-codegen/typescript-resolvers": "^2.7.12",
"@graphql-typed-document-node/core": "^3.1.1",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/import-types-preset": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.1",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@sitecore-jss/sitecore-jss-cli": "~21.7.0-canary",
"@sitecore-jss/sitecore-jss-dev-tools": "~21.7.0-canary",
"@types/node": "^18.11.18",
Expand Down

0 comments on commit 8ed8379

Please sign in to comment.