Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Olaf0703 committed Aug 20, 2016
1 parent d3f05ce commit ac8ede5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,53 +35,53 @@
},
"homepage": "https://github.com/lvarayut/relay-fullstack",
"devDependencies": {
"eslint": "^3.1.0",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.3",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^5.2.2",
"favicons-webpack-plugin": "0.0.6",
"nodemon": "^1.9.2",
"nodemon": "^1.10.2",
"pre-commit": "^1.1.3",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.2.10"
"redbox-react": "^1.3.0"
},
"dependencies": {
"autoprefixer": "^6.3.7",
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"autoprefixer": "^6.4.0",
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-loader": "^6.2.5",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.9.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",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.2.0",
"connect-history-api-fallback": "^1.3.0",
"cross-env": "^2.0.0",
"css-loader": "^0.23.1",
"express": "^4.14.0",
"express-graphql": "^0.5.3",
"file-loader": "^0.9.0",
"graphql": "^0.6.1",
"graphql": "^0.6.2",
"graphql-relay": "^0.4.2",
"html-webpack-plugin": "^2.22.0",
"lodash": "^4.13.1",
"lodash": "^4.15.0",
"normalize.css": "^4.2.0",
"postcss-loader": "^0.9.1",
"postcss-loader": "^0.10.1",
"precss": "^1.4.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-dropdown": "^1.1.0",
"react-mdl": "^1.6.1",
"react-relay": "^0.9.2",
"react-router": "^2.5.2",
"react-router-relay": "^0.13.3",
"react-router": "^2.6.1",
"react-router-relay": "^0.13.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1"
}
}
4 changes: 2 additions & 2 deletions server/data/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,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 @@ -1521,7 +1521,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

0 comments on commit ac8ede5

Please sign in to comment.