Skip to content

Commit

Permalink
Updated package dependencies in all of the samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
zgrossbart committed Jun 8, 2020
1 parent 14387b2 commit 3b77888
Show file tree
Hide file tree
Showing 8 changed files with 2,051 additions and 1,259 deletions.
822 changes: 510 additions & 312 deletions examples/github_users/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/github_users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "ts-node index.js"
},
"dependencies": {
"apollo-server": "^2.6.9",
"axios": "^0.19.0",
"graphql": "^0.13.2",
"apollo-server": "^2.14.2",
"axios": "^0.19.2",
"graphql": "^15.1.0",
"graphql-schema-bindings": "^0.11.1",
"minimist": "^1.2.5",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
}
822 changes: 510 additions & 312 deletions examples/mutation/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/mutation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "ts-node index.js"
},
"dependencies": {
"apollo-server": "^2.6.9",
"axios": "^0.19.0",
"graphql": "^0.13.2",
"apollo-server": "^2.14.2",
"axios": "^0.19.2",
"graphql": "^15.1.0",
"graphql-schema-bindings": "^0.11.1",
"minimist": "^1.2.5",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
}
802 changes: 500 additions & 302 deletions examples/twitter/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"license": "ISC",
"dependencies": {
"@types/dotenv": "^4.0.3",
"apollo-server": "^2.6.9",
"axios": "^0.19.0",
"apollo-server": "^2.14.2",
"axios": "^0.19.2",
"dotenv": "^6.0.0",
"graphql": "^14.0.2",
"graphql": "^15.1.0",
"graphql-schema-bindings": "^0.11.1",
"minimist": "^1.2.5",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
}
822 changes: 510 additions & 312 deletions examples/xkcd/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/xkcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "ts-node index.js"
},
"dependencies": {
"apollo-server": "^2.6.9",
"axios": "^0.19.0",
"graphql": "^0.13.2",
"graphql-schema-bindings": "0.11.1",
"apollo-server": "^2.14.2",
"axios": "^0.19.2",
"graphql": "^15.1.0",
"graphql-schema-bindings": "^0.11.1",
"minimist": "^1.2.5",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
}

0 comments on commit 3b77888

Please sign in to comment.