Skip to content

Commit

Permalink
feat: Add support for TypeScript 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crpc committed Oct 9, 2023
1 parent 48d9084 commit 99a69af
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ If you're limited to historical versions of TypeScript, you should install a cor
| 0.9.4 - 0.10.0 | 4.7 - 4.8 |
| 0.11.0 | 4.9 |
| 0.12.0 | 5.0 |
| 0.13.0 - x | \>=5.1 |
| 0.13.0 | 5.1 |
| 0.14.0 - x | \>=5.2 |

## Configuration

Expand Down
50 changes: 25 additions & 25 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.13.0",
"version": "0.14.0",
"description": "Generating pact files from typescript definitions",
"keywords": [
"pacts",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"glob": "^7.1.6",
"qs": "^6.10.1",
"ts-morph": "^19.0.0"
"ts-morph": "^20.0.0"
},
"devDependencies": {
"@types/glob": "^7.1.3",
Expand All @@ -40,10 +40,10 @@
"semantic-release": "^17.4.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.3"
"typescript": "~5.2.2"
},
"peerDependencies": {
"typescript": "~5.1"
"typescript": "~5.2.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 99a69af

Please sign in to comment.