Skip to content

Commit

Permalink
Update dependency graphql to ^16.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent a5b3dd0 commit 5520e5b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/abacus-backoffice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@sentry/nextjs": "^7.118.0",
"d3": "^7.9.0",
"fbt": "^1.0.2",
"graphql": "^16.9.0",
"graphql": "^16.10.0",
"immutable": "^4.3.7",
"next": "^14.2.5",
"next-compose-plugins": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/abacus-kochka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"babel-plugin-fbt-runtime": "^1.0.0",
"fbt": "^1.0.2",
"globby": "^14.0.2",
"graphql": "^16.9.0",
"graphql": "^16.10.0",
"next": "^14.2.5",
"next-compose-plugins": "^2.2.1",
"next-plugin-custom-babel-config": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion src/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"relay-test-utils": "^16.2.0"
},
"peerDependencies": {
"graphql": "^16.9.0",
"graphql": "^16.10.0",
"react": "^18.3.1"
}
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ __metadata:
babel-plugin-fbt-runtime: "npm:^1.0.0"
d3: "npm:^7.9.0"
fbt: "npm:^1.0.2"
graphql: "npm:^16.9.0"
graphql: "npm:^16.10.0"
immutable: "npm:^4.3.7"
next: "npm:^14.2.5"
next-compose-plugins: "npm:^2.2.1"
Expand Down Expand Up @@ -71,7 +71,7 @@ __metadata:
babel-plugin-fbt-runtime: "npm:^1.0.0"
fbt: "npm:^1.0.2"
globby: "npm:^14.0.2"
graphql: "npm:^16.9.0"
graphql: "npm:^16.10.0"
next: "npm:^14.2.5"
next-compose-plugins: "npm:^2.2.1"
next-plugin-custom-babel-config: "npm:^1.0.5"
Expand Down Expand Up @@ -366,7 +366,7 @@ __metadata:
relay-runtime: "npm:^16.2.0"
relay-test-utils: "npm:^16.2.0"
peerDependencies:
graphql: ^16.9.0
graphql: ^16.10.0
react: ^18.3.1
bin:
adeira-relay-compiler: ./bin/compiler.js
Expand Down Expand Up @@ -11979,10 +11979,10 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:^16.9.0":
version: 16.9.0
resolution: "graphql@npm:16.9.0"
checksum: 10c0/a8850f077ff767377237d1f8b1da2ec70aeb7623cdf1dfc9e1c7ae93accc0c8149c85abe68923be9871a2934b1bce5a2496f846d4d56e1cfb03eaaa7ddba9b6a
"graphql@npm:^16.10.0":
version: 16.10.0
resolution: "graphql@npm:16.10.0"
checksum: 10c0/303730675538c8bd6c76b447dc6f03e61242e2d2596b408c34759666ec4877409e5593a7a0467d590ac5407b8c663b093b599556a77f24f281abea69ddc53de6
languageName: node
linkType: hard

Expand Down

0 comments on commit 5520e5b

Please sign in to comment.