Skip to content

Commit 949379f

Browse files
committedOct 24, 2019
fix(core): update typescript version
1 parent 8cecb3b commit 949379f

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed
 

‎packages/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"ng-packagr": "4.7.1",
7171
"rxjs": "6.3.3",
7272
"tslint": "5.14.0",
73-
"typescript": "2.7.2",
73+
"typescript": "2.8.1",
7474
"zone.js": "0.8.29"
7575
},
7676
"ngPackage": {

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"tslint": "5.8.0",
9696
"tslint-loader": "3.5.3",
9797
"typedoc": "0.11.1",
98-
"typescript": "2.7.2",
98+
"typescript": "2.8.1",
9999
"url-loader": "0.6.2",
100100
"webpack": "4.41.0",
101101
"webpack-cli": "3.3.9",

‎packages/core/rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
format: "esm"
1313
},
1414
{
15-
file: `${outputDir}/index.umd.js`,
15+
file: `${outputDir}/bundle.js`,
1616
format: "umd",
1717
name: "Charts",
1818
globals: {
5.75 MB
Binary file not shown.

‎yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -19562,6 +19562,11 @@ typescript@2.7.2:
1956219562
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
1956319563
integrity sha512-p5TCYZDAO0m4G344hD+wx/LATebLWZNkkh2asWUFqSsD2OrDNhbAHuSjobrmsUmdzjJjEeZVU9g1h3O6vpstnw==
1956419564

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+
1956519570
typescript@2.9.2:
1956619571
version "2.9.2"
1956719572
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"

0 commit comments

Comments
 (0)
Please sign in to comment.