diff --git a/plugins/nx-graphql-codegen/package.json b/plugins/nx-graphql-codegen/package.json index 669d9517..b4a19341 100644 --- a/plugins/nx-graphql-codegen/package.json +++ b/plugins/nx-graphql-codegen/package.json @@ -15,7 +15,7 @@ }, "peerDependencies": { "@graphql-codegen/cli": "^5.0.0", - "@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "@swc/helpers": "~0.5.11", "ts-node": "^10.0.0" }