socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit a2e33b24d808eb3a31a122232c79de3359ba9b75
parent bd4ff1c762a7c595534da292ec9a61d73aac1c1d
Author: Renovate Bot <bot@renovateapp.com>
Date:   Thu,  3 May 2018 19:50:35 +0000

Update angular monorepo to v6
Diffstat:
Mpackage.json | 26+++++++++++++-------------
Myarn.lock | 112++++++++++++++++++++++++++++++++++++++++----------------------------------------
2 files changed, 69 insertions(+), 69 deletions(-)

diff --git a/package.json b/package.json @@ -14,20 +14,20 @@ }, "private": true, "dependencies": { - "@angular/animations": "^5.2.9", + "@angular/animations": "^6.0.0", "@angular/cdk": "^5.2.4", - "@angular/common": "^5.0.0", - "@angular/compiler": "^5.0.0", - "@angular/core": "^5.0.0", + "@angular/common": "^6.0.0", + "@angular/compiler": "^6.0.0", + "@angular/core": "^6.0.0", "@angular/flex-layout": "^5.0.0-beta.13", - "@angular/forms": "^5.0.0", - "@angular/http": "^5.0.0", + "@angular/forms": "^6.0.0", + "@angular/http": "^6.0.0", "@angular/material": "^5.2.4", - "@angular/platform-browser": "^5.0.0", - "@angular/platform-browser-dynamic": "^5.0.0", - "@angular/platform-server": "^5.2.4", - "@angular/router": "^5.0.0", - "@angular/service-worker": "^5.2.4", + "@angular/platform-browser": "^6.0.0", + "@angular/platform-browser-dynamic": "^6.0.0", + "@angular/platform-server": "^6.0.0", + "@angular/router": "^6.0.0", + "@angular/service-worker": "^6.0.0", "@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.8", "chart.js": "^2.7.2", "core-js": "^2.4.1", @@ -45,8 +45,8 @@ "devDependencies": { "@angular-devkit/core": "^0.5.0", "@angular/cli": "^1.7.3", - "@angular/compiler-cli": "^5.0.0", - "@angular/language-service": "^5.0.0", + "@angular/compiler-cli": "^6.0.0", + "@angular/language-service": "^6.0.0", "@types/express": "^4.11.1", "@types/jasmine": "^2.8.6", "@types/jasminewd2": "~2.0.2", diff --git a/yarn.lock b/yarn.lock @@ -36,11 +36,11 @@ "@ngtools/json-schema" "^1.1.0" rxjs "^5.5.6" -"@angular/animations@^5.2.9": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.2.9.tgz#220db9fb5a52a193db0023d721b23ddd25a75770" +"@angular/animations@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-6.0.0.tgz#cfc825dbfdf33bf3bf75962d1e12495aed5e3c32" dependencies: - tslib "^1.7.1" + tslib "^1.9.0" "@angular/cdk@^5.2.4": version "5.2.4" @@ -113,32 +113,32 @@ optionalDependencies: node-sass "^4.7.2" -"@angular/common@^5.0.0": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.9.tgz#beb25d4434498abae56bd8dc2c01ade3f6c45e81" +"@angular/common@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-6.0.0.tgz#ca3b6b6b96837fe048861da897c31991aa04954f" dependencies: - tslib "^1.7.1" + tslib "^1.9.0" -"@angular/compiler-cli@^5.0.0": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.9.tgz#36a069937d50a8a294eda233b5b1b2c71139751f" +"@angular/compiler-cli@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-6.0.0.tgz#be50277faaa5ac08f3002c2c8cb8c39d220c76d5" dependencies: chokidar "^1.4.2" minimist "^1.2.0" reflect-metadata "^0.1.2" tsickle "^0.27.2" -"@angular/compiler@^5.0.0": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.9.tgz#1d03bc1e8b38c259bc58114d691c2140d244f8f5" +"@angular/compiler@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-6.0.0.tgz#9092a0f02f33dd1108276ab93cc48142e36a1e95" dependencies: - tslib "^1.7.1" + tslib "^1.9.0" -"@angular/core@^5.0.0": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.9.tgz#3daf13ef9aa754b9954ed21da3eb322e8b20f667" +"@angular/core@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.0.0.tgz#785cc8a37b7fb784a6b7dcbd0984abb4f10e5dfe" dependencies: - tslib "^1.7.1" + tslib "^1.9.0" "@angular/flex-layout@^5.0.0-beta.13": version "5.0.0-beta.14" @@ -146,21 +146,21 @@ dependencies: tslib "^1.7.1" -"@angular/forms@^5.0.0": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.9.tgz#12c45b3a02c398b354f09cc740d914cd904c0c9c" +"@angular/forms@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-6.0.0.tgz#436e2df39dc57db124da5a5c02bc63909fdf7046" dependencies: - tslib "^1.7.1" + tslib "^1.9.0" -"@angular/http@^5.0.0": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.2.9.tgz#2ffea536e181bc97e2867593d57425ea7853285b" +"@angular/http@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/http/-/http-6.0.0.tgz#f409e35cd2f4990b43a37beab915ffdcd9c7c992" dependencies: - tslib "^1.7.1" + tslib "^1.9.0" -"@angular/language-service@^5.0.0": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.2.9.tgz#4838bb6319c99e8f5beb08bdfb392ee9a1173766" +"@angular/language-service@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-6.0.0.tgz#85bf577fd7f45eff13128d4f5f0125078d610aec" "@angular/material@^5.2.4": version "5.2.4" @@ -168,37 +168,37 @@ dependencies: tslib "^1.7.1" -"@angular/platform-browser-dynamic@^5.0.0": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.9.tgz#86075b7bb694861f722ceda29aae186b045c6b7d" +"@angular/platform-browser-dynamic@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-6.0.0.tgz#66a34b65136446cb3ec39362fd6d2dbb5482ba70" dependencies: - tslib "^1.7.1" + tslib "^1.9.0" -"@angular/platform-browser@^5.0.0": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.9.tgz#9ee76327b1b3affad68ffa839058661b7704bc2c" +"@angular/platform-browser@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-6.0.0.tgz#848b687ea46786483fddcdbbbd17b29c7adcc768" dependencies: - tslib "^1.7.1" + tslib "^1.9.0" -"@angular/platform-server@^5.2.4": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-5.2.9.tgz#9905cc152242472da2557bf9fec73685449b92c4" +"@angular/platform-server@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-6.0.0.tgz#482878cc538a80caa3962e9376e4225b20c2a4bd" dependencies: - domino "^1.0.29" - tslib "^1.7.1" + domino "^2.0.1" + tslib "^1.9.0" xhr2 "^0.1.4" -"@angular/router@^5.0.0": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.2.9.tgz#0369df6e60c6da3a5842c6eb35e3958d4ffe727e" +"@angular/router@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/router/-/router-6.0.0.tgz#09a5c6f6220084c3575df81e8b36cbe9fff10d1f" dependencies: - tslib "^1.7.1" + tslib "^1.9.0" -"@angular/service-worker@^5.2.4": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-5.2.9.tgz#47ee439f2f896ac701fee271d046589a6c46b6af" +"@angular/service-worker@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-6.0.0.tgz#35a187554d33e05911544080fafc281ff1b322e0" dependencies: - tslib "^1.7.1" + tslib "^1.9.0" "@ngtools/json-schema@1.2.0": version "1.2.0" @@ -1998,9 +1998,9 @@ domhandler@2.1: dependencies: domelementtype "1" -domino@^1.0.29: - version "1.0.30" - resolved "https://registry.yarnpkg.com/domino/-/domino-1.0.30.tgz#54a4154ecae968616680f8feba3cedff355c71f4" +domino@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/domino/-/domino-2.0.2.tgz#fa2da6ace8381cf64089079470ee33c53901010f" domutils@1.1: version "1.1.6" @@ -5752,7 +5752,7 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" -rxjs@^5.5.2, rxjs@^5.5.6, rxjs@^5.5.8: +rxjs@^5.5.2, rxjs@^5.5.6: version "5.5.8" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.8.tgz#b2b0809a57614ad6254c03d7446dea0d83ca3791" dependencies: @@ -6675,7 +6675,7 @@ tsickle@^0.27.2: source-map "^0.6.0" source-map-support "^0.5.0" -tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1: +tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: version "1.9.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"