Skip to content

Commit

Permalink
Merge pull request #18 from IBM/package_upgrade
Browse files Browse the repository at this point in the history
I upgraded some of our packages and changed the packages in the sampl…
  • Loading branch information
zgrossbart committed Feb 9, 2019
2 parents 4a1e816 + 37dd396 commit edf57d8
Show file tree
Hide file tree
Showing 10 changed files with 3,169 additions and 3,652 deletions.
681 changes: 328 additions & 353 deletions examples/github_users/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/github_users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "ts-node index.js"
},
"dependencies": {
"apollo-server": "^2.0.5",
"apollo-server": "^2.4.0",
"axios": "^0.18.0",
"graphql": "^0.13.2",
"graphql-schema-bindings": "^0.9.3",
"graphql-schema-bindings": "^0.10.0",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
}
Expand Down
681 changes: 328 additions & 353 deletions examples/mutation/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/mutation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "ts-node index.js"
},
"dependencies": {
"apollo-server": "^2.0.5",
"apollo-server": "^2.4.0",
"axios": "^0.18.0",
"graphql": "^0.13.2",
"graphql-schema-bindings": "^0.9.3",
"graphql-schema-bindings": "^0.10.0",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
}
Expand Down
663 changes: 319 additions & 344 deletions examples/twitter/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"license": "ISC",
"dependencies": {
"@types/dotenv": "^4.0.3",
"apollo-server": "^2.0.7",
"apollo-server": "^2.4.0",
"axios": "^0.18.0",
"dotenv": "^6.0.0",
"graphql": "^14.0.2",
"graphql-schema-bindings": "^0.9.3",
"graphql-schema-bindings": "^0.10.0",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
}
Expand Down
701 changes: 341 additions & 360 deletions examples/xkcd/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/xkcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "ts-node index.js"
},
"dependencies": {
"apollo-server": "^2.0.5",
"apollo-server": "^2.4.0",
"axios": "^0.18.0",
"graphql": "^0.13.2",
"graphql-schema-bindings": "^0.9.3",
"graphql-schema-bindings": "0.10.0",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
}
Expand Down

0 comments on commit edf57d8

Please sign in to comment.