Skip to content

Commit

Permalink
Update dependency graphql to ^15.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 13, 2021
1 parent 3dfe594 commit 548fb0d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"date-fns": "^2.22.1",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"graphql": "^15.5.0",
"graphql": "^15.8.0",
"isomorphic-unfetch": "^3.1.0",
"next": "10.2.3",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"express": "^4.17.1",
"facepaint": "^1.2.1",
"get-contrast": "^2.0.0",
"graphql": "^15.5.0",
"graphql": "^15.8.0",
"isomorphic-unfetch": "^3.1.0",
"lodash.uniqby": "^4.7.0",
"next": "10.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"express-history-api-fallback": "^2.2.1",
"falsey": "^1.0.0",
"file-loader": "^6.2.0",
"graphql": "^15.5.0",
"graphql": "^15.8.0",
"html-webpack-plugin": "^4.5.2",
"lodash.debounce": "^4.0.8",
"lodash.set": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@keystonejs/app-graphql-playground": "^5.2.2",
"@keystonejs/session": "^8.3.2",
"@keystonejs/utils": "^6.1.2",
"graphql": "^15.5.0",
"graphql": "^15.8.0",
"graphql-upload": "^11.0.0",
"nanoassert": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"date-fns": "^2.22.1",
"decimal.js": "^10.2.1",
"dumb-passwords": "^0.2.1",
"graphql": "^15.5.0",
"graphql": "^15.8.0",
"image-extensions": "^1.1.0",
"inflection": "^1.13.1",
"intersection-observer": "^0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"falsey": "^1.0.0",
"fs-extra": "^9.1.0",
"globby": "^11.0.3",
"graphql": "^15.5.0",
"graphql": "^15.8.0",
"graphql-type-json": "^0.3.2",
"graphql-upload": "^11.0.0",
"lodash.flattendeep": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-projects/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"cross-env": "^7.0.3",
"date-fns": "^2.22.1",
"express": "^4.17.1",
"graphql": "^15.5.0",
"graphql": "^15.8.0",
"react": "^17.0.2"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14047,6 +14047,11 @@ graphql@^15.4.0, graphql@^15.5.0:
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5"
integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==

graphql@^15.8.0:
version "15.8.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==

gray-matter@^4.0.0, gray-matter@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-4.0.2.tgz#9aa379e3acaf421193fce7d2a28cebd4518ac454"
Expand Down

0 comments on commit 548fb0d

Please sign in to comment.