Update branch for JS-API PR#3558 (#7080)

* [ci:force][auto-commit] Update JS-API to 4.5.0-3557 for branch: update-js-api originated from JS-API PR: 3558

* lock fix remove snyk

* rebase

* [ci:force][auto-commit] Update JS-API to 4.5.0-3561 for branch: update-js-api originated from JS-API PR: 3562

Co-authored-by: Travis CI User <travis@example.org>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
This commit is contained in:
Alfresco Build User
2021-06-02 14:54:44 +01:00
committed by GitHub
parent 40bbeb13f0
commit 95d680b143
12 changed files with 332 additions and 37984 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.4.0.tgz",
"integrity": "sha512-TLBXPc01Hi23gOCkkQy2p9lcBZgcCsymOkRPG0exclDaQnpgWBPFn0e+ykm7WA51hHusgZC2sUoZv1Y95nq6MA==",
"version": "4.5.0-3561",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.5.0-3561.tgz",
"integrity": "sha512-+u3hBpyt0fA0MEsB5OT8moQSe8VEV7jk/ag0dnYmgvte78fix5xOuQSeOD64uTLlKN+AtT56p740DcQspAB53g==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",

View File

@@ -20,7 +20,7 @@
"dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./resources ./dist && cp -R ./templates ./dist && cp ./package.json ./dist/"
},
"dependencies": {
"@alfresco/js-api": "4.4.0",
"@alfresco/js-api": "4.5.0-3561",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",

View File

@@ -20,7 +20,7 @@
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.4.0",
"@alfresco/js-api": "4.5.0-3561",
"@alfresco/adf-core": "4.4.0",
"@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2"

View File

@@ -26,7 +26,7 @@
"@angular/router": ">=10.0.2",
"@mat-datetimepicker/core": ">=4.1.0",
"@mat-datetimepicker/moment": ">=4.1.0",
"@alfresco/js-api": "4.4.0",
"@alfresco/js-api": "4.5.0-3561",
"@alfresco/adf-extensions": "4.4.0",
"@ngx-translate/core": ">=13.0.0",
"minimatch-browser": ">=1.0.0",

View File

@@ -15,7 +15,7 @@
"peerDependencies": {
"@angular/common": ">=10.0.2",
"@angular/core": ">=10.0.2",
"@alfresco/js-api": "4.4.0"
"@alfresco/js-api": "4.5.0-3561"
},
"keywords": [
"extensions",

View File

@@ -18,7 +18,7 @@
"@angular/flex-layout": ">=10.0.0-beta.32",
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@alfresco/js-api": "4.4.0",
"@alfresco/js-api": "4.5.0-3561",
"@alfresco/adf-core": "4.4.0",
"@alfresco/adf-content-services": "4.4.0",
"@apollo/client": "^3.3.7",

View File

@@ -19,7 +19,7 @@
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.4.0",
"@alfresco/js-api": "4.5.0-3561",
"@alfresco/adf-core": "4.4.0",
"@alfresco/adf-content-services": "4.4.0",
"@ngx-translate/core": ">=13.0.0",

View File

@@ -11,7 +11,7 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"peerDependencies": {
"@alfresco/js-api": "4.4.0"
"@alfresco/js-api": "4.5.0-3561"
},
"keywords": [
"testing",

38278
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,9 +49,7 @@
"postbuild:ci": "node ./scripts/app-config-replace.js",
"06": "echo -------------------------------------------- Clean ----------------------------------------------",
"06s": "",
"clean": "rimraf dist node_modules lib/dist",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
"clean": "rimraf dist node_modules lib/dist"
},
"repository": {
"type": "git",
@@ -71,7 +69,7 @@
"process services-cloud"
],
"dependencies": {
"@alfresco/js-api": "4.4.0",
"@alfresco/js-api": "4.5.0-3561",
"@angular/animations": "^10.0.4",
"@angular/cdk": "10.1.3",
"@angular/common": "^10.0.4",
@@ -102,7 +100,6 @@
"pdfjs-dist": "2.5.207",
"raphael": "2.3.0",
"rxjs": "^6.6.3",
"snyk": "^1.618.0",
"subscriptions-transport-ws": "^0.9.18",
"tslib": "^2.0.3",
"zone.js": "~0.10.2"
@@ -215,6 +212,5 @@
"hooks": {
"pre-commit": "lint-staged"
}
},
"snyk": true
}
}

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.4.0-3493",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.4.0-3493.tgz",
"integrity": "sha512-O8qCJXSeL0S4/3VbCkAwDgeCCr4nQ4WqmpaLIU6YUGvO0AcPLYatKFoEuHlgCyex6gzRaYMQhoi1PhX/7cmQIg==",
"version": "4.5.0-3561",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.5.0-3561.tgz",
"integrity": "sha512-+u3hBpyt0fA0MEsB5OT8moQSe8VEV7jk/ag0dnYmgvte78fix5xOuQSeOD64uTLlKN+AtT56p740DcQspAB53g==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",

View File

@@ -5,7 +5,7 @@
"author": "Alfresco Software, Ltd.",
"scripts": {},
"dependencies": {
"@alfresco/js-api": "4.4.0-3493",
"@alfresco/js-api": "4.5.0-3561",
"ejs": "^3.1.6",
"fast-levenshtein": "^3.0.0",
"graphql": "^15.4.0",