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:
parent
cd0e13df01
commit
6ad54704da
2
examples/with-relay-modern/.gitignore
vendored
Normal file
2
examples/with-relay-modern/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
__generated__/
|
||||
schema/schema.graphql
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue