-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update to typescript 2.6 and angular 5.2
- Loading branch information
1 parent
0009841
commit ca32cd6
Showing
13 changed files
with
136 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"angularDemoAotIndexBundleJs": "459 kB 121 kB", | ||
"angularDemoJitIndexBundleJs": "823 kB 212 kB", | ||
"angularDemoAotIndexBundleJs": "461 kB 122 kB", | ||
"angularDemoJitIndexBundleJs": "826 kB 213 kB", | ||
"coreDemoIndexBundleCss": "16.6 kB 2.73 kB", | ||
"reactDemoIndexBundleJs": "120 kB 37.5 kB", | ||
"vueDemoIndexBundleJs": "114 kB 39.9 kB", | ||
"packagesAngularDemoAotIndexHtml": "639 B 451 B", | ||
"packagesAngularDemoJitIndexHtml": "639 B 451 B", | ||
"packagesAngularDemoAotIndexHtml": "639 B 446 B", | ||
"packagesAngularDemoJitIndexHtml": "639 B 449 B", | ||
"packagesReactDemoIndexHtml": "651 B 460 B", | ||
"packagesVueDemoIndexHtml": "651 B 457 B" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
packages/angular/demo/aot/index.bundle-1d53420e8277c6d1b1bc339678d5e2ad.js
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/angular/demo/aot/index.bundle-5bbde619538d22d1b2e97256cb9a44ce.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
packages/angular/demo/jit/index.bundle-2fada29c7923c37b25ed9e0a6067e2ae.js
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/angular/demo/jit/index.bundle-3f9d417a647b39e99006211493b88cd5.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,32 +3,32 @@ | |
|
||
|
||
"@angular/common@5": | ||
version "5.1.3" | ||
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.1.3.tgz#db517c00a95f72885eb2091098eaed4f95494a63" | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.0.tgz#d184fb90763da1d1bab1f6c4f41dd80c79e47506" | ||
dependencies: | ||
tslib "^1.7.1" | ||
|
||
"@angular/core@5": | ||
version "5.1.3" | ||
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.1.3.tgz#b739f69834c344285250a384d0c203dd36778a37" | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.0.tgz#f91bf83de3e0defd621adcc007c25d7cd5a85af1" | ||
dependencies: | ||
tslib "^1.7.1" | ||
|
||
"@angular/forms@5": | ||
version "5.1.3" | ||
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.1.3.tgz#fe4c0c37c504e78c85f8e50db6e098705fa72f4c" | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.0.tgz#b5fb6b9ba97334bca0e3202d7fee6b9162cbc824" | ||
dependencies: | ||
tslib "^1.7.1" | ||
|
||
"@angular/platform-browser-dynamic@5.1.3": | ||
version "5.1.3" | ||
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.1.3.tgz#ad37e4dbd5251e7ea256ad9323fe11c848d04050" | ||
"@angular/platform-browser-dynamic@5.2.0": | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.0.tgz#6d3e074363606b559c3319d2433d1c08ccaefbad" | ||
dependencies: | ||
tslib "^1.7.1" | ||
|
||
"@angular/platform-browser@5.1.3": | ||
version "5.1.3" | ||
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.1.3.tgz#5abe7809009eff6bff3bf89faba96fe066fb2036" | ||
"@angular/platform-browser@5.2.0": | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.0.tgz#89cbc8abf54171ecf3dd9a40970b4982eecc9f73" | ||
dependencies: | ||
tslib "^1.7.1" | ||
|
||
|
@@ -50,6 +50,6 @@ tslib@^1.7.1: | |
version "1.8.1" | ||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac" | ||
|
||
[email protected].19: | ||
version "0.8.19" | ||
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.19.tgz#a4b522cd9e8b7b616a638c297d720d4c7f292f71" | ||
[email protected].20: | ||
version "0.8.20" | ||
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.20.tgz#a218c48db09464b19ff6fc8f0d4bb5b1046e185d" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
|
||
|
||
"@types/node@*": | ||
version "8.5.7" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.5.7.tgz#9c498c35af354dcfbca3790fb2e81129e93cf0e2" | ||
version "9.3.0" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.3.0.tgz#3a129cda7c4e5df2409702626892cb4b96546dd5" | ||
|
||
[email protected]: | ||
version "2.6.2" | ||
|
Oops, something went wrong.