Skip to content

Commit

Permalink
Merge pull request #385 from thefrontside/tm/upgrade-graphql-modules
Browse files Browse the repository at this point in the history
Upgraded graphql-modules to 2.3.0
  • Loading branch information
wKich authored Feb 7, 2024
2 parents 47dce29 + 0e475db commit 8f55759
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .changeset/clean-pugs-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@frontside/backstage-plugin-graphql-backend-module-catalog': patch
'@frontside/backstage-plugin-graphql-backend-node': patch
'@frontside/backstage-plugin-graphql-backend': patch
'backend': patch
---

Upgraded to graphql-modules 2.3.0
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"express-promise-router": "^4.1.0",
"fs-extra": "^11.1.0",
"git-url-parse": "^13.1.0",
"graphql-modules": "^2.1.0",
"graphql-modules": "^2.3.0",
"js-yaml": "^4.1.0",
"luxon": "^2.3.1",
"octokit": "^2.0.9",
Expand Down
2 changes: 1 addition & 1 deletion plugins/graphql-backend-module-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@graphql-tools/utils": "^10.0.0",
"dataloader": "^2.1.0",
"graphql": "^16.6.0",
"graphql-modules": "^2.1.0",
"graphql-modules": "^2.3.0",
"graphql-relay": "^0.10.0",
"graphql-type-json": "^0.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/graphql-backend-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@backstage/backend-plugin-api": "^0.6.7",
"@frontside/hydraphql": "^0.1.1",
"dataloader": "^2.1.0",
"graphql-modules": "^2.1.0",
"graphql-modules": "^2.3.0",
"graphql-yoga": "^4.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/graphql-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"graphql": "^16.6.0",
"graphql-modules": "^2.1.0",
"graphql-modules": "^2.3.0",
"graphql-yoga": "^4.0.3",
"helmet": "^6.0.0",
"winston": "^3.2.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16219,10 +16219,10 @@ graphql-language-service@5.2.0, graphql-language-service@^5.2.0:
nullthrows "^1.0.0"
vscode-languageserver-types "^3.17.1"

graphql-modules@^2.1.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/graphql-modules/-/graphql-modules-2.2.0.tgz#c857798240a1c7cea7c57ac85e07a765151ee369"
integrity sha512-iWFyqP+jZqlwPkM4zVI0A/GDgQErxCTZeiz/jVv0MNzKut+ZEV6Dx8TlLhHd6VLqrqHZmib4NybG5Me8E03jDg==
graphql-modules@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/graphql-modules/-/graphql-modules-2.3.0.tgz#6b0c4ea97838a64c1900e61e28ec571cb0922d12"
integrity sha512-CcrjUjMYHy3zelnffldhR3h6t4ndCVJEzdqBAv/mp4ZGEA/izirOKZB2lnRwpXNqOtVwIz2O/E1Cg/UH8dFNaQ==
dependencies:
"@graphql-tools/schema" "^10.0.0"
"@graphql-tools/wrap" "^10.0.0"
Expand Down

0 comments on commit 8f55759

Please sign in to comment.