From b000a8e47660d2798cec4c1cd12fee62ff1bab58 Mon Sep 17 00:00:00 2001 From: njl07 Date: Thu, 1 Feb 2018 09:57:13 +0100 Subject: [PATCH] release(version): v5.2.3 --- README.md | 7 ++++-- package.json | 34 ++++++++++++++--------------- yarn.lock | 60 ++++++++++++++++++++++++++-------------------------- 3 files changed, 52 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index de4c9d3..d8b4bf4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This is a [Hapiness](https://github.com/hapinessjs/hapiness) Engine for running This story will show you how to set up Universal bundling for an existing `@angular/cli`. -We support actually `@angular` `@5.2.2` and next so you must upgrade all packages inside your project. +We support actually `@angular` `@5.2.3` and next so you must upgrade all packages inside your project. We use `yarn` as package manager. @@ -550,6 +550,9 @@ To set up your development environment: [Back to top](#table-of-contents) ## Change History +* v5.2.3 (2018-02-01) + * `Angular v5.2.3+` + * Documentation * v5.2.2 (2018-01-29) * `Angular v5.2.2+` * Documentation @@ -609,6 +612,6 @@ To set up your development environment: ## License -Copyright (c) 2017 **Hapiness** Licensed under the [MIT license](https://github.com/hapinessjs/hapiness/blob/master/LICENSE.md). +Copyright (c) 2018 **Hapiness** Licensed under the [MIT license](https://github.com/hapinessjs/hapiness/blob/master/LICENSE.md). [Back to top](#table-of-contents) diff --git a/package.json b/package.json index 23ea71f..7bb2d77 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hapiness/ng-universal", - "version": "5.2.2", + "version": "5.2.3", "description": "This is a Hapiness Engine for running Angular Apps on the server for server side rendering.", "main": "index.js", "types": "index.d.ts", @@ -78,15 +78,15 @@ "@types/node": "^9.4.0" }, "devDependencies": { - "@angular/animations": "^5.2.2", - "@angular/common": "^5.2.2", - "@angular/compiler": "^5.2.2", - "@angular/compiler-cli": "^5.2.2", - "@angular/core": "^5.2.2", - "@angular/http": "^5.2.2", - "@angular/platform-browser": "^5.2.2", - "@angular/platform-browser-dynamic": "^5.2.2", - "@angular/platform-server": "^5.2.2", + "@angular/animations": "^5.2.3", + "@angular/common": "^5.2.3", + "@angular/compiler": "^5.2.3", + "@angular/compiler-cli": "^5.2.3", + "@angular/core": "^5.2.3", + "@angular/http": "^5.2.3", + "@angular/platform-browser": "^5.2.3", + "@angular/platform-browser-dynamic": "^5.2.3", + "@angular/platform-server": "^5.2.3", "@hapiness/core": "^1.3.0", "@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.5", "@types/fs-extra": "^5.0.0", @@ -99,18 +99,18 @@ "rxjs": "^5.5.6", "ts-node": "^3.3.0", "tslint": "^5.9.1", - "typescript": "^2.6.2", + "typescript": "~2.6.2", "unit.js": "^2.0.0", "zone.js": "^0.8.20" }, "peerDependencies": { - "@angular/compiler": "^5.2.2", - "@angular/compiler-cli": "^5.2.2", - "@angular/core": "^5.2.2", - "@angular/http": "^5.2.2", - "@angular/platform-server": "^5.2.2", + "@angular/compiler": "^5.2.3", + "@angular/compiler-cli": "^5.2.3", + "@angular/core": "^5.2.3", + "@angular/http": "^5.2.3", + "@angular/platform-server": "^5.2.3", "@hapiness/core": "^1.3.0", - "@hapiness/ng-universal-transfer-http": "^5.2.2", + "@hapiness/ng-universal-transfer-http": "^5.2.3", "@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.5", "rxjs": "^5.5.6", "ts-loader": "^3.3.1" diff --git a/yarn.lock b/yarn.lock index 0b15201..df3f23c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,60 +2,60 @@ # yarn lockfile v1 -"@angular/animations@^5.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.2.2.tgz#3364a0c4f355d3313dda9bde526e376c137fa169" +"@angular/animations@^5.2.3": + version "5.2.3" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.2.3.tgz#e0eb8d55f807e799df128af9150c075c9ab82adf" dependencies: tslib "^1.7.1" -"@angular/common@^5.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.2.tgz#24f0f21dbc29a8b2dbfe93d19ec5a18defca9edf" +"@angular/common@^5.2.3": + version "5.2.3" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.3.tgz#f2a5c12ec44b73a248d8dcb2d37ac2749f091cf7" dependencies: tslib "^1.7.1" -"@angular/compiler-cli@^5.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.2.tgz#0929463252adcf3f8094b1689cc5cbdcb6f8ceaa" +"@angular/compiler-cli@^5.2.3": + version "5.2.3" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.3.tgz#75b39a346f1b2a95ebc403016d19fc33d5315221" dependencies: chokidar "^1.4.2" minimist "^1.2.0" reflect-metadata "^0.1.2" tsickle "^0.26.0" -"@angular/compiler@^5.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.2.tgz#cf6ef310c5ca2fdae9551af62d10ab24d4feb51a" +"@angular/compiler@^5.2.3": + version "5.2.3" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.3.tgz#49167adb35bdb5e7e915cce912c432300fc16816" dependencies: tslib "^1.7.1" -"@angular/core@^5.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.2.tgz#54950023b971d9e01f6f6fdbc30d2b68e4d05eb2" +"@angular/core@^5.2.3": + version "5.2.3" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.3.tgz#157dcb437d085b325513689e0e4ae70182f3f708" dependencies: tslib "^1.7.1" -"@angular/http@^5.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.2.2.tgz#d33c128d5737f8d701bbac3e7e23d831deec3457" +"@angular/http@^5.2.3": + version "5.2.3" + resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.2.3.tgz#067945f6339619b0b3fd13e8af7b6a1301e69176" dependencies: tslib "^1.7.1" -"@angular/platform-browser-dynamic@^5.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.2.tgz#2ddd7fa28bb34ae9e181e6f286dfe4c96bde95a6" +"@angular/platform-browser-dynamic@^5.2.3": + version "5.2.3" + resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.3.tgz#87d5172da2c102c3cf48da29d39e9b4b9414b419" dependencies: tslib "^1.7.1" -"@angular/platform-browser@^5.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.2.tgz#3eedcbbcc8c0e6c91eba7ed2b32de7c6679d9b62" +"@angular/platform-browser@^5.2.3": + version "5.2.3" + resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.3.tgz#953df896839879e2b8ca89a364d66e3ac1dcd167" dependencies: tslib "^1.7.1" -"@angular/platform-server@^5.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-5.2.2.tgz#a95be09afe7af846d394df63e574d4b10d53776d" +"@angular/platform-server@^5.2.3": + version "5.2.3" + resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-5.2.3.tgz#bc10c5b4789fe26f2e677aae069f3ff7509821cb" dependencies: domino "^1.0.29" tslib "^1.7.1" @@ -1817,8 +1817,8 @@ randomatic@^1.1.3: kind-of "^4.0.0" rc@^1.1.7: - version "1.2.4" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.4.tgz#a0f606caae2a3b862bbd0ef85482c0125b315fa3" + version "1.2.5" + resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.5.tgz#275cd687f6e3b36cc756baa26dfee80a790301fd" dependencies: deep-extend "~0.4.0" ini "~1.3.0" @@ -2357,7 +2357,7 @@ typedarray-to-buffer@^3.1.2: dependencies: is-typedarray "^1.0.0" -typescript@^2.6.2: +typescript@~2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"