mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
1.3.0 (#1795)
This commit is contained in:
committed by
Maurizio Vitale
parent
6ac9d45bcf
commit
8725a745c2
@@ -41,10 +41,10 @@
|
||||
"material-design-icons": "2.2.3",
|
||||
"material-design-lite": "1.2.1",
|
||||
"ng2-translate": "2.5.0",
|
||||
"alfresco-js-api": "~1.2.0",
|
||||
"ng2-alfresco-core": "1.2.0",
|
||||
"ng2-alfresco-datatable": "1.2.0",
|
||||
"ng2-alfresco-webscript": "1.2.0"
|
||||
"alfresco-js-api": "~1.3.0",
|
||||
"ng2-alfresco-core": "1.3.0",
|
||||
"ng2-alfresco-datatable": "1.3.0",
|
||||
"ng2-alfresco-webscript": "1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jasmine": "^2.2.33",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ng2-alfresco-webscript",
|
||||
"description": "Alfresco webscript executor",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"scripts": {
|
||||
"clean": "npm install rimraf && npm run clean-build && rimraf dist node_modules typings",
|
||||
@@ -42,11 +42,11 @@
|
||||
"@angular/platform-browser": "2.2.2",
|
||||
"@angular/platform-browser-dynamic": "2.2.2",
|
||||
"@angular/router": "3.2.2",
|
||||
"alfresco-js-api": "~1.2.0",
|
||||
"alfresco-js-api": "~1.3.0",
|
||||
"core-js": "2.4.1",
|
||||
"hammerjs": "2.0.8",
|
||||
"ng2-alfresco-core": "1.2.0",
|
||||
"ng2-alfresco-datatable": "1.2.0",
|
||||
"ng2-alfresco-core": "1.3.0",
|
||||
"ng2-alfresco-datatable": "1.3.0",
|
||||
"ng2-translate": "2.5.0",
|
||||
"reflect-metadata": "0.1.10",
|
||||
"rxjs": "5.0.0-beta.12",
|
||||
|
Reference in New Issue
Block a user