Skip to content

Commit

Permalink
fix(nx-graphql-codegen): relaxed dependencies ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
gperdomor committed Apr 21, 2024
1 parent 273d968 commit 8a98e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nx-graphql-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@nx-tools/core": "6.0.0-alpha.2"
},
"peerDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@graphql-codegen/cli": "5.0.2",
"ts-node": "^10.0.0",
"tslib": "^2.5.3"
"tslib": "^2.5.0"
}
}

0 comments on commit 8a98e9d

Please sign in to comment.