Skip to content

Commit 4f319e0

Browse files
committed
fix(deps): update dependency @graphql-ez/plugin-codegen to ^0.8.1
1 parent 990dd87 commit 4f319e0

File tree

3 files changed

+181
-199
lines changed

3 files changed

+181
-199
lines changed

examples/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@gqty/subscriptions": "workspace:^",
2121
"@graphql-ez/fastify": "^0.12.1",
2222
"@graphql-ez/plugin-altair": "^0.11.3",
23-
"@graphql-ez/plugin-codegen": "^0.8.0",
23+
"@graphql-ez/plugin-codegen": "^0.8.1",
2424
"@graphql-ez/plugin-dataloader": "^0.8.1",
2525
"@graphql-ez/plugin-schema": "^0.9.1",
2626
"@graphql-ez/plugin-upload": "^0.8.1",

internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@graphql-ez/fastify": "^0.12.1",
3535
"@graphql-ez/fastify-testing": "^0.4.1",
36-
"@graphql-ez/plugin-codegen": "^0.8.0",
36+
"@graphql-ez/plugin-codegen": "^0.8.1",
3737
"@graphql-ez/plugin-schema": "^0.9.1",
3838
"@rollup/plugin-babel": "^6.0.4",
3939
"@types/jest": "^29.5.0",

0 commit comments

Comments
 (0)