8000 Upgrade the bundled TypeScript version for API Extractor · sammarks/rushstack@488af45 · GitHub
[go: up one dir, main page]

Skip to content

Commit 488af45

Browse files
committed
Upgrade the bundled TypeScript version for API Extractor
1 parent d775738 commit 488af45

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"resolve": "~1.17.0",
4545
"semver": "~7.3.0",
4646
"source-map": "~0.6.1",
47-
"typescript": "~4.0.5"
47+
"typescript": "~4.1.3"
4848
},
4949
"devDependencies": {
5050
"@rushstack/eslint-config": "workspace:*",

common/config/rush/common-versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"~3.7.2",
8181
"~3.8.3",
8282
"~3.9.7",
83-
"~4.0.5"
83+
"~4.0.5",
84+
"~4.1.3"
8485
],
8586

8687
"source-map": [

0 commit comments

Comments
 (0)
0