Skip to content

Commit a087f94

Browse files
committed
Update dependency @graphql-codegen/typescript to v2.7.1
1 parent 3294608 commit a087f94

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"license": "MIT",
4646
"devDependencies": {
4747
"@graphql-codegen/cli": "2.8.0",
48-
"@graphql-codegen/typescript": "2.7.0",
48+
"@graphql-codegen/typescript": "2.7.1",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.4",
5151
"@typescript-eslint/eslint-plugin": "5.30.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -835,21 +835,21 @@
835835
"@graphql-tools/utils" "^8.8.0"
836836
tslib "~2.4.0"
837837

838-
"@graphql-codegen/typescript@2.7.0":
839-
version "2.7.0"
840-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.0.tgz#7bcf51882191a3d8200a429c6b9f2301561f2c6c"
841-
integrity sha512-DNkoNDrL6LcEnDxDd2AuquAKCDinEzyfDo+iVYYFevFjQXepVwdw6DSpN1wGOol7WzrFA/OMmzrDyu5leCr8nA==
838+
"@graphql-codegen/typescript@2.7.1":
839+
version "2.7.1"
840+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.1.tgz#e237dd8829842282245b79ce7ea024aaa3c39afb"
841+
integrity sha512-qF4SBMgBnLcegba2s9+zC3NwgRhU0Kv+eS8kl9G5ldEHx9Bpu2tft+lk6fjqqhExDzJT+MEOU3Ecog3BzL2R1g==
842842
dependencies:
843843
"@graphql-codegen/plugin-helpers" "^2.5.0"
844844
"@graphql-codegen/schema-ast" "^2.5.0"
845-
"@graphql-codegen/visitor-plugin-common" "2.11.0"
845+
"@graphql-codegen/visitor-plugin-common" "2.11.1"
846846
auto-bind "~4.0.0"
847847
tslib "~2.4.0"
848848

849-
"@graphql-codegen/visitor-plugin-common@2.11.0":
850-
version "2.11.0"
851-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.11.0.tgz#90fdf8c1e30f0b786de431c457cbdd489bb00994"
852-
integrity sha512-+8AAtt1vxHq21ACr8bK9OYWpAOscDS0HaLM+kViC5GcNllp1NABEsEs+4KFr+wsmx0eiC/R+NeU4cXrmDOiJOQ==
849+
"@graphql-codegen/visitor-plugin-common@2.11.1":
850+
version "2.11.1"
851+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.11.1.tgz#2653e25a8888767a6422a204441083299c3a83a4"
852+
integrity sha512-AlrtGWKn2o89SPna75ATEHYAu95MUMucgBqLgcRvK9n/PHhVAbkDrNCH5pL03fE0HLOup3GpjX8DcnFBMU46IA==
853853
dependencies:
854854
"@graphql-codegen/plugin-helpers" "^2.5.0"
855855
"@graphql-tools/optimize" "^1.3.0"

0 commit comments

Comments
 (0)