Skip to content

Commit df07263

Browse files
authored
Merge pull request #289 from dolthub/dependabot/npm_and_yarn/graphql-codegen/typescript-5.0.2
Bump @graphql-codegen/typescript from 5.0.1 to 5.0.2
2 parents 87745a2 + bdf2bb1 commit df07263

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@graphql-codegen/cli": "^5.0.7",
2727
"@graphql-codegen/introspection": "^5.0.0",
28-
"@graphql-codegen/typescript": "^5.0.1",
28+
"@graphql-codegen/typescript": "^5.0.2",
2929
"@graphql-codegen/typescript-operations": "^5.0.1",
3030
"@graphql-codegen/typescript-react-apollo": "^4.3.3",
3131
"@types/react": "^18.3.12",

yarn.lock

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,6 +1545,21 @@ __metadata:
15451545
languageName: node
15461546
linkType: hard
15471547

1548+
"@graphql-codegen/typescript@npm:^5.0.2":
1549+
version: 5.0.2
1550+
resolution: "@graphql-codegen/typescript@npm:5.0.2"
1551+
dependencies:
1552+
"@graphql-codegen/plugin-helpers": ^6.0.0
1553+
"@graphql-codegen/schema-ast": ^5.0.0
1554+
"@graphql-codegen/visitor-plugin-common": 6.1.0
1555+
auto-bind: ~4.0.0
1556+
tslib: ~2.6.0
1557+
peerDependencies:
1558+
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
1559+
checksum: 34367a7817acdf387637001d09f7f0562e39f44f9b81ff43f7ccb5384371ed82797eacf0c21a73f50e83ac8094301a3f8883a54b8af4d9af45637aca74a32b90
1560+
languageName: node
1561+
linkType: hard
1562+
15481563
"@graphql-codegen/visitor-plugin-common@npm:2.13.8":
15491564
version: 2.13.8
15501565
resolution: "@graphql-codegen/visitor-plugin-common@npm:2.13.8"
@@ -1605,6 +1620,26 @@ __metadata:
16051620
languageName: node
16061621
linkType: hard
16071622

1623+
"@graphql-codegen/visitor-plugin-common@npm:6.1.0":
1624+
version: 6.1.0
1625+
resolution: "@graphql-codegen/visitor-plugin-common@npm:6.1.0"
1626+
dependencies:
1627+
"@graphql-codegen/plugin-helpers": ^6.0.0
1628+
"@graphql-tools/optimize": ^2.0.0
1629+
"@graphql-tools/relay-operation-optimizer": ^7.0.0
1630+
"@graphql-tools/utils": ^10.0.0
1631+
auto-bind: ~4.0.0
1632+
change-case-all: 1.0.15
1633+
dependency-graph: ^1.0.0
1634+
graphql-tag: ^2.11.0
1635+
parse-filepath: ^1.0.2
1636+
tslib: ~2.6.0
1637+
peerDependencies:
1638+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
1639+
checksum: dbb566dec0eaac2df686f7d848b292ace4840cea2f233637f9a6b8737dee6d2a17a08cc59b39a194f931b36228bd20bf161124cac3dd3c50eb01be371371e17e
1640+
languageName: node
1641+
linkType: hard
1642+
16081643
"@graphql-tools/apollo-engine-loader@npm:^8.0.0":
16091644
version: 8.0.0
16101645
resolution: "@graphql-tools/apollo-engine-loader@npm:8.0.0"
@@ -3301,7 +3336,7 @@ __metadata:
33013336
"@apollo/client": ^3.13.5
33023337
"@graphql-codegen/cli": ^5.0.7
33033338
"@graphql-codegen/introspection": ^5.0.0
3304-
"@graphql-codegen/typescript": ^5.0.1
3339+
"@graphql-codegen/typescript": ^5.0.2
33053340
"@graphql-codegen/typescript-operations": ^5.0.1
33063341
"@graphql-codegen/typescript-react-apollo": ^4.3.3
33073342
"@react-icons/all-files": ^4.1.0

0 commit comments

Comments
 (0)