File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed
angular_devkit/build_optimizer
schematics/schematic/files Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 230
230
"tslint" : " ^6.1.3" ,
231
231
"tslint-no-circular-imports" : " ^0.7.0" ,
232
232
"tslint-sonarts" : " 1.9.0" ,
233
- "typescript" : " 4.1.3 " ,
233
+ "typescript" : " 4.1.5 " ,
234
234
"verdaccio" : " 4.11.0" ,
235
235
"verdaccio-auth-memory" : " ^9.7.2" ,
236
236
"webpack" : " 4.44.2" ,
Original file line number Diff line number Diff line change 12
12
"loader-utils" : " 2.0.0" ,
13
13
"source-map" : " 0.7.3" ,
14
14
"tslib" : " 2.1.0" ,
15
- "typescript" : " 4.1.3 " ,
15
+ "typescript" : " 4.1.5 " ,
16
16
"webpack-sources" : " 2.2.0"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 33
33
"devDependencies" : {
34
34
"@angular/compiler" : " 11.2.0-next.0" ,
35
35
"@angular/compiler-cli" : " 11.2.0-next.0" ,
36
- "typescript" : " 4.1.3 " ,
36
+ "typescript" : " 4.1.5 " ,
37
37
"webpack" : " 4.44.2"
38
38
}
39
39
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const latestVersions = {
11
11
Angular : '~11.2.3' ,
12
12
RxJs : '~6.6.0' ,
13
13
ZoneJs : '~0.11.3' ,
14
- TypeScript : '~4.1.2 ' ,
14
+ TypeScript : '~4.1.5 ' ,
15
15
TsLib : '^2.0.0' ,
16
16
17
17
// The versions below must be manually updated when making a new devkit release.
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"@angular-devkit/core" : " ^<%= coreVersion %>" ,
17
17
"@angular-devkit/schematics" : " ^<%= schematicsVersion %>" ,
18
- "typescript" : " ~4.1.2 "
18
+ "typescript" : " ~4.1.5 "
19
19
},
20
20
"devDependencies" : {
21
21
"@types/node" : " ^12.11.1" ,
Original file line number Diff line number Diff line change @@ -11827,7 +11827,12 @@ typedarray@^0.0.6:
11827
11827
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
11828
11828
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
11829
11829
11830
- [email protected] , typescript@~4.1.2:
11830
+
11831
+ version "4.1.5"
11832
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
11833
+ integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
11834
+
11835
+ typescript@~4.1.2:
11831
11836
version "4.1.3"
11832
11837
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
11833
11838
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
You can’t perform that action at this time.
0 commit comments