Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
Update dependency graphql to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 30, 2021
1 parent bb6acb0 commit f5bb4db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lesson-next-graphql-server/basic-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"license": "MIT",
"dependencies": {
"apollo-server": "3.4.0",
"graphql": "15.7.2"
"graphql": "16.0.0"
}
}
2 changes: 1 addition & 1 deletion lesson-next-graphql-server/todos3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"apollo-server-micro": "3.4.0",
"dotenv": "10.0.0",
"dotenv-cli": "4.0.0",
"graphql": "15.7.2",
"graphql": "16.0.0",
"ley": "0.7.1",
"next": "11.1.2",
"postgres": "1.0.2",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6927,11 +6927,6 @@ graphql-tag@^2.11.0, graphql-tag@^2.12.0, graphql-tag@^2.12.3, graphql-tag@^2.4.
dependencies:
tslib "^2.1.0"

graphql@15.7.2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.7.2.tgz#85ab0eeb83722977151b3feb4d631b5f2ab287ef"
integrity sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==

graphql@16.0.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.0.0.tgz#5724f2767aefa543418e83671372117c39408c8f"
Expand Down

0 comments on commit f5bb4db

Please sign in to comment.