upgrade js-api version to latest (#1252)

This commit is contained in:
Adina Parpalita 2019-11-18 17:27:56 +02:00 committed by Cilibiu Bogdan
parent 9738752f0f
commit fd71e2daf4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -29,9 +29,9 @@
} }
}, },
"@alfresco/js-api": { "@alfresco/js-api": {
"version": "3.6.0-f44b015f801224c18cf4c8162562ee66551fa8df", "version": "3.6.0-7b7488124991a11478cb9b27699e4d0629d99365",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-3.6.0-f44b015f801224c18cf4c8162562ee66551fa8df.tgz", "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-3.6.0-7b7488124991a11478cb9b27699e4d0629d99365.tgz",
"integrity": "sha512-ntll1zGORMFoFuj64mu5YTn8X74kvI4RqshBZuQFkDc9rjQlpDTx/erIScO7njpfcKp8CdP3bsoDWnnrar0Www==", "integrity": "sha512-FmA39yRdKQ/XmgdLEj1rj0trF1/xDyUBjzZKcwmJREPZ9q/XTuGKy3pP/zgMIrEN6r3s2WiPj95Lg1c9R/uU9w==",
"requires": { "requires": {
"event-emitter": "^0.3.5", "event-emitter": "^0.3.5",
"minimatch": "3.0.4", "minimatch": "3.0.4",

View File

@ -39,7 +39,7 @@
"@alfresco/adf-content-services": "3.6.0-58aef5a02986ad0a3e7a31a2805d83018143482e", "@alfresco/adf-content-services": "3.6.0-58aef5a02986ad0a3e7a31a2805d83018143482e",
"@alfresco/adf-core": "3.6.0-58aef5a02986ad0a3e7a31a2805d83018143482e", "@alfresco/adf-core": "3.6.0-58aef5a02986ad0a3e7a31a2805d83018143482e",
"@alfresco/adf-extensions": "3.6.0-58aef5a02986ad0a3e7a31a2805d83018143482e", "@alfresco/adf-extensions": "3.6.0-58aef5a02986ad0a3e7a31a2805d83018143482e",
"@alfresco/js-api": "3.6.0-f44b015f801224c18cf4c8162562ee66551fa8df", "@alfresco/js-api": "3.6.0-7b7488124991a11478cb9b27699e4d0629d99365",
"@angular/animations": "7.2.15", "@angular/animations": "7.2.15",
"@angular/cdk": "^7.3.7", "@angular/cdk": "^7.3.7",
"@angular/common": "7.2.15", "@angular/common": "7.2.15",