Skip to content

Commit

Permalink
Update TS to 5.5 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrconley authored Aug 13, 2024
1 parent 4a4ed34 commit 763d69e
Show file tree
Hide file tree
Showing 6 changed files with 3,670 additions and 2,884 deletions.
7 changes: 7 additions & 0 deletions .changeset/strange-peaches-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nrfcloud/ts-json-schema-transformer": major
---

Update TS to 5.5

BREAKING: TS 5.5 is now required
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"jest": "^29.7.0",
"jest-html-reporters": "^3.1.5",
"jest-junit": "^16.0.0",
"ts-patch": "^3.1.2",
"typescript": "^5.4.2"
"ts-patch": "^3.2.1",
"typescript": "^5.5.4"
},
"tsp": {
"name": "ts-json-schema-transformer",
Expand All @@ -78,13 +78,13 @@
}
},
"peerDependencies": {
"typescript": ">=5"
"typescript": ">=5.5"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "10.1.0",
"@apidevtools/json-schema-ref-parser": "^11.7.0",
"ajv": "^8.12.0",
"esbuild": "^0.19.9",
"esbuild": "^0.23.0",
"json-schema-faker": "npm:@jfconley/[email protected]",
"ts-json-schema-generator": "^1.5.0"
"ts-json-schema-generator": "^2.4.0-next.2"
}
}
Loading

0 comments on commit 763d69e

Please sign in to comment.