Skip to content

Commit fa37b5e

Browse files
authored
feat: TypeScript 5.7 officially released (#26)
Follow on of #25. Using the official 5.7 TypeScript release. And also bumping the `ts-blank-space` patch version this time. Signed-off-by: Ashley Claymore <[email protected]>
1 parent c20e860 commit fa37b5e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-blank-space",
33
"description": "A small, fast, pure JavaScript type-stripper that uses the official TypeScript parser.",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"license": "Apache-2.0",
66
"homepage": "https://bloomberg.github.io/ts-blank-space",
77
"contributors": [
@@ -23,7 +23,7 @@
2323
},
2424
"types": "./out/index.d.ts",
2525
"dependencies": {
26-
"typescript": "5.1.6 - 5.7.x || 5.7.1-rc"
26+
"typescript": "5.1.6 - 5.7.x"
2727
},
2828
"imports": {
2929
"#r": "ts-blank-space-lkg/register"

0 commit comments

Comments
 (0)