mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-3459] fix datepicker validation regression (#3697)
* fix datepicker validation regression * improved validation message * update libs
This commit is contained in:
committed by
Eugenio Romano
parent
9ac4dba207
commit
d39de25fe9
+16
-16
@@ -59,19 +59,19 @@
|
||||
"@alfresco/adf-insights": "2.5.0-e54f9bc5fe08d3963ae86dac9aa60fbdf0bf2a41",
|
||||
"@alfresco/adf-process-services": "2.5.0-e54f9bc5fe08d3963ae86dac9aa60fbdf0bf2a41",
|
||||
"@angular-devkit/build-ng-packagr": "^0.7.1",
|
||||
"@angular/animations": "6.1.0",
|
||||
"@angular/cdk": "6.4.2",
|
||||
"@angular/common": "6.1.0",
|
||||
"@angular/compiler": "6.1.0",
|
||||
"@angular/core": "6.1.0",
|
||||
"@angular/animations": "6.1.2",
|
||||
"@angular/cdk": "6.4.5",
|
||||
"@angular/common": "6.1.2",
|
||||
"@angular/compiler": "6.1.2",
|
||||
"@angular/core": "6.1.2",
|
||||
"@angular/flex-layout": "6.0.0-beta.16",
|
||||
"@angular/forms": "6.1.0",
|
||||
"@angular/http": "6.1.0",
|
||||
"@angular/material": "6.4.2",
|
||||
"@angular/material-moment-adapter": "6.4.2",
|
||||
"@angular/platform-browser": "6.1.0",
|
||||
"@angular/platform-browser-dynamic": "6.1.0",
|
||||
"@angular/router": "6.1.0",
|
||||
"@angular/forms": "6.1.2",
|
||||
"@angular/http": "6.1.2",
|
||||
"@angular/material": "6.4.5",
|
||||
"@angular/material-moment-adapter": "6.4.5",
|
||||
"@angular/platform-browser": "6.1.2",
|
||||
"@angular/platform-browser-dynamic": "6.1.2",
|
||||
"@angular/router": "6.1.2",
|
||||
"@mat-datetimepicker/core": "2.0.1-beta.1",
|
||||
"@mat-datetimepicker/moment": "2.0.1-beta.1",
|
||||
"@ngx-translate/core": "10.0.2",
|
||||
@@ -103,8 +103,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^0.7.2",
|
||||
"@angular/cli": "^6.2.0-beta.0",
|
||||
"@angular/compiler-cli": "6.1.0",
|
||||
"@angular/cli": "^6.1.3",
|
||||
"@angular/compiler-cli": "6.1.2",
|
||||
"@types/hammerjs": "2.0.35",
|
||||
"@types/jasmine": "~2.8.3",
|
||||
"@types/jasminewd2": "~2.0.2",
|
||||
@@ -160,10 +160,10 @@
|
||||
"systemjs-builder": "0.15.34",
|
||||
"traceur": "0.0.111",
|
||||
"ts-node": "~4.1.0",
|
||||
"tsickle": "^0.26.0",
|
||||
"tsickle": "^0.32.1",
|
||||
"tslint": "5.9.1",
|
||||
"typedoc": "^0.11.1",
|
||||
"typescript": "2.8.4",
|
||||
"typescript": "2.9.2",
|
||||
"url-join": "^4.0.0",
|
||||
"webpack-bundle-analyzer": "^2.13.1",
|
||||
"webpack-cli": "^3.1.0",
|
||||
|
||||
Reference in New Issue
Block a user