Skip to content

Commit 8c5b1cb

Browse files
committed
feat: update to graphql-compose@7.0.0
1 parent d6dd648 commit 8c5b1cb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"express-graphql": "^0.8.0",
5656
"flow-bin": "^0.98.0",
5757
"graphql": "^14.2.1",
58-
"graphql-compose": "^6.3.2",
58+
"graphql-compose": "^7.0.0",
5959
"jest": "^24.7.1",
6060
"nodemon": "^1.18.11",
6161
"npm-run-all": "^4.1.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3646,18 +3646,18 @@ graceful-fs@^4.1.15:
36463646
version "1.0.1"
36473647
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
36483648

3649-
graphql-compose@^6.3.2:
3650-
version "6.3.2"
3651-
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-6.3.2.tgz#0eff6e0f086c934af950db88b90a6667f879c59b"
3652-
integrity sha512-2sk4G3F/j7U4OBnPkB/HrE8Cejh8nHIJFBOGcqQvsELHXUHtx4S11zR0OU+J3cMtpE/2visBUGUhEHL9WlUK9A==
3649+
graphql-compose@^7.0.0:
3650+
version "7.0.0"
3651+
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-7.0.0.tgz#0bf6425262d207ca649fe49b798342a602a33d30"
3652+
integrity sha512-mkplljcPf/b/HkpeMDrYNDy56uJRbnCkY4d/yvAFzSiYzIrTCcuLCvpYmiqBqzwHdmyeIfOVuf5BXX8eKqZIFw==
36533653
dependencies:
3654-
graphql-type-json "^0.2.4"
3654+
graphql-type-json "^0.3.0"
36553655
object-path "^0.11.4"
36563656

3657-
graphql-type-json@^0.2.4:
3658-
version "0.2.4"
3659-
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.2.4.tgz#545af27903e40c061edd30840a272ea0a49992f9"
3660-
integrity sha512-/tq02ayMQjrG4oDFDRLLrPk0KvJXue0nVXoItBe7uAdbNXjQUu+HYCBdAmPLQoseVzUKKMzrhq2P/sfI76ON6w==
3657+
graphql-type-json@^0.3.0:
3658+
version "0.3.0"
3659+
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.3.0.tgz#bb32e1b74bf52ebc690f9df12b4067bc061f818a"
3660+
integrity sha512-lnxg5HiB95yxy+/5cDKtP6pZo0zgntsOmqsjeCBXFGJ4YoMF3+1YaSEKWJntNTu+VsAm3zf6lPxFpp1kxzofLA==
36613661

36623662
graphql@^14.2.1:
36633663
version "14.2.1"

0 commit comments

Comments
 (0)