1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update relay example dependencies & .gitignore (#3365)

This commit is contained in:
Gregoor 2017-12-03 03:07:42 +01:00 committed by Tim Neutkens
parent cd0e13df01
commit 6ad54704da
2 changed files with 8 additions and 6 deletions

2
examples/with-relay-modern/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
__generated__/
schema/schema.graphql

View file

@ -16,15 +16,15 @@
"dotenv": "^4.0.0", "dotenv": "^4.0.0",
"dotenv-webpack": "^1.5.4", "dotenv-webpack": "^1.5.4",
"isomorphic-unfetch": "^2.0.0", "isomorphic-unfetch": "^2.0.0",
"next": "^3.0.3", "next": "^4.1.4",
"react": "^15.6.1", "react": "^16.2.0",
"react-dom": "^15.6.1", "react-dom": "^16.2.0",
"react-relay": "^1.2.0-rc.1" "react-relay": "^1.4.1"
}, },
"devDependencies": { "devDependencies": {
"graphql-cli": "^1.0.0-beta.4", "graphql-cli": "^1.0.0-beta.4",
"babel-plugin-relay": "^1.1.0", "babel-plugin-relay": "^1.4.1",
"graphcool": "^1.2.1", "graphcool": "^1.2.1",
"relay-compiler": "^1.2.0-rc.1" "relay-compiler": "^1.4.1"
} }
} }