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 Dec 31, 2021
1 parent fad5278 commit bd3bcab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/fullstack/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@apollo/react-common": "3.1.4",
"@apollo/react-hooks": "3.1.5",
"@apollo/react-hooks": "4.0.0",
"@material-ui/core": "4.12.3",
"apollo-boost": "0.4.9",
"graphql": "15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion templates/fullstack/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/cors": "2.8.12",
"@types/express": "4.17.13",
"@types/node": "13.13.45",
"apollo-server-express": "2.25.3",
"apollo-server-express": "3.6.1",
"cors": "2.8.5",
"express": "4.17.1",
"graphql": "15.7.2",
Expand Down

0 comments on commit bd3bcab

Please sign in to comment.