Move graphql from deps to devDeps
Reviewed By: cpojer Differential Revision: D4139626 fbshipit-source-id: 52e5c19cf3b472c0b62a0ae18fb7bb21f0d88841
This commit is contained in:
parent
72369ee4d2
commit
d2bdc24ecd
|
@ -165,7 +165,6 @@
|
||||||
"fs-extra": "^0.26.2",
|
"fs-extra": "^0.26.2",
|
||||||
"glob": "^5.0.15",
|
"glob": "^5.0.15",
|
||||||
"graceful-fs": "^4.1.3",
|
"graceful-fs": "^4.1.3",
|
||||||
"graphql": "0.6.2",
|
|
||||||
"image-size": "^0.3.5",
|
"image-size": "^0.3.5",
|
||||||
"immutable": "~3.7.6",
|
"immutable": "~3.7.6",
|
||||||
"inquirer": "^0.12.0",
|
"inquirer": "^0.12.0",
|
||||||
|
@ -217,6 +216,7 @@
|
||||||
"eslint-plugin-flowtype": "^2.20.0",
|
"eslint-plugin-flowtype": "^2.20.0",
|
||||||
"eslint-plugin-react": "^6.4.1",
|
"eslint-plugin-react": "^6.4.1",
|
||||||
"flow-bin": "^0.33.0",
|
"flow-bin": "^0.33.0",
|
||||||
|
"graphql": "0.6.2",
|
||||||
"jest": "16.0.1",
|
"jest": "16.0.1",
|
||||||
"jest-repl": "16.0.0",
|
"jest-repl": "16.0.0",
|
||||||
"jest-runtime": "16.0.0",
|
"jest-runtime": "16.0.0",
|
||||||
|
|
Loading…
Reference in New Issue