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.6
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.7
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 22, 2019

  1. Copy the full SHA
    a64cd7a View commit details
  2. Copy the full SHA
    d1017fb View commit details

Commits on Jan 27, 2019

  1. Copy the full SHA
    20c30db View commit details
Showing with 20 additions and 20 deletions.
  1. +3 −3 package.json
  2. +17 −17 yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
]
},
"devDependencies": {
"@types/express": "4.16.0",
"@types/express": "4.16.1",
"@types/graphql": "14.0.5",
"@types/inquirer": "0.0.43",
"@types/lodash": "4.14.120",
@@ -63,7 +63,7 @@
"ava": "0.25.0",
"husky": "1.3.1",
"pkg": "4.3.7",
"prettier": "1.16.0",
"prettier": "1.16.1",
"pretty-quick": "1.10.0",
"ts-node": "7.0.1",
"tslint": "5.12.1",
@@ -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.8",
"graphql-playground-middleware-express": "1.7.9",
"graphql-schema-linter": "0.2.0",
"inquirer": "6.2.0",
"is-url-superb": "2.0.0",
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -141,10 +141,10 @@
"@types/express-serve-static-core" "*"
"@types/serve-static" "*"

"@types/express@4.16.0":
version "4.16.0"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.16.0.tgz#6d8bc42ccaa6f35cf29a2b7c3333cb47b5a32a19"
integrity sha512-TtPEYumsmSTtTetAPXlJVf3kEqb6wZK0bZojpJQrnD/djV4q1oB6QQ8aKvKqwNPACoe02GNiy5zDzcYivR5Z2w==
"@types/express@4.16.1":
version "4.16.1"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.16.1.tgz#d756bd1a85c34d87eaf44c888bad27ba8a4b7cf0"
integrity sha512-V0clmJow23WeyblmACoxbHBu2JKlE5TiIme6Lem14FnPW9gsttyHtk6wq7njcdIWH1njAaFgR8gW09lgY98gQg==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "*"
@@ -2995,17 +2995,17 @@ graphql-import@^0.7.1:
lodash "^4.17.4"
resolve-from "^4.0.0"

graphql-playground-html@1.6.6:
version "1.6.6"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.6.tgz#f4efe0915a01dc79154b836fe3c980cebb7b56d2"
integrity sha512-VfCnMK24BwOAGhFzjknlboK0qs92d+1sHUDGQUgIAjOsTSNWmqfgNkDZsONZqUajfuVjOYRd0PxCDkCkaJs7Rw==
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-middleware-express@1.7.8:
version "1.7.8"
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.7.8.tgz#eb05f26f2b23084e4bb29ce41f2c5983ce870dfc"
integrity sha512-3wFOfsJGUtWJuGsA+jQhbVMYAI8x1f5noj4wyySPMhLOK13NiElmsNKrV1sUDb0DJaf5tfg72N0ULMfFQagy9A==
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==
dependencies:
graphql-playground-html "1.6.6"
graphql-playground-html "1.6.10"

graphql-request@^1.5.0:
version "1.8.2"
@@ -5211,10 +5211,10 @@ preserve@^0.2.0:
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=

prettier@1.16.0:
version "1.16.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.0.tgz#104dd25f5ee3d0c9d0a6ce4bb40ced8481d51219"
integrity sha512-MCBCYeAuZfejUPdEpkleLWvpRBwLii/Sp5jQs0eb8Ul/drGIDjkL6tAU24tk6yCGf0KPV5rhPPPlczfBmN2pWQ==
prettier@1.16.1:
version "1.16.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.1.tgz#534c2c9d7853f8845e5e078384e71973bd74089f"
integrity sha512-XXUITwIkGb3CPJ2hforHah/zTINRyie5006Jd2HKy2qz7snEJXl0KLfsJZW/wst9g6R2rFvqba3VpNYdu1hDcA==

pretty-ms@^0.2.1:
version "0.2.2"