mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
update apollo-related packages + add graphql-type-json & graphql-subscriptions
This commit is contained in:
parent
f2b623e46b
commit
71e0a00e34
1 changed files with 6 additions and 4 deletions
10
package.json
10
package.json
|
@ -8,7 +8,7 @@
|
|||
"lint": "eslint --cache packages"
|
||||
},
|
||||
"dependencies": {
|
||||
"apollo-client": "^0.5.1",
|
||||
"apollo-client": "^0.5.5",
|
||||
"babel-runtime": "^6.18.0",
|
||||
"bcrypt": "^0.8.7",
|
||||
"body-parser": "^1.15.2",
|
||||
|
@ -21,8 +21,10 @@
|
|||
"formsy-react-components": "^0.8.1",
|
||||
"graphql": "^0.7.2",
|
||||
"graphql-server-express": "^0.4.3",
|
||||
"graphql-tag": "^0.1.14",
|
||||
"graphql-tools": "^0.8.0",
|
||||
"graphql-subscriptions": "^0.2.1",
|
||||
"graphql-tag": "^0.1.16",
|
||||
"graphql-tools": "^0.8.1",
|
||||
"graphql-type-json": "^0.1.4",
|
||||
"handlebars": "^4.0.5",
|
||||
"history": "^3.0.0",
|
||||
"hoist-non-react-statics": "^1.2.0",
|
||||
|
@ -38,7 +40,7 @@
|
|||
"moment": "^2.13.0",
|
||||
"react": "^15.3.2",
|
||||
"react-addons-pure-render-mixin": "^15.3.2",
|
||||
"react-apollo": "^0.5.13",
|
||||
"react-apollo": "^0.6.0",
|
||||
"react-bootstrap": "0.30.3",
|
||||
"react-bootstrap-datetimepicker": "0.0.22",
|
||||
"react-cookie": "^0.4.6",
|
||||
|
|
Loading…
Add table
Reference in a new issue