Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 16, 2020
1 parent cb963d9 commit 3d61823
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 179 deletions.
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/lodash": "4.14.138",
"@types/moment": "2.13.0",
"@types/mongoose": "5.5.16",
"apollo-server-testing": "2.9.3",
"apollo-server-testing": "2.10.1",
"coveralls": "3.0.6",
"graphql-import-node": "0.0.4",
"jest": "24.9.0",
Expand All @@ -40,7 +40,7 @@
"typescript": "3.6.2"
},
"dependencies": {
"apollo-server": "2.9.3",
"apollo-server": "2.10.1",
"bcryptjs": "2.4.3",
"bluebird": "3.5.5",
"chalk": "2.4.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"private": true,
"homepage": "https://ctg-canteen.netlify.com",
"dependencies": {
"@apollo/react-hooks": "3.0.1",
"@apollo/react-hooks": "3.1.3",
"@material-ui/core": "4.4.0",
"@material-ui/lab": "4.0.0-alpha.25",
"@material-ui/styles": "4.3.3",
"@types/jest": "24.0.18",
"@types/node": "12.7.3",
"@types/react": "16.8.24",
"@types/react-dom": "16.9.0",
"apollo-cache-inmemory": "1.6.3",
"apollo-client": "2.6.4",
"apollo-link": "1.2.12",
"apollo-link-context": "1.0.18",
"apollo-link-error": "1.1.11",
"apollo-link-http": "1.5.15",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link": "1.2.13",
"apollo-link-context": "1.0.19",
"apollo-link-error": "1.1.12",
"apollo-link-http": "1.5.16",
"apollo-upload-client": "11.0.0",
"constate": "1.2.0",
"formik": "1.5.8",
"graphql-tag": "2.10.1",
"graphql-tag": "2.10.3",
"lodash": "4.17.15",
"mdi-material-ui": "6.5.0",
"notistack": "0.8.9",
Expand Down
Loading

0 comments on commit 3d61823

Please sign in to comment.