Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update dependencies to latest versions
  • Loading branch information
kassens committed Aug 10, 2016
1 parent 8194311 commit 367de16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions data/schema.json
Expand Up @@ -1002,7 +1002,7 @@
{
"kind": "OBJECT",
"name": "__Directive",
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQLs execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
"fields": [
{
"name": "name",
Expand Down Expand Up @@ -1315,7 +1315,7 @@
"args": [
{
"name": "reason",
"description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formattedin [Markdown](https://daringfireball.net/projects/markdown/).",
"description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).",
"type": {
"kind": "SCALAR",
"name": "String",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -9,27 +9,27 @@
"update-schema": "babel-node ./scripts/updateSchema.js"
},
"dependencies": {
"babel-core": "6.9.0",
"babel-core": "6.13.2",
"babel-loader": "6.2.4",
"babel-polyfill": "6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "6.5.0",
"babel-relay-plugin": "0.9.2",
"chokidar": "1.5.1",
"chokidar": "1.6.0",
"classnames": "2.2.5",
"express": "4.13.4",
"express": "4.14.0",
"express-graphql": "0.5.3",
"graphql": "0.6.0",
"graphql": "0.6.2",
"graphql-relay": "0.4.2",
"react": "15.1.0",
"react-dom": "15.1.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-relay": "0.9.2",
"require-clean": "0.1.3",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
},
"devDependencies": {
"babel-cli": "6.9.0"
"babel-cli": "6.11.4"
}
}

0 comments on commit 367de16

Please sign in to comment.