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 Apr 26, 2021
1 parent cb963d9 commit d42b144
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 64 deletions.
2 changes: 1 addition & 1 deletion 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.23.0",
"coveralls": "3.0.6",
"graphql-import-node": "0.0.4",
"jest": "24.9.0",
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.5",
"@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.6",
"apollo-client": "2.6.10",
"apollo-link": "1.2.14",
"apollo-link-context": "1.0.20",
"apollo-link-error": "1.1.13",
"apollo-link-http": "1.5.17",
"apollo-upload-client": "11.0.0",
"constate": "1.2.0",
"formik": "1.5.8",
"graphql-tag": "2.10.1",
"graphql-tag": "2.11.0",
"lodash": "4.17.15",
"mdi-material-ui": "6.5.0",
"notistack": "0.8.9",
Expand Down
Loading

0 comments on commit d42b144

Please sign in to comment.