Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Urigo/graphql-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.7
Choose a base ref
...
head repository: Urigo/graphql-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.8
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 28, 2019

  1. Copy the full SHA
    8dfb37b View commit details

Commits on Jan 29, 2019

  1. Copy the full SHA
    6ce7d24 View commit details
Showing with 15 additions and 15 deletions.
  1. +2 −2 package.json
  2. +13 −13 yarn.lock
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@
"@types/graphql": "14.0.5",
"@types/inquirer": "0.0.43",
"@types/lodash": "4.14.120",
"@types/node": "10.12.18",
"@types/node": "10.12.19",
"@types/node-fetch": "2.1.3",
"@types/ora": "1.3.5",
"@types/rimraf": "2.0.2",
@@ -86,7 +86,7 @@
"graphql-config": "2.2.1",
"graphql-config-extension-graphcool": "1.0.11",
"graphql-config-extension-prisma": "0.2.5",
"graphql-playground-middleware-express": "1.7.9",
"graphql-playground-middleware-express": "1.7.10",
"graphql-schema-linter": "0.2.0",
"inquirer": "6.2.0",
"is-url-superb": "2.0.0",
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -199,10 +199,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.3.0.tgz#3a129cda7c4e5df2409702626892cb4b96546dd5"
integrity sha512-wNBfvNjzsJl4tswIZKXCFQY0lss9nKUyJnG6T94X/eqjRgI2jHZ4evdjhQYBSan/vGtF6XVXPApOmNH2rf0KKw==

"@types/node@10.12.18":
version "10.12.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.18.tgz#1d3ca764718915584fcd9f6344621b7672665c67"
integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ==
"@types/node@10.12.19":
version "10.12.19"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.19.tgz#ca1018c26be01f07e66ac7fefbeb6407e4490c61"
integrity sha512-2NVovndCjJQj6fUUn9jCgpP4WSqr+u1SoUZMZyJkhGeBFsm6dE46l31S7lPUYt9uQ28XI+ibrJA1f5XyH5HNtA==

"@types/ora@1.3.5":
version "1.3.5"
@@ -2995,17 +2995,17 @@ graphql-import@^0.7.1:
lodash "^4.17.4"
resolve-from "^4.0.0"

graphql-playground-html@1.6.10:
version "1.6.10"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.10.tgz#edb68f67ce71c4a092d163e1b435ea2e73bbe0d8"
integrity sha512-PZFVWJqNct7+tSlVSseH/YRHj9T0Que0Q8hskaCLGDmyGZVkv5XM3k5LUybR4LKXJqi7x4ekEkK6R4M4CQPGnQ==
graphql-playground-html@1.6.11:
version "1.6.11"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.11.tgz#a4e40b3d43527270722cacf7a96811c7806eb22a"
integrity sha512-KBeZH7irqW0GB08AfryknQ4c0BPDGxJSvqJ+DYmGzbhyaQTUnocMv+5TfpaU+SUY8lnS7OGvEIHo/SIYyrjuWg==

graphql-playground-middleware-express@1.7.9:
version "1.7.9"
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.7.9.tgz#c3b0c44db7fe7a97de9adae6c5c3f418eb415c3b"
integrity sha512-C7HMg9I5wCKaACEVte38WsfxFdzG3aSdvGgr2rviE+A1K+Qh4OBJ63bJK/Sk4CDOH9OGKKuZRCgrbd9P/6XRug==
graphql-playground-middleware-express@1.7.10:
version "1.7.10"
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.7.10.tgz#8bc154e988c288e06cc350e918853aad25fbcd7d"
integrity sha512-yzL5gwelHWBNE6X0rJTEBotJmVGa107j0BBiLqkaFHrGs+tT19lYFQtQowQs/mwTVt5sb/e7/HroXQPIBERhzg==
dependencies:
graphql-playground-html "1.6.10"
graphql-playground-html "1.6.11"

graphql-request@^1.5.0:
version "1.8.2"