Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
1.9.0 (#70)
Browse files Browse the repository at this point in the history
* 1.6.0 (#63)

* 1.6.0

* lock package version

* 1.7.0 (#65)

* 1.6.1

* 1.7.0 version bump

* 1.7.0

* 1.8.0

* 1.9.0
  • Loading branch information
eromano authored Oct 9, 2017
1 parent 69e774e commit 821d141
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,27 @@
},
<% } %>
"dependencies": {
"@angular/animations": "4.2.5",
"@angular/cdk": "2.0.0-beta.8",
"@angular/common": "4.2.5",
"@angular/compiler": "4.2.5",
"@angular/core": "4.2.5",
"@angular/forms": "4.2.5",
"@angular/http": "4.2.5",
"@angular/material": "^2.0.0-beta.8",
"@angular/platform-browser": "4.2.5",
"@angular/platform-browser-dynamic": "4.2.5",
"@angular/router": "4.2.5",
"@angular/animations": "4.3.6",
"@angular/cdk": "2.0.0-beta.10",
"@angular/common": "4.3.6",
"@angular/compiler": "4.3.6",
"@angular/core": "4.3.6",
"@angular/forms": "4.3.6",
"@angular/http": "4.3.6",
"@angular/material": "2.0.0-beta.10",
"@angular/platform-browser": "4.3.6",
"@angular/platform-browser-dynamic": "4.3.6",
"@angular/router": "4.3.6",
"@ngx-translate/core": "7.0.0",
"alfresco-js-api": "1.8.0",
"alfresco-js-api": "1.9.0",
"core-js": "2.4.1",
"hammerjs": "2.0.8",
"ng2-alfresco-core": "1.8.0",
"moment": "2.15.1",
"ng2-alfresco-core": "1.9.0",
"reflect-metadata": "0.1.10",
"rxjs": "5.1.0",
"systemjs": "0.19.27",
"zone.js": "0.7.6"
"zone.js": "0.8.12"
},
"devDependencies": {
"@types/hammerjs": "2.0.34",
Expand All @@ -55,7 +56,7 @@
"autoprefixer": "6.5.4",
"codelyzer": "3.1.2",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.23.1",
"css-loader": "0.25.0",
"css-to-string-loader": "0.1.2",
"cssnano": "3.8.1",
"extract-text-webpack-plugin": "2.0.0-rc.3",
Expand Down Expand Up @@ -98,14 +99,13 @@
"ts-node": "1.7.0",
"tslint": "5.5.0",
"tslint-loader": "3.5.3",
"typescript": "2.3.4",
"typescript": "2.5.2",
"webpack": "2.2.1",
"webpack-dev-server": "2.3.0",
"webpack-merge": "2.6.1",
"wsrv": "0.1.7"
},
"keywords": [
"webscript",
"alfresco-component"
],
"license": "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ng2-alfresco-component",
"version": "1.8.0",
"version": "1.9.0",
"description": "Yeoman generator generating angular 2 Alfresco component",
"homepage": "https://github.com/Alfresco/generator-ng2-alfresco-component",
"author": "Alfresco Software, Ltd.",
Expand Down

0 comments on commit 821d141

Please sign in to comment.