Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12 from hapinessjs/next
Browse files Browse the repository at this point in the history
release(version): v5.2.2
  • Loading branch information
akanass committed Jan 29, 2018
2 parents 16c438d + a426b09 commit 2d8c33e
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
9.3.0
9.4.0
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -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.1.1` and next so you must upgrade all packages inside your project.
We support actually `@angular` `@5.2.2` and next so you must upgrade all packages inside your project.

We use `yarn` as package manager.

Expand Down Expand Up @@ -550,6 +550,9 @@ To set up your development environment:
[Back to top](#table-of-contents)

## Change History
* v5.2.2 (2018-01-29)
* `Angular v5.2.2+`
* Documentation
* v5.2.1 (2017-12-20)
* `Angular v5.1.1+`
* Documentation
Expand Down
46 changes: 23 additions & 23 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@hapiness/ng-universal",
"version": "5.2.1",
"version": "5.2.2",
"description": "This is a Hapiness Engine for running Angular Apps on the server for server side rendering.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -75,45 +75,45 @@
},
"homepage": "https://github.com/hapinessjs/ng-universal-module#readme",
"dependencies": {
"@types/node": "^8.5.2"
"@types/node": "^9.4.0"
},
"devDependencies": {
"@angular/animations": "^5.1.1",
"@angular/common": "^5.1.1",
"@angular/compiler": "^5.1.1",
"@angular/compiler-cli": "^5.1.1",
"@angular/core": "^5.1.1",
"@angular/http": "^5.1.1",
"@angular/platform-browser": "^5.1.1",
"@angular/platform-browser-dynamic": "^5.1.1",
"@angular/platform-server": "^5.1.1",
"@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",
"@hapiness/core": "^1.3.0",
"@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.5",
"@types/fs-extra": "^5.0.0",
"coveralls": "^3.0.0",
"fs-extra": "^5.0.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^4.0.1",
"mocha": "^5.0.0",
"mocha-typescript": "^1.1.12",
"rimraf": "^2.6.2",
"rxjs": "^5.5.5",
"rxjs": "^5.5.6",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2",
"unit.js": "^2.0.0",
"zone.js": "^0.8.18"
"zone.js": "^0.8.20"
},
"peerDependencies": {
"@angular/compiler": "^5.1.1",
"@angular/compiler-cli": "^5.1.1",
"@angular/core": "^5.1.1",
"@angular/http": "^5.1.1",
"@angular/platform-server": "^5.1.1",
"@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",
"@hapiness/core": "^1.3.0",
"@hapiness/ng-universal-transfer-http": "^5.2.1",
"@hapiness/ng-universal-transfer-http": "^5.2.2",
"@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.5",
"rxjs": "^5.5.5",
"ts-loader": "^3.2.0"
"rxjs": "^5.5.6",
"ts-loader": "^3.3.1"
},
"engines": {
"node": ">=7.0.0"
Expand Down

0 comments on commit 2d8c33e

Please sign in to comment.