In progress subscriptions

This commit is contained in:
Patrick Fic
2019-12-11 16:52:57 -08:00
parent 51040fd455
commit 5c7523e6bd
7 changed files with 118 additions and 24 deletions

View File

@@ -8,6 +8,7 @@
"apollo-boost": "^0.4.4",
"apollo-link-context": "^1.0.19",
"apollo-link-logger": "^1.2.3",
"apollo-link-ws": "^1.0.19",
"dotenv": "^8.2.0",
"firebase": "^7.5.0",
"graphql": "^14.5.8",
@@ -18,7 +19,8 @@
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-trello": "^2.2.3",
"styled-components": "^4.4.1"
"styled-components": "^4.4.1",
"subscriptions-transport-ws": "^0.9.16"
},
"scripts": {
"start": "react-scripts start",