Skip to content

Commit

Permalink
Upgrade API Extractor to use TypeScript 3.4 for analysis (it still bu…
Browse files Browse the repository at this point in the history
…ilds using RSC 3.2)
  • Loading branch information
octogonz committed Apr 11, 2019
1 parent 6e2448b commit 72120ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,14 @@
"lodash": "~4.17.5",
"resolve": "1.8.1",
"source-map": "~0.6.1",
"typescript": "~3.1.6"
"typescript": "~3.4.3"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.51",
"@microsoft/rush-stack-compiler-3.2": "0.3.3",
"@types/jest": "23.3.11",
"@types/lodash": "4.14.116",
"@types/node": "8.5.8",
"gulp": "~3.9.1",
"tslint-microsoft-contrib": "~5.2.1"
"gulp": "~3.9.1"
}
}
3 changes: 2 additions & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"~2.9.2",
"~3.0.3",
"~3.1.6",
"~3.2.4"
"~3.2.4",
"~3.4.3"
]
}
}

0 comments on commit 72120ba

Please sign in to comment.