Skip to content

Commit

Permalink
Merge pull request #1124 from skaapgif/rm-api-exporter-bump
Browse files Browse the repository at this point in the history
[api-extractor]: Upgrade typescript minor to 3.4
  • Loading branch information
octogonz authored Apr 11, 2019
2 parents 6e2448b + be359c2 commit 83917c9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 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"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@microsoft/api-extractor",
"comment": "Upgrade API Extractor to use TypeScript 3.4 for analysis",
"type": "patch"
}
],
"packageName": "@microsoft/api-extractor",
"email": "[email protected]"
}
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"
]
}
}
11 changes: 9 additions & 2 deletions common/config/rush/shrinkwrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8434,6 +8434,13 @@ packages:
hasBin: true
resolution:
integrity: sha512-jjOcCZvpkl2+z7JFn0yBOoLQyLoIkNZAs/fYJkUG6VKy6zLPHJGfQJYFHzibB6GJaF/8QrcECtlQ5cpvRHSMEA==
/typescript/3.4.3:
dev: false
engines:
node: '>=4.2.0'
hasBin: true
resolution:
integrity: sha512-FFgHdPt4T/duxx6Ndf7hwgMZZjZpB+U0nMNGVCYPq0rEzWKjEDobm4J6yb3CS7naZ0yURFqdw9Gwc7UOh/P9oQ==
/uglify-js/2.8.29:
dependencies:
source-map: 0.5.7
Expand Down Expand Up @@ -9197,11 +9204,11 @@ packages:
resolve: 1.8.1
source-map: 0.6.1
tslint-microsoft-contrib: 5.2.1
typescript: 3.1.6
typescript: 3.4.3
dev: false
name: '@rush-temp/api-extractor'
resolution:
integrity: sha512-Pbw/nerU1SyiEdTy6trOiUDyZPMWZwhN+bQtfptE0/cOdURAgAciw9arZTgtwkGvdx51vLCyFYEjAZK0UpJxew==
integrity: sha512-iTFnk777Ngr5MzFj1tAQ6PRJDE+51EINW6IIW1+OnftFdDxHja0wrfT5kl9A7UTEnIr1DabTOwwo98F3ok+9sg==
tarball: 'file:projects/api-extractor.tgz'
version: 0.0.0
'file:projects/gulp-core-build-mocha.tgz':
Expand Down

0 comments on commit 83917c9

Please sign in to comment.