Skip to content

Commit

Permalink
Upgrade to TypeScript 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wojpawlik committed Oct 20, 2024
1 parent 9959150 commit d0fbe89
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 234 deletions.
283 changes: 54 additions & 229 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deno2node",
"version": "1.13.0",
"version": "1.14.0",
"description": "`tsc` replacement for transpiling Deno libraries to run on Node.js.",
"type": "module",
"bin": {
Expand Down Expand Up @@ -43,11 +43,11 @@
"node": ">=14.13.1"
},
"dependencies": {
"ts-morph": "^23.0.0"
"ts-morph": "^24.0.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"deno-bin": "~1.45.0",
"deno-bin": "~2.0.2",
"fast-check": "^3.10.0"
}
}
Loading

0 comments on commit d0fbe89

Please sign in to comment.