File tree 5 files changed +8
-3
lines changed
yarn-offline-mirror-cache
5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 70
70
"ng-packagr" : " 4.7.1" ,
71
71
"rxjs" : " 6.3.3" ,
72
72
"tslint" : " 5.14.0" ,
73
- "typescript" : " 2.7.2 " ,
73
+ "typescript" : " 2.8.1 " ,
74
74
"zone.js" : " 0.8.29"
75
75
},
76
76
"ngPackage" : {
Original file line number Diff line number Diff line change 95
95
"tslint" : " 5.8.0" ,
96
96
"tslint-loader" : " 3.5.3" ,
97
97
"typedoc" : " 0.11.1" ,
98
- "typescript" : " 2.7.2 " ,
98
+ "typescript" : " 2.8.1 " ,
99
99
"url-loader" : " 0.6.2" ,
100
100
"webpack" : " 4.41.0" ,
101
101
"webpack-cli" : " 3.3.9" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default {
12
12
format : "esm"
13
13
} ,
14
14
{
15
- file : `${ outputDir } /index.umd .js` ,
15
+ file : `${ outputDir } /bundle .js` ,
16
16
format : "umd" ,
17
17
name : "Charts" ,
18
18
globals : {
Original file line number Diff line number Diff line change @@ -19562,6 +19562,11 @@ typescript@2.7.2:
19562
19562
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
19563
19563
integrity sha512-p5TCYZDAO0m4G344hD+wx/LATebLWZNkkh2asWUFqSsD2OrDNhbAHuSjobrmsUmdzjJjEeZVU9g1h3O6vpstnw==
19564
19564
19565
+ typescript@2.8.1:
19566
+ version "2.8.1"
19567
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624"
19568
+ integrity sha512-Ao/f6d/4EPLq0YwzsQz8iXflezpTkQzqAyenTiw4kCUGr1uPiFLC3+fZ+gMZz6eeI/qdRUqvC+HxIJzUAzEFdg==
19569
+
19565
19570
typescript@2.9.2:
19566
19571
version "2.9.2"
19567
19572
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
You can’t perform that action at this time.
0 commit comments