Skip to content

Commit

Permalink
chore(deps-dev): bump @graphql-codegen/typescript-operations from 4.0…
Browse files Browse the repository at this point in the history
….1 to 4.2.0 in /frontend (#2015)
  • Loading branch information
MagnusHafstad committed Apr 15, 2024
2 parents 4ae8842 + a2d4fef commit 66fd248
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/typed-document-node": "^5.0.6",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@next/bundle-analyzer": "^13.4.19",
"@parcel/watcher": "^2.4.1",
Expand Down
18 changes: 9 additions & 9 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1220,18 +1220,18 @@
change-case-all "1.0.15"
tslib "~2.6.0"

"@graphql-codegen/typescript-operations@4.0.1", "@graphql-codegen/typescript-operations@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.0.1.tgz#930af3e2d2ae8ff06de696291be28fe7046a2fef"
integrity sha512-GpUWWdBVUec/Zqo23aFLBMrXYxN2irypHqDcKjN78JclDPdreasAEPcIpMfqf4MClvpmvDLy4ql+djVAwmkjbw==
"@graphql-codegen/typescript-operations@4.2.0", "@graphql-codegen/typescript-operations@^4.0.1":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.2.0.tgz#0c6bbaf41cb325809b7e9e2b9d85ab01f11d142f"
integrity sha512-lmuwYb03XC7LNRS8oo9M4/vlOrq/wOKmTLBHlltK2YJ1BO/4K/Q9Jdv/jDmJpNydHVR1fmeF4wAfsIp1f9JibA==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.0"
"@graphql-codegen/typescript" "^4.0.1"
"@graphql-codegen/visitor-plugin-common" "4.0.1"
"@graphql-codegen/plugin-helpers" "^5.0.3"
"@graphql-codegen/typescript" "^4.0.6"
"@graphql-codegen/visitor-plugin-common" "5.1.0"
auto-bind "~4.0.0"
tslib "~2.5.0"
tslib "~2.6.0"

"@graphql-codegen/typescript@4.0.6", "@graphql-codegen/typescript@^4.0.1":
"@graphql-codegen/typescript@4.0.6", "@graphql-codegen/typescript@^4.0.1", "@graphql-codegen/typescript@^4.0.6":
version "4.0.6"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.6.tgz#2c9b70dc1eafda912de5e31c119c757b1aa5fca1"
integrity sha512-IBG4N+Blv7KAL27bseruIoLTjORFCT3r+QYyMC3g11uY3/9TPpaUyjSdF70yBe5GIQ6dAgDU+ENUC1v7EPi0rw==
Expand Down

0 comments on commit 66fd248

Please sign in to comment.