Skip to content

Commit 99541ea

Browse files
committed
build: update to typescript v3.9.5
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 a3dabc9 commit 99541ea

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
@@ -163,7 +163,7 @@
163163
"tsickle": "0.38.1",
164164
"tslint": "^6.1.0",
165165
"tsutils": "^3.17.1",
166-
"typescript": "3.9.2",
166+
"typescript": "3.9.5",
167167
"typescript-3.6": "npm:typescript@~3.6.4",
168168
"typescript-3.7": "npm:typescript@~3.7.0",
169169
"typescript-3.8": "npm:typescript@~3.8.0",
@@ -172,7 +172,7 @@
172172
"yargs": "15.3.0"
173173
},
174174
"resolutions": {
175-
"dgeni-packages/typescript": "3.9.2",
175+
"dgeni-packages/typescript": "3.9.5",
176176
"**/graceful-fs": "4.2.2"
177177
}
178178
}

yarn.lock

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

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

1199611996
typescript@^3.0.3, typescript@^3.4.5:
1199711997
version "3.5.3"

0 commit comments

Comments
 (0)