Skip to content

Commit fc6dd02

Browse files
authored
build: update to typescript v3.9.5 (#19824)
Updates to the latest version of TypeScript. This matches the TypeScript version used in the latest framework v10.0.0 RC. angular/angular@6651b41
1 parent 30bf706 commit fc6dd02

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"tsickle": "0.38.1",
165165
"tslint": "^6.1.0",
166166
"tsutils": "^3.17.1",
167-
"typescript": "3.9.2",
167+
"typescript": "3.9.5",
168168
"typescript-3.6": "npm:typescript@~3.6.4",
169169
"typescript-3.7": "npm:typescript@~3.7.0",
170170
"typescript-3.8": "npm:typescript@~3.8.0",
@@ -173,7 +173,7 @@
173173
"yargs": "15.3.0"
174174
},
175175
"resolutions": {
176-
"dgeni-packages/typescript": "3.9.2",
176+
"dgeni-packages/typescript": "3.9.5",
177177
"**/graceful-fs": "4.2.2"
178178
}
179179
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12035,10 +12035,10 @@ typedarray@^0.0.6:
1203512035
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
1203612036
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
1203712037

12038-
typescript@3.9.2, typescript@^3.2.2:
12039-
version "3.9.2"
12040-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.2.tgz#64e9c8e9be6ea583c54607677dd4680a1cf35db9"
12041-
integrity sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==
12038+
typescript@3.9.5, typescript@^3.2.2:
12039+
version "3.9.5"
12040+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
12041+
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
1204212042

1204312043
typescript@^3.0.3, typescript@^3.4.5:
1204412044
version "3.5.3"

0 commit comments

Comments
 (0)