Skip to content

Commit 8142448

Browse files
Bump @graphql-codegen/plugin-helpers from 2.4.1 to 2.4.2
Bumps [@graphql-codegen/plugin-helpers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/utils/plugins-helpers) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/utils/plugins-helpers/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/plugin-helpers@2.4.2/packages/utils/plugins-helpers) --- updated-dependencies: - dependency-name: "@graphql-codegen/plugin-helpers" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62afefe commit 8142448

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"build": "tsc"
3131
},
3232
"dependencies": {
33-
"@graphql-codegen/plugin-helpers": "^2.4.1",
33+
"@graphql-codegen/plugin-helpers": "^2.4.2",
3434
"graphql": "^16.3.0"
3535
},
3636
"devDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
tslib "1.11.1"
3636
upper-case "2.0.1"
3737

38-
"@graphql-codegen/plugin-helpers@^2.4.1":
39-
version "2.4.1"
40-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.4.1.tgz#433845a89b0b4b3a2a0e959e0a2cfe444cf7aeac"
38+
"@graphql-codegen/plugin-helpers@^2.4.2":
39+
version "2.4.2"
40+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.4.2.tgz#e4f6b74dddcf8a9974fef5ce48562ae0980f9fed"
4141
dependencies:
4242
"@graphql-tools/utils" "^8.5.2"
4343
change-case-all "1.0.14"

0 commit comments

Comments
 (0)