Skip to content

Commit

Permalink
Update dependency graphql to ^16.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and mrtnzlml committed May 9, 2022
1 parent 9c898bb commit cc6ad3f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/abacus-backoffice/package.json
Expand Up @@ -24,7 +24,7 @@
"@next/bundle-analyzer": "^12.1.6",
"d3": "^7.4.4",
"fbt": "^1.0.0",
"graphql": "^16.4.0",
"graphql": "^16.5.0",
"immutable": "^4.0.0",
"next": "^12.1.6",
"next-compose-plugins": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/abacus-kochka/package.json
Expand Up @@ -25,7 +25,7 @@
"babel-plugin-fbt": "^1.0.0",
"babel-plugin-fbt-runtime": "^1.0.0",
"fbt": "^1.0.0",
"graphql": "^16.4.0",
"graphql": "^16.5.0",
"next": "^12.1.6",
"next-plugin-custom-babel-config": "^1.0.5",
"next-seo": "^5.4.0",
Expand Down
4 changes: 2 additions & 2 deletions src/example-relay/package.json
Expand Up @@ -14,7 +14,7 @@
"@adeira/sx-design": "^0.26.0",
"apollo-server-micro": "^3.7.0",
"cors": "^2.8.5",
"graphql": "^16.4.0",
"graphql": "^16.5.0",
"micro": "^9.3.4",
"next": "^12.1.6",
"next-compose-plugins": "^2.2.1",
Expand All @@ -30,7 +30,7 @@
"@testing-library/user-event": "^14.1.1",
"babel-jest": "^28.1.0",
"flow-bin": "^0.177.0",
"graphql": "^16.4.0",
"graphql": "^16.5.0",
"jest": "^28.1.0",
"react-test-renderer": "^17.0.2",
"relay-test-utils": "^13.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/graphql-relay-fauna/package.json
Expand Up @@ -20,6 +20,6 @@
"faunadb": "^4.5.4"
},
"peerDependencies": {
"graphql": "^16.4.0"
"graphql": "^16.5.0"
}
}
2 changes: 1 addition & 1 deletion src/graphql-relay/package.json
Expand Up @@ -14,7 +14,7 @@
"main": "./src/index.js",
"type": "commonjs",
"peerDependencies": {
"graphql": "^16.4.0"
"graphql": "^16.5.0"
},
"dependencies": {
"@babel/runtime": "^7.17.9"
Expand Down
2 changes: 1 addition & 1 deletion src/relay/package.json
Expand Up @@ -28,7 +28,7 @@
"relay-test-utils": "^13.2.0"
},
"peerDependencies": {
"graphql": "^16.4.0",
"graphql": "^16.5.0",
"react": "^17.0.2"
}
}
20 changes: 10 additions & 10 deletions yarn.lock
Expand Up @@ -26,7 +26,7 @@ __metadata:
babel-plugin-fbt-runtime: ^1.0.0
d3: ^7.4.4
fbt: ^1.0.0
graphql: ^16.4.0
graphql: ^16.5.0
immutable: ^4.0.0
next: ^12.1.6
next-compose-plugins: ^2.2.1
Expand Down Expand Up @@ -56,7 +56,7 @@ __metadata:
babel-plugin-fbt: ^1.0.0
babel-plugin-fbt-runtime: ^1.0.0
fbt: ^1.0.0
graphql: ^16.4.0
graphql: ^16.5.0
next: ^12.1.6
next-plugin-custom-babel-config: ^1.0.5
next-seo: ^5.4.0
Expand Down Expand Up @@ -165,7 +165,7 @@ __metadata:
babel-jest: ^28.1.0
cors: ^2.8.5
flow-bin: ^0.177.0
graphql: ^16.4.0
graphql: ^16.5.0
jest: ^28.1.0
micro: ^9.3.4
next: ^12.1.6
Expand Down Expand Up @@ -237,7 +237,7 @@ __metadata:
"@babel/runtime": ^7.17.9
faunadb: ^4.5.4
peerDependencies:
graphql: ^16.4.0
graphql: ^16.5.0
languageName: unknown
linkType: soft

Expand All @@ -247,7 +247,7 @@ __metadata:
dependencies:
"@babel/runtime": ^7.17.9
peerDependencies:
graphql: ^16.4.0
graphql: ^16.5.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -385,7 +385,7 @@ __metadata:
relay-runtime: ^13.2.0
relay-test-utils: ^13.2.0
peerDependencies:
graphql: ^16.4.0
graphql: ^16.5.0
react: ^17.0.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -11251,10 +11251,10 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:^16.3.0, graphql@npm:^16.4.0":
version: 16.4.0
resolution: "graphql@npm:16.4.0"
checksum: 8cac2c466891b6c6ace2fa3807f93815dea53cbec372998c139e796a321a6882c2324cc605e5f9aa45356890239aa9e731a04d8c59ec524db82bd18fb48aafee
"graphql@npm:^16.3.0, graphql@npm:^16.5.0":
version: 16.5.0
resolution: "graphql@npm:16.5.0"
checksum: a82a926d085818934d04fdf303a269af170e79de943678bd2726370a96194f9454ade9d6d76c2de69afbd7b9f0b4f8061619baecbbddbe82125860e675ac219e
languageName: node
linkType: hard

Expand Down

0 comments on commit cc6ad3f

Please sign in to comment.