Skip to content

Commit 9966be6

Browse files
committed
update to the stable release of TypeScript 5.5
1 parent b936f72 commit 9966be6

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

javascript/extractor/lib/typescript/package-lock.json

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

javascript/extractor/lib/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript-parser-wrapper",
33
"private": true,
44
"dependencies": {
5-
"typescript": "^5.5.1-rc"
5+
"typescript": "5.5.2"
66
},
77
"scripts": {
88
"build": "tsc --project tsconfig.json",
@@ -14,4 +14,4 @@
1414
"devDependencies": {
1515
"@types/node": "18.15.3"
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)