Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.7.2 (#924)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 3453551 commit 8feacf1
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion examples/codegen-gql-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"mercurius-integration-testing": "^9.0.0",
"prettier": "^3.3.3",
"tap": "^16.3.10",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"tap": {
"check-coverage": false
Expand Down
2 changes: 1 addition & 1 deletion examples/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"mercurius-integration-testing": "^9.0.0",
"prettier": "^3.3.3",
"tap": "^16.3.10",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"mercurius-integration-testing": "^9.0.0",
"prettier": "^3.3.3",
"tap": "^16.3.10",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/mercurius-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"serve": "^14.2.4",
"tmp-promise": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"wait-for-expect": "^3.0.2",
"wait-on": "^8.0.1"
},
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8feacf1

Please sign in to comment.