Skip to content

Commit 7ecbf2a

Browse files
committed
fix: make scaffold and main graphql versions match
1 parent 38fd416 commit 7ecbf2a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"debug": "^4.3.1",
1818
"enquirer": "^2.3.6",
1919
"find-package-json": "^1.2.0",
20-
"graphql": "^15.5.0",
20+
"graphql": "15.5.1",
2121
"graphql-tag": "^2.10.3",
2222
"handlebars": "^4.0.12",
2323
"listr2": "3.3.3",

scaffold/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"apollo-server-express": "2.16.1",
3030
"cookie-parser": "1.4.5",
3131
"express": "4.17.1",
32-
"graphql": "15.5.0",
32+
"graphql": "15.5.1",
3333
"graphql-tag": "2.11.0",
3434
"lodash": "4.17.19",
3535
"portable-fetch": "3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,10 +2686,10 @@ graphql-tag@^2.10.3:
26862686
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
26872687
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
26882688

2689-
graphql@^15.5.0:
2690-
version "15.5.0"
2691-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5"
2692-
integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==
2689+
graphql@15.5.1:
2690+
version "15.5.1"
2691+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.1.tgz#f2f84415d8985e7b84731e7f3536f8bb9d383aad"
2692+
integrity sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==
26932693

26942694
growly@^1.3.0:
26952695
version "1.3.0"

0 commit comments

Comments
 (0)