Skip to content

Commit

Permalink
fix(deps): replace dependency apollo-server with @apollo/server ^4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent a157ebd commit 2a905b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-server/v3/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server": "^3.4.1",
"@apollo/server": "^4.0.0",
"graphql": "^15.5.1",
"nodemon": "^2.0.12"
}
Expand Down

0 comments on commit 2a905b8

Please sign in to comment.