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:
parent
62cb1b56dc
commit
2019b2c911
@ -120,7 +120,7 @@
|
|||||||
"source-map-support": "0.5.9",
|
"source-map-support": "0.5.9",
|
||||||
"systemjs": "0.18.10",
|
"systemjs": "0.18.10",
|
||||||
"terser": "^4.4.0",
|
"terser": "^4.4.0",
|
||||||
"tsickle": "0.37.1",
|
"tsickle": "0.38.0",
|
||||||
"tslib": "^1.10.0",
|
"tslib": "^1.10.0",
|
||||||
"tslint": "5.7.0",
|
"tslint": "5.7.0",
|
||||||
"typescript": "~3.7.4",
|
"typescript": "~3.7.4",
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/api-extractor": "^7.3.9",
|
"@microsoft/api-extractor": "^7.3.9",
|
||||||
"shelljs": "0.8.2",
|
"shelljs": "0.8.2",
|
||||||
"tsickle": "^0.37.1"
|
"tsickle": "^0.38.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
||||||
|
@ -13477,10 +13477,10 @@ try-require@^1.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/try-require/-/try-require-1.2.1.tgz#34489a2cac0c09c1cc10ed91ba011594d4333be2"
|
resolved "https://registry.yarnpkg.com/try-require/-/try-require-1.2.1.tgz#34489a2cac0c09c1cc10ed91ba011594d4333be2"
|
||||||
integrity sha1-NEiaLKwMCcHMEO2RugEVlNQzO+I=
|
integrity sha1-NEiaLKwMCcHMEO2RugEVlNQzO+I=
|
||||||
|
|
||||||
tsickle@0.37.1:
|
tsickle@0.38.0:
|
||||||
version "0.37.1"
|
version "0.38.0"
|
||||||
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.37.1.tgz#2f8a87c1b15766e866457bd06fb6c0e0d84eed09"
|
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.38.0.tgz#89f5952c9bb3ba0b36dc384975e23cf90e584822"
|
||||||
integrity sha512-0GwgOJEnsmRsrONXCvcbAWY0CvdqF3UugPVoupUpA8Ul0qCPTuqqq0ou/hLqtKZOyyulzCP6MYRjb9/J1g9bJg==
|
integrity sha512-k7kI6afBuLd2jIrj9JR8lKhEkp99sFVRKQbHeaHQkdvDaH5AvzwqA/qX+aNj28OfuAsWryOKAZoXm24l7JelEw==
|
||||||
|
|
||||||
tslib@1.10.0, tslib@^1.10.0, tslib@^1.9.0:
|
tslib@1.10.0, tslib@^1.10.0, tslib@^1.9.0:
|
||||||
version "1.10.0"
|
version "1.10.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user