[ACA-2765] Upgrade ACA to the alpha ADF with accessibility fixes (#1219)

* [ACA-2765] Upgrade to ADF alpha

- to get the most recent accessibility fixes

* [ACA-2765] Upgrade to ADF alpha that has the accessibility fixes we need

- to get the most recent accessibility fixes
This commit is contained in:
Suzana Dirla
2019-10-11 08:43:36 +03:00
committed by Cilibiu Bogdan
parent 5deb24ad16
commit 795850f5b9
2 changed files with 16 additions and 16 deletions
+12 -12
View File
@@ -5,33 +5,33 @@
"requires": true,
"dependencies": {
"@alfresco/adf-content-services": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-3.5.0.tgz",
"integrity": "sha512-fdw6AJyujOP/XHzVeLRnH09IMfGRFiCKFfAPxt71jhq0fj4eywlIq/OwibvXNQ2jQfWBom7tt8WHKx5uq3nHZQ==",
"version": "3.6.0-8da16ea1a7afc6647a40ea1ac737f6db68e4849d",
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-3.6.0-8da16ea1a7afc6647a40ea1ac737f6db68e4849d.tgz",
"integrity": "sha512-PRN4WeolVq2YWcnrLBe/ZVcYZWb1aszC+VFmi4CDXsqGi0fU2u2/CnmeEBLHSPOzUmHK29krUCiBRW3AlC7Q9g==",
"requires": {
"tslib": "^1.9.0"
}
},
"@alfresco/adf-core": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-3.5.0.tgz",
"integrity": "sha512-uUD4hwTo2H7PTVSgo8bsp6X49dKQY5EPOh0B79bW4bTma6naoKoAGJ6wlpDBmxcG9CJNzBmmKu1pIwWhdmO71Q==",
"version": "3.6.0-8da16ea1a7afc6647a40ea1ac737f6db68e4849d",
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-3.6.0-8da16ea1a7afc6647a40ea1ac737f6db68e4849d.tgz",
"integrity": "sha512-761EjrmbiqJnANPmWqQzOIkBMXzDgCSW5LLc67XJw6JV4oZAY201vrsGTTHZn6TQl8P/Hp/AHrN1Piu9cP0Y7A==",
"requires": {
"tslib": "^1.9.0"
}
},
"@alfresco/adf-extensions": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-3.5.0.tgz",
"integrity": "sha512-SbQ3+bXLZ1J+KJafcdttenJ/fe4EuqTzsb24C1Tkt4vDyHp48f0PdQL0Lq0FnMxQyErsrLijCIIlRsiWOIy24A==",
"version": "3.6.0-8da16ea1a7afc6647a40ea1ac737f6db68e4849d",
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-3.6.0-8da16ea1a7afc6647a40ea1ac737f6db68e4849d.tgz",
"integrity": "sha512-XdHFEVvo0BLcCFwy78D5yNOzd74fqEga8gDt5Xc3hkoxy8whBELm7QLAZ/IdGg8BGgHNeJ6Fruew2IOghqzzUw==",
"requires": {
"tslib": "^1.9.0"
}
},
"@alfresco/js-api": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-3.5.0.tgz",
"integrity": "sha512-LdbVDAR9AA5vwHHLHsp+v00D0XR82+myLR4JxRHIe/+KaP2DSIcZbmgqzIn0LH+tQgq3KSVcxSOZkVivB0TxOQ==",
"version": "3.6.0-e6e63bb456c4b5c98ee92b18e63e6e69f08b6557",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-3.6.0-e6e63bb456c4b5c98ee92b18e63e6e69f08b6557.tgz",
"integrity": "sha512-13KrK7fvipEhtnr3Z9vrcpST2djkHyja2V0KnH6TXWkMLH7hhRnoFYYUlF0ivlH+RhE3oNr/aCUOloXH9b3PtQ==",
"requires": {
"event-emitter": "0.3.4",
"minimatch": "3.0.4",
+4 -4
View File
@@ -36,10 +36,10 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "3.5.0",
"@alfresco/adf-core": "3.5.0",
"@alfresco/adf-extensions": "3.5.0",
"@alfresco/js-api": "3.5.0",
"@alfresco/adf-content-services": "3.6.0-8da16ea1a7afc6647a40ea1ac737f6db68e4849d",
"@alfresco/adf-core": "3.6.0-8da16ea1a7afc6647a40ea1ac737f6db68e4849d",
"@alfresco/adf-extensions": "3.6.0-8da16ea1a7afc6647a40ea1ac737f6db68e4849d",
"@alfresco/js-api": "3.6.0-e6e63bb456c4b5c98ee92b18e63e6e69f08b6557",
"@angular/animations": "7.2.15",
"@angular/cdk": "^7.3.7",
"@angular/common": "7.2.15",