From edff5bf3ec3774f2bc48c599d749cdc78a953eec Mon Sep 17 00:00:00 2001 From: Peter Leibiger Date: Tue, 3 Apr 2018 14:45:05 +0200 Subject: [PATCH] chore: update angular/material for example app --- package.json | 28 +++++++------- yarn.lock | 104 +++++++++++++++++++++++++++------------------------ 2 files changed, 69 insertions(+), 63 deletions(-) diff --git a/package.json b/package.json index 9a676ece..ad4e5fd3 100644 --- a/package.json +++ b/package.json @@ -21,18 +21,18 @@ }, "private": true, "dependencies": { - "@angular/animations": "^5.2.0", - "@angular/cdk": "^5.0.0", - "@angular/common": "^5.2.0", - "@angular/compiler": "^5.2.0", - "@angular/core": "^5.2.0", - "@angular/forms": "^5.2.0", - "@angular/http": "^5.2.0", - "@angular/material": "^5.0.0", - "@angular/material-moment-adapter": "^5.0.0", - "@angular/platform-browser": "^5.2.0", - "@angular/platform-browser-dynamic": "^5.2.0", - "@angular/router": "^5.2.0", + "@angular/animations": "^5.2.3", + "@angular/cdk": "^5.2.4", + "@angular/common": "^5.2.3", + "@angular/compiler": "^5.2.3", + "@angular/core": "^5.2.3", + "@angular/forms": "^5.2.3", + "@angular/http": "^5.2.3", + "@angular/material": "^5.2.4", + "@angular/material-moment-adapter": "^5.2.4", + "@angular/platform-browser": "^5.2.3", + "@angular/platform-browser-dynamic": "^5.2.3", + "@angular/router": "^5.2.3", "core-js": "^2.5.3", "moment": "^2.18.1", "rxjs": "^5.5.6", @@ -40,8 +40,8 @@ }, "devDependencies": { "@angular/cli": "1.6.4", - "@angular/compiler-cli": "^5.2.0", - "@angular/language-service": "^5.2.0", + "@angular/compiler-cli": "^5.2.3", + "@angular/language-service": "^5.2.3", "@types/jasmine": "~2.5.53", "@types/jasminewd2": "~2.0.2", "@types/node": "~6.0.60", diff --git a/yarn.lock b/yarn.lock index aca56b2f..5fd4092a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29,15 +29,15 @@ minimist "^1.2.0" rxjs "^5.5.6" -"@angular/animations@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.2.0.tgz#a3ce02c01b074f0de7c2c23c1f08b4a00f0bec5f" +"@angular/animations@^5.2.3": + version "5.2.9" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.2.9.tgz#220db9fb5a52a193db0023d721b23ddd25a75770" dependencies: tslib "^1.7.1" -"@angular/cdk@^5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-5.0.0.tgz#d7cb3294c9e3cc37d3d41c33e6beb044e84636c3" +"@angular/cdk@^5.2.4": + version "5.2.4" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-5.2.4.tgz#c0a429a8710d8fedb157f546e21cb49d4335f7f7" dependencies: tslib "^1.7.1" @@ -105,76 +105,76 @@ optionalDependencies: node-sass "^4.3.0" -"@angular/common@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.0.tgz#d184fb90763da1d1bab1f6c4f41dd80c79e47506" +"@angular/common@^5.2.3": + version "5.2.9" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.9.tgz#beb25d4434498abae56bd8dc2c01ade3f6c45e81" dependencies: tslib "^1.7.1" -"@angular/compiler-cli@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.0.tgz#336b6d0127c69f25637cbcd82a4b76de6f3a2cce" +"@angular/compiler-cli@^5.2.3": + version "5.2.9" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.9.tgz#36a069937d50a8a294eda233b5b1b2c71139751f" dependencies: chokidar "^1.4.2" minimist "^1.2.0" reflect-metadata "^0.1.2" - tsickle "^0.26.0" + tsickle "^0.27.2" -"@angular/compiler@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.0.tgz#3798795b97e60b47fdc0a150e062dedb4ac39467" +"@angular/compiler@^5.2.3": + version "5.2.9" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.9.tgz#1d03bc1e8b38c259bc58114d691c2140d244f8f5" dependencies: tslib "^1.7.1" -"@angular/core@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.0.tgz#f91bf83de3e0defd621adcc007c25d7cd5a85af1" +"@angular/core@^5.2.3": + version "5.2.9" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.9.tgz#3daf13ef9aa754b9954ed21da3eb322e8b20f667" dependencies: tslib "^1.7.1" -"@angular/forms@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.0.tgz#b5fb6b9ba97334bca0e3202d7fee6b9162cbc824" +"@angular/forms@^5.2.3": + version "5.2.9" + resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.9.tgz#12c45b3a02c398b354f09cc740d914cd904c0c9c" dependencies: tslib "^1.7.1" -"@angular/http@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.2.0.tgz#ebffff97e6c7baa3609a2d68e982bf990b1c72dc" +"@angular/http@^5.2.3": + version "5.2.9" + resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.2.9.tgz#2ffea536e181bc97e2867593d57425ea7853285b" dependencies: tslib "^1.7.1" -"@angular/language-service@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.2.0.tgz#c8fab0ca8cbd79dafc96fad844ae69e9038b69ad" +"@angular/language-service@^5.2.3": + version "5.2.9" + resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.2.9.tgz#4838bb6319c99e8f5beb08bdfb392ee9a1173766" -"@angular/material-moment-adapter@^5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@angular/material-moment-adapter/-/material-moment-adapter-5.0.0.tgz#08c2832f99be590397f43891347d35c6b035a4ae" +"@angular/material-moment-adapter@^5.2.4": + version "5.2.4" + resolved "https://registry.yarnpkg.com/@angular/material-moment-adapter/-/material-moment-adapter-5.2.4.tgz#b6e4789986cb421489672777fa7af0128e77436f" dependencies: tslib "^1.7.1" -"@angular/material@^5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@angular/material/-/material-5.0.0.tgz#2ae8610f36cd6aa5bfe58155ffd96bf44d965162" +"@angular/material@^5.2.4": + version "5.2.4" + resolved "https://registry.yarnpkg.com/@angular/material/-/material-5.2.4.tgz#9e823798324283d23ea839156fac5bcb73443d55" dependencies: tslib "^1.7.1" -"@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" +"@angular/platform-browser-dynamic@^5.2.3": + version "5.2.9" + resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.9.tgz#86075b7bb694861f722ceda29aae186b045c6b7d" dependencies: tslib "^1.7.1" -"@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" +"@angular/platform-browser@^5.2.3": + version "5.2.9" + resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.9.tgz#9ee76327b1b3affad68ffa839058661b7704bc2c" dependencies: tslib "^1.7.1" -"@angular/router@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.2.0.tgz#0a43f1c6add592c9cb0b9846fc157fc5b23ee73d" +"@angular/router@^5.2.3": + version "5.2.9" + resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.2.9.tgz#0369df6e60c6da3a5842c6eb35e3958d4ffe727e" dependencies: tslib "^1.7.1" @@ -5668,6 +5668,12 @@ source-map-support@^0.4.0, source-map-support@^0.4.1, source-map-support@^0.4.2, dependencies: source-map "^0.5.6" +source-map-support@^0.5.0: + version "0.5.4" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.4.tgz#54456efa89caa9270af7cd624cc2f123e51fbae8" + dependencies: + source-map "^0.6.0" + source-map@0.1.x: version "0.1.43" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.1.43.tgz#c24bc146ca517c1471f5dacbe2571b2b7f9e3346" @@ -5684,7 +5690,7 @@ source-map@^0.4.2, source-map@^0.4.4, source-map@~0.4.1: dependencies: amdefine ">=0.0.4" -source-map@^0.6.1, source-map@~0.6.1: +source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" @@ -6130,14 +6136,14 @@ tsickle@^0.21.0: source-map "^0.5.6" source-map-support "^0.4.2" -tsickle@^0.26.0: - version "0.26.0" - resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.26.0.tgz#40b30a2dd6abcb33b182e37596674bd1cfe4039c" +tsickle@^0.27.2: + version "0.27.2" + resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.27.2.tgz#f33d46d046f73dd5c155a37922e422816e878736" dependencies: minimist "^1.2.0" mkdirp "^0.5.1" - source-map "^0.5.6" - source-map-support "^0.4.2" + source-map "^0.6.0" + source-map-support "^0.5.0" tslib@^1.7.1: version "1.8.0"