Skip to content

Commit

Permalink
Bump @graphql-codegen/typescript-operations in /frontend
Browse files Browse the repository at this point in the history
Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@4.1.2/packages/plugins/typescript/operations)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/typescript-operations"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 32067e2 commit bfa3ab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.4",
"@graphql-codegen/typescript-operations": "^4.1.1",
"@graphql-codegen/typescript-operations": "^4.1.2",
"@graphql-codegen/typescript-react-apollo": "^4.2.0",
"@parcel/watcher": "^2.4.0",
"@testing-library/jest-dom": "^6.4.2",
Expand Down
31 changes: 2 additions & 29 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@
lodash "~4.17.0"
tslib "~2.4.0"

"@graphql-codegen/plugin-helpers@^5.0.2", "@graphql-codegen/plugin-helpers@^5.0.3":
"@graphql-codegen/plugin-helpers@^5.0.3":
version "5.0.3"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.3.tgz#7027b9d911d7cb594663590fcf5d63e9cf7ec2ff"
integrity sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q==
Expand Down Expand Up @@ -961,17 +961,6 @@
change-case-all "1.0.15"
tslib "~2.6.0"

"@graphql-codegen/typescript-operations@^4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.1.1.tgz#1a468d3cf2731c1fd7475a83c3648353331417c8"
integrity sha512-7jy0inEPORTYqEQ+VEcwRyOKOYBZvfSvqS9y7PEbXgnjKiD0duRLxV0FMv+9Xqhsnl8ggMUZa6jUcI5GdfWrDw==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.2"
"@graphql-codegen/typescript" "^4.0.3"
"@graphql-codegen/visitor-plugin-common" "4.1.1"
auto-bind "~4.0.0"
tslib "~2.6.0"

"@graphql-codegen/typescript-operations@^4.1.2":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.1.2.tgz#a0f455ae19e16961e5870420ca7515bbe51b5568"
Expand All @@ -994,7 +983,7 @@
change-case-all "1.0.15"
tslib "~2.6.0"

"@graphql-codegen/typescript@^4.0.3", "@graphql-codegen/typescript@^4.0.4":
"@graphql-codegen/typescript@^4.0.4":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.4.tgz#e791c61f675ae454951ea077b0ae519ae352cc3e"
integrity sha512-x79CKLfP9UQCX+/I78qxQlMs2Mmq3pF1lKafZo7lAno0f/fvJ+qWUduzdgjRNz+YL+5blGeWcC0pWEDxniO7hw==
Expand All @@ -1021,22 +1010,6 @@
parse-filepath "^1.0.2"
tslib "~2.4.0"

"@graphql-codegen/visitor-plugin-common@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.1.1.tgz#bbefafd209689b7c12079ac36b94feefabb49f32"
integrity sha512-9y15vqT5ypZUdQKvn9UzOmqRhuccbjlJ3/lCoJVpRsnjfKHRPhR4OddL2d8sUVBlJDWcjzZEobtk1ipxFNQgEA==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.2"
"@graphql-tools/optimize" "^2.0.0"
"@graphql-tools/relay-operation-optimizer" "^7.0.0"
"@graphql-tools/utils" "^10.0.0"
auto-bind "~4.0.0"
change-case-all "1.0.15"
dependency-graph "^0.11.0"
graphql-tag "^2.11.0"
parse-filepath "^1.0.2"
tslib "~2.6.0"

"@graphql-codegen/visitor-plugin-common@4.1.2", "@graphql-codegen/visitor-plugin-common@^4.1.2":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.1.2.tgz#674c5d5813f6c00dd65e1ee148a62536879e65e2"
Expand Down

0 comments on commit bfa3ab5

Please sign in to comment.