Skip to content

Commit

Permalink
feat: update to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Apr 28, 2019
1 parent e019590 commit ccdf5cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"express-graphql": "^0.8.0",
"flow-bin": "^0.98.0",
"graphql": "14.2.1",
"graphql-compose": "^6.3.2",
"graphql-compose": "^7.0.0",
"jest": "^24.7.1",
"nodemon": "^1.18.11",
"prettier": "^1.17.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3571,18 +3571,18 @@ graceful-fs@^4.1.15:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==

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

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

[email protected]:
version "14.2.1"
Expand Down

0 comments on commit ccdf5cc

Please sign in to comment.