Skip to content

Commit

Permalink
fix: make scaffold and main graphql versions match
Browse files Browse the repository at this point in the history
  • Loading branch information
lgandecki committed Jun 28, 2021
1 parent 38fd416 commit 7ecbf2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"debug": "^4.3.1",
"enquirer": "^2.3.6",
"find-package-json": "^1.2.0",
"graphql": "^15.5.0",
"graphql": "15.5.1",
"graphql-tag": "^2.10.3",
"handlebars": "^4.0.12",
"listr2": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"apollo-server-express": "2.16.1",
"cookie-parser": "1.4.5",
"express": "4.17.1",
"graphql": "15.5.0",
"graphql": "15.5.1",
"graphql-tag": "2.11.0",
"lodash": "4.17.19",
"portable-fetch": "3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2686,10 +2686,10 @@ graphql-tag@^2.10.3:
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==

graphql@^15.5.0:
version "15.5.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5"
integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==
[email protected].1:
version "15.5.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.1.tgz#f2f84415d8985e7b84731e7f3536f8bb9d383aad"
integrity sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==

growly@^1.3.0:
version "1.3.0"
Expand Down

0 comments on commit 7ecbf2a

Please sign in to comment.