Skip to content

Commit

Permalink
Add new Apollo Implementation reactioncommerce#2
Browse files Browse the repository at this point in the history
Signed-off-by: Janus Reith <mail@janusreith.de>
  • Loading branch information
Janus Reith committed May 19, 2020
1 parent 6865d8d commit 3cfe62a
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 194 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,17 @@
}
},
"dependencies": {
"@material-ui/core": "^4.9.5",
"@material-ui/styles": "^4.9.0",
"@apollo/client": "^3.0.0-beta.41",
"@apollo/link-context": "^2.0.0-beta.3",
"@apollo/link-error": "^2.0.0-beta.3",
"@apollo/react-components": "^3.1.3",
"@material-ui/core": "^4.9.7",
"@material-ui/lab": "^4.0.0-alpha.46",
"@material-ui/styles": "^4.9.6",
"@reactioncommerce/components": "~0.67.2",
"@reactioncommerce/components-context": "~1.2.0",
"@segment/snippet": "~4.4.0",
"apollo-cache-inmemory": "~1.4.2",
"apollo-client": "~2.4.12",
"apollo-link": "~1.2.8",
"apollo-link-context": "~1.0.14",
"apollo-link-error": "~1.1.7",
"apollo-link-http": "~1.5.11",
"apollo-link-ws": "~1.0.14",
"apollo-client": "^2.6.8",
"body-parser": "~1.19.0",
"chalk": "~2.4.2",
"classnames": "~2.2.6",
Expand All @@ -58,7 +57,7 @@
"express": "~4.16.4",
"graphql": "~14.1.1",
"graphql-tag": "~2.10.1",
"isomorphic-fetch": "~2.2.1",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "~2.2.0",
"keymirror": "~0.1.1",
"lodash": "~4.17.11",
Expand All @@ -71,7 +70,6 @@
"passport-oauth2": "~1.4.0",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-apollo": "~2.4.1",
"react-container-query": "~0.11.0",
"react-dom": "^16.13.0",
"react-helmet": "~5.2.0",
Expand Down
Loading

0 comments on commit 3cfe62a

Please sign in to comment.