build: update tsickle to 0.38.0 (#33717)

This is the tsickle version that supports TypeScript 3.7.

PR Close #33717
This commit is contained in:
Filipe Silva 2020-01-08 12:11:22 +00:00 committed by atscott
parent 62cb1b56dc
commit 2019b2c911
3 changed files with 6 additions and 6 deletions

View File

@ -120,7 +120,7 @@
"source-map-support": "0.5.9",
"systemjs": "0.18.10",
"terser": "^4.4.0",
"tsickle": "0.37.1",
"tsickle": "0.38.0",
"tslib": "^1.10.0",
"tslint": "5.7.0",
"typescript": "~3.7.4",

View File

@ -28,7 +28,7 @@
"dependencies": {
"@microsoft/api-extractor": "^7.3.9",
"shelljs": "0.8.2",
"tsickle": "^0.37.1"
"tsickle": "^0.38.0"
},
"peerDependencies": {
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",

View File

@ -13477,10 +13477,10 @@ try-require@^1.0.0:
resolved "https://registry.yarnpkg.com/try-require/-/try-require-1.2.1.tgz#34489a2cac0c09c1cc10ed91ba011594d4333be2"
integrity sha1-NEiaLKwMCcHMEO2RugEVlNQzO+I=
tsickle@0.37.1:
version "0.37.1"
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.37.1.tgz#2f8a87c1b15766e866457bd06fb6c0e0d84eed09"
integrity sha512-0GwgOJEnsmRsrONXCvcbAWY0CvdqF3UugPVoupUpA8Ul0qCPTuqqq0ou/hLqtKZOyyulzCP6MYRjb9/J1g9bJg==
tsickle@0.38.0:
version "0.38.0"
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.38.0.tgz#89f5952c9bb3ba0b36dc384975e23cf90e584822"
integrity sha512-k7kI6afBuLd2jIrj9JR8lKhEkp99sFVRKQbHeaHQkdvDaH5AvzwqA/qX+aNj28OfuAsWryOKAZoXm24l7JelEw==
tslib@1.10.0, tslib@^1.10.0, tslib@^1.9.0:
version "1.10.0"