File tree 4 files changed +7
-7
lines changed
aio/aio-builds-setup/dockerbuild/scripts-js
integration/typings_test_ts42
packages/zone.js/test/typings
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 49
49
"supertest" : " ^4.0.2" ,
50
50
"tslint" : " ^6.1.3" ,
51
51
"tslint-jasmine-noSkipOrFocus" : " ^1.0.9" ,
52
- "typescript" : " ^4.2.3 "
52
+ "typescript" : " ^4.2.4 "
53
53
}
54
54
}
Original file line number Diff line number Diff line change @@ -2563,10 +2563,10 @@ typedarray-to-buffer@^3.1.5:
2563
2563
dependencies :
2564
2564
is-typedarray "^1.0.0"
2565
2565
2566
- typescript@^4.2.3 :
2567
- version "4.2.3 "
2568
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3 .tgz#39062d8019912d43726298f09493d598048c1ce3 "
2569
- integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw ==
2566
+ typescript@^4.2.4 :
2567
+ version "4.2.4 "
2568
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4 .tgz#8610b59747de028fda898a8aef0e103f156d0961 "
2569
+ integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg ==
2570
2570
2571
2571
undefsafe@^2.0.2 :
2572
2572
version "2.0.2"
Original file line number Diff line number Diff line change 19
19
"@angular/upgrade" : " file:../../dist/packages-dist/upgrade" ,
20
20
"@types/jasmine" : " file:../../node_modules/@types/jasmine" ,
21
21
"rxjs" : " file:../../node_modules/rxjs" ,
22
- "typescript" : " 4.2.3 " ,
22
+ "typescript" : " 4.2.4 " ,
23
23
"zone.js" : " file:../../dist/zone.js-dist/archive/zone.js.tgz"
24
24
},
25
25
"scripts" : {
Original file line number Diff line number Diff line change 14
14
"zone.js" : " file:../../../../dist/bin/packages/zone.js/npm_package"
15
15
},
16
16
"devDependencies" : {
17
- "typescript" : " ~4.2.3 "
17
+ "typescript" : " ~4.2.4 "
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments