Skip to content

Commit f21610e

Browse files
Upgrade the TypeScript compiler engine shipped with API Extractor
1 parent 8ea12f1 commit f21610e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lodash": "~4.17.15",
4141
"resolve": "1.8.1",
4242
"source-map": "~0.6.1",
43-
"typescript": "~3.5.3"
43+
"typescript": "~3.7.2"
4444
},
4545
"devDependencies": {
4646
"@microsoft/node-library-build": "6.3.0",

common/config/rush/common-versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"~3.1.6",
5454
"~3.2.4",
5555
"~3.4.3",
56-
"~3.5.3"
56+
"~3.5.3",
57+
"~3.7.2"
5758
]
5859
}
5960
}

0 commit comments

Comments
 (0)