Skip to content

Commit

Permalink
feat: TypeScript 5.7 officially released
Browse files Browse the repository at this point in the history
  • Loading branch information
acutmore committed Nov 25, 2024
1 parent c20e860 commit 68a0535
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-blank-space",
"description": "A small, fast, pure JavaScript type-stripper that uses the official TypeScript parser.",
"version": "0.4.3",
"version": "0.4.4",
"license": "Apache-2.0",
"homepage": "https://bloomberg.github.io/ts-blank-space",
"contributors": [
Expand All @@ -23,7 +23,7 @@
},
"types": "./out/index.d.ts",
"dependencies": {
"typescript": "5.1.6 - 5.7.x || 5.7.1-rc"
"typescript": "5.1.6 - 5.7.x"
},
"imports": {
"#r": "ts-blank-space-lkg/register"
Expand Down

0 comments on commit 68a0535

Please sign in to comment.