Skip to content

Commit 715b96b

Browse files
committed
Update dependency @graphql-codegen/cli to v4.0.1
1 parent 144f888 commit 715b96b

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
@@ -47,7 +47,7 @@
4747
"author": "codehex",
4848
"license": "MIT",
4949
"devDependencies": {
50-
"@graphql-codegen/cli": "4.0.0",
50+
"@graphql-codegen/cli": "4.0.1",
5151
"@graphql-codegen/typescript": "^4.0.0",
5252
"@tsconfig/recommended": "1.0.2",
5353
"@types/jest": "29.5.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -924,10 +924,10 @@
924924
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
925925
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
926926

927-
"@graphql-codegen/[email protected].0":
928-
version "4.0.0"
929-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-4.0.0.tgz#097718b9f913103ee1318acda2c3df8ba0a516f6"
930-
integrity sha512-wmJXs48Apu+dXQ7utHa3cY1ulFJuflrqpbkhLwxfIAHjSfQouWCn2k7Udq+5PqbCLTDdbUQvw6vGZ5hgud0XuQ==
927+
"@graphql-codegen/[email protected].1":
928+
version "4.0.1"
929+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-4.0.1.tgz#2bd494d55aaef0dfe86eefe1fa42bff81f5147fe"
930+
integrity sha512-/H4imnGOl3hoPXLKmIiGUnXpmBmeIClSZie/YHDzD5N59cZlGGJlIOOrUlOTDpJx5JNU1MTQcRjyTToOYM5IfA==
931931
dependencies:
932932
"@babel/generator" "^7.18.13"
933933
"@babel/template" "^7.18.10"
@@ -950,7 +950,7 @@
950950
cosmiconfig "^8.1.3"
951951
debounce "^1.2.0"
952952
detect-indent "^6.0.0"
953-
graphql-config "^5.0.1"
953+
graphql-config "^5.0.2"
954954
inquirer "^8.0.0"
955955
is-glob "^4.0.1"
956956
jiti "^1.17.1"
@@ -3199,10 +3199,10 @@ graphemer@^1.4.0:
31993199
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
32003200
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
32013201

3202-
graphql-config@^5.0.1:
3203-
version "5.0.1"
3204-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-5.0.1.tgz#4a0d2d3db0b6b3bd856e4db7627e5c8970e10a8d"
3205-
integrity sha512-cOi5RUK1QOoqwfzCeyVxRn6nsFqzjq7rs93ZvqT+gNxTgmhpROg3ZetgdbhC/yUWnguDM4S9GoHak+Xh9jLZeA==
3202+
graphql-config@^5.0.2:
3203+
version "5.0.2"
3204+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-5.0.2.tgz#7e962f94ccddcc2ee0aa71d75cf4491ec5092bdb"
3205+
integrity sha512-7TPxOrlbiG0JplSZYCyxn2XQtqVhXomEjXUmWJVSS5ET1nPhOJSsIb/WTwqWhcYX6G0RlHXSj9PLtGTKmxLNGg==
32063206
dependencies:
32073207
"@graphql-tools/graphql-file-loader" "^8.0.0"
32083208
"@graphql-tools/json-file-loader" "^8.0.0"

0 commit comments

Comments
 (0)