Skip to content

Commit

Permalink
Update relay example dependencies & .gitignore (#3365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregoor authored and timneutkens committed Dec 3, 2017
1 parent cd0e13d commit 6ad5470
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions examples/with-relay-modern/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__generated__/
schema/schema.graphql
12 changes: 6 additions & 6 deletions examples/with-relay-modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"dotenv": "^4.0.0",
"dotenv-webpack": "^1.5.4",
"isomorphic-unfetch": "^2.0.0",
"next": "^3.0.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-relay": "^1.2.0-rc.1"
"next": "^4.1.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-relay": "^1.4.1"
},
"devDependencies": {
"graphql-cli": "^1.0.0-beta.4",
"babel-plugin-relay": "^1.1.0",
"babel-plugin-relay": "^1.4.1",
"graphcool": "^1.2.1",
"relay-compiler": "^1.2.0-rc.1"
"relay-compiler": "^1.4.1"
}
}

0 comments on commit 6ad5470

Please sign in to comment.