File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 75
75
"size-limit" : " ^4.5.5" ,
76
76
"ts-jest" : " ^24.3.0" ,
77
77
"typedoc" : " ^0.18.0" ,
78
- "typescript" : " 3.7.5 "
78
+ "typescript" : " 3.8.3 "
79
79
},
80
80
"resolutions" : {
81
81
"**/agent-base" : " 5" ,
Original file line number Diff line number Diff line change 16
16
},
17
17
"peerDependencies" : {
18
18
"tslint" : " 5.16.0" ,
19
- "typescript" : " 3.7.5 "
19
+ "typescript" : " 3.8.3 "
20
20
},
21
21
"scripts" : {
22
22
"link:yarn" : " yarn link" ,
Original file line number Diff line number Diff line change 1
1
const pkg = require ( '../package.json' ) ;
2
2
3
- const TYPESCRIPT_VERSION = '3.7.5 ' ;
3
+ const TYPESCRIPT_VERSION = '3.8.3 ' ;
4
4
5
5
if ( pkg . devDependencies . typescript !== TYPESCRIPT_VERSION ) {
6
6
console . error ( `
Original file line number Diff line number Diff line change @@ -21065,10 +21065,10 @@ typescript-memoize@^1.0.1:
21065
21065
resolved "https://registry.yarnpkg.com/typescript-memoize/-/typescript-memoize-1.0.1.tgz#0a8199aa28f6fe18517f6e9308ef7bfbe9a98d59"
21066
21066
integrity sha512-oJNge1qUrOK37d5Y6Ly2txKeuelYVsFtNF6U9kXIN7juudcQaHJQg2MxLOy0CqtkW65rVDYuTCOjnSIVPd8z3w==
21067
21067
21068
- typescript@3.7.5 :
21069
- version "3.7.5 "
21070
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5 .tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae "
21071
- integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw ==
21068
+ typescript@3.8.3 :
21069
+ version "3.8.3 "
21070
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3 .tgz#409eb8544ea0335711205869ec458ab109ee1061 "
21071
+ integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w ==
21072
21072
21073
21073
typescript@^3.9.5, typescript@^3.9.7:
21074
21074
version "3.9.9"
You can’t perform that action at this time.
0 commit comments