Commit 337150a
authored
Fix a graphql versions typo (#7)
## Description
Fix dependencies: `graphql` versions
## Performance impact
<!-- Detail any impact on performance of this PR, or put 'unknown' if
not known -->
## Security impact
<!-- Detail any impact on security of this PR, or put 'unknown' if not
known -->
## Checklist
<!-- If this PR is work in progress, please open it as a "Draft PR". -->
<!-- To tick a checkbox, change it from `[ ]` to `[x]` -->
- [ ] My code matches the project's code style and `yarn lint:fix`
passes.
- [ ] I've added tests for the new feature, and `yarn test` passes.
- [ ] I have detailed the new feature in the relevant documentation.
- [ ] I have added this feature to 'Pending' in the `RELEASE_NOTES.md`
file (if one exists).
- [ ] If this is a breaking change I've explained why.
<!-- For some Graphile projects the documentation is the README.md file,
for
others please see https://github.com/graphile/graphile.github.io -->2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | | - | |
1026 | | - | |
1027 | | - | |
1028 | | - | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
1029 | 1029 | | |
1030 | 1030 | | |
1031 | 1031 | | |
| |||
0 commit comments