File tree 4 files changed +9
-4
lines changed
angular_devkit/build_optimizer
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 227
227
"ts-node" : " ^10.0.0" ,
228
228
"tslib" : " 2.3.0" ,
229
229
"tslint" : " ^6.1.3" ,
230
- "typescript" : " 4.3.2 " ,
230
+ "typescript" : " 4.3.3 " ,
231
231
"verdaccio" : " 5.1.1" ,
232
232
"verdaccio-auth-memory" : " ^10.0.0" ,
233
233
"webpack" : " 5.39.1" ,
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"source-map" : " 0.7.3" ,
13
13
"tslib" : " 2.3.0" ,
14
- "typescript" : " 4.3.2 "
14
+ "typescript" : " 4.3.3 "
15
15
},
16
16
"peerDependencies" : {
17
17
"webpack" : " ^5.30.0"
Original file line number Diff line number Diff line change 32
32
"@angular-devkit/core" : " 0.0.0" ,
33
33
"@angular/compiler" : " 12.1.0-next.5" ,
34
34
"@angular/compiler-cli" : " 12.1.0-next.5" ,
35
- "typescript" : " 4.3.2 " ,
35
+ "typescript" : " 4.3.3 " ,
36
36
"webpack" : " 5.39.1"
37
37
}
38
38
}
Original file line number Diff line number Diff line change @@ -11645,7 +11645,12 @@ typedarray@^0.0.6:
11645
11645
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
11646
11646
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
11647
11647
11648
- [email protected] , typescript@~4.3.2:
11648
+
11649
+ version "4.3.3"
11650
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.3.tgz#5401db69bd3203daf1851a1a74d199cb3112c11a"
11651
+ integrity sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==
11652
+
11653
+ typescript@~4.3.2:
11649
11654
version "4.3.2"
11650
11655
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
11651
11656
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
You can’t perform that action at this time.
0 commit comments