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

Commits on Jan 10, 2019

  1. Copy the full SHA
    927dd76 View commit details
  2. Copy the full SHA
    dcec846 View commit details

Commits on Jan 11, 2019

  1. Copy the full SHA
    aa49511 View commit details

Commits on Jan 15, 2019

  1. Copy the full SHA
    7bd61f2 View commit details

Commits on Jan 16, 2019

  1. Copy the full SHA
    da54ce4 View commit details

Commits on Jan 17, 2019

  1. Copy the full SHA
    24a830a View commit details
Showing with 115 additions and 204 deletions.
  1. +5 −5 package.json
  2. +110 −199 yarn.lock
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
},
"devDependencies": {
"@types/express": "4.16.0",
"@types/graphql": "14.0.4",
"@types/graphql": "14.0.5",
"@types/inquirer": "0.0.43",
"@types/lodash": "4.14.119",
"@types/node": "10.12.18",
@@ -63,11 +63,11 @@
"@types/yargs": "12.0.1",
"ava": "0.25.0",
"husky": "1.3.1",
"pkg": "4.3.5",
"pkg": "4.3.7",
"prettier": "1.15.3",
"pretty-quick": "1.8.0",
"pretty-quick": "1.8.1",
"ts-node": "7.0.1",
"tslint": "5.12.0",
"tslint": "5.12.1",
"tslint-config-prettier": "1.17.0",
"tslint-config-standard": "8.0.1",
"typescript": "3.2.2"
@@ -88,7 +88,7 @@
"graphql-config-extension-graphcool": "1.0.11",
"graphql-config-extension-prisma": "0.2.5",
"graphql-playground-middleware-express": "1.7.8",
"graphql-schema-linter": "0.1.6",
"graphql-schema-linter": "0.2.0",
"inquirer": "6.2.0",
"is-url-superb": "2.0.0",
"js-yaml": "^3.12.0",
Loading