Skip to content

Commit

Permalink
Merge pull request #77 from HLTech/typescript-57-compatibility
Browse files Browse the repository at this point in the history
feat: Add support for TypeScript 5.7
  • Loading branch information
LukaszNowakPL authored Jan 31, 2025
2 parents dfbce49 + 65c6e6e commit e73ce17
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 59 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ If you're limited to historical versions of TypeScript, you should install a cor
| 0.13.0 | 5.1 |
| 0.14.0 | 5.2 - 5.3 |
| 0.15.0 | 5.4 |
| 0.16.0 | \>=5.5 |
| 0.16.0 | 5.5 - 5.6 |
| 0.17.0 | \>=5.7 |

## Configuration

Expand Down
87 changes: 33 additions & 54 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pact-gen-ts",
"version": "0.16.0",
"version": "0.17.0",
"description": "Generating pact files from typescript definitions",
"keywords": [
"pacts",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"glob": "^7.1.6",
"qs": "^6.12.1",
"ts-morph": "^23.0.0"
"ts-morph": "^25.0.0"
},
"devDependencies": {
"@types/glob": "^7.1.3",
Expand All @@ -41,10 +41,10 @@
"semantic-release": "^17.4.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "~5.6.3"
"typescript": "~5.7.3"
},
"peerDependencies": {
"typescript": "~5.6.3"
"typescript": "~5.7.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e73ce17

Please sign in to comment.