[ci:force][auto-commit] Update JS-API to 5.5.0-740 for branch: update-js-api originated from JS-API PR: 324 (#8315)

This commit is contained in:
Alfresco Build
2023-03-16 15:44:45 +01:00
committed by GitHub
parent d44ba08229
commit b472114edf
10 changed files with 449 additions and 458 deletions

View File

@@ -5,32 +5,13 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.4.0.tgz",
"integrity": "sha512-l3ac8bbNh3hXPq3epo8rTW1Su/vNKCivskNoV8cEsrbNC3rHSmhuMGFowlLlA/A7hFv87o5ZSA8Ocuqel8SuTA==",
"version": "5.5.0-740",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.5.0-740.tgz",
"integrity": "sha512-9WoSbaPuv4KBUMcjaVCwPJRKfJBAWwuxy4yOoNu3HBEaXFsphHrNH0R1c5Gpsmx1YrfTSPEqr7EwRJrT84hEIw==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",
"superagent": "^6.0.0",
"tslib": "^2.0.0"
},
"dependencies": {
"brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"requires": {
"balanced-match": "^1.0.0"
}
},
"minimatch": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
"requires": {
"brace-expansion": "^2.0.1"
}
}
}
},
"@types/ejs": {
@@ -71,15 +52,6 @@
"@types/node": "*"
}
},
"JSONStream": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
"integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
"requires": {
"jsonparse": "^1.2.0",
"through": ">=2.2.7 <3"
}
},
"abbrev": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
@@ -980,6 +952,15 @@
"resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
"integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA="
},
"JSONStream": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
"integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
"requires": {
"jsonparse": "^1.2.0",
"through": ">=2.2.7 <3"
}
},
"jsprim": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
@@ -1213,9 +1194,9 @@
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-4.0.7.tgz",
"integrity": "sha512-cny9v0+Mq6Tjz+e0erFAB+RYJ/AVGzkjnISiobqP8OWj9c9FLoZZu8/SPSKJWE17F1tk4018wfjV+ZbIbqC7fQ==",
"requires": {
"JSONStream": "^1.3.4",
"bluebird": "^3.5.1",
"figgy-pudding": "^3.4.1",
"JSONStream": "^1.3.4",
"lru-cache": "^5.1.1",
"make-fetch-happen": "^5.0.0",
"npm-package-arg": "^6.1.0",

View File

@@ -20,7 +20,7 @@
"dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli"
},
"dependencies": {
"@alfresco/js-api": "5.4.0",
"@alfresco/js-api": "5.5.0-740",
"commander": "6.2.1",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",

View File

@@ -22,7 +22,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": "5.4.0",
"@alfresco/js-api": "5.5.0-740",
"@ngx-translate/core": ">=14.0.0",
"moment": ">=2.22.2",
"@alfresco/adf-core": "6.0.0-A.3"

View File

@@ -44,7 +44,7 @@
"@angular/router": ">=14.1.3",
"@mat-datetimepicker/core": "^9.0.68",
"@mat-datetimepicker/moment": "^9.0.68",
"@alfresco/js-api": "5.4.0",
"@alfresco/js-api": "5.5.0-740",
"@alfresco/adf-extensions": "6.0.0-A.3",
"@ngx-translate/core": ">=14.0.0",
"minimatch-browser": ">=1.0.0",

View File

@@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": ">=14.1.3",
"@angular/core": ">=14.1.3",
"@alfresco/js-api": "5.4.0"
"@alfresco/js-api": "5.5.0-740"
},
"keywords": [
"extensions",

View File

@@ -23,7 +23,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": "5.4.0",
"@alfresco/js-api": "5.5.0-740",
"@alfresco/adf-core": "6.0.0-A.3",
"@alfresco/adf-content-services": "6.0.0-A.3",
"@apollo/client": "^3.7.2",

View File

@@ -22,7 +22,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": "5.4.0",
"@alfresco/js-api": "5.5.0-740",
"@alfresco/adf-core": "6.0.0-A.3",
"@alfresco/adf-content-services": "6.0.0-A.3",
"@ngx-translate/core": ">=14.0.0",

View File

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

840
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -54,7 +54,7 @@
"process services-cloud"
],
"dependencies": {
"@alfresco/js-api": "5.4.0",
"@alfresco/js-api": "5.5.0-740",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.2",
"@angular/common": "14.1.3",
@@ -97,11 +97,11 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "14.1.3",
"@angular-devkit/schematics": "~14.1.0",
"@angular-eslint/eslint-plugin": "14.0.4",
"@angular-eslint/eslint-plugin-template": "14.3.0",
"@angular-eslint/template-parser": "14.0.2",
"@angular/cli": "~14.1.0",
"@angular-devkit/schematics": "~14.1.0",
"@angular/compiler-cli": "14.1.3",
"@editorjs/code": "2.8.0",
"@editorjs/inline-code": "1.4.0",
@@ -181,8 +181,8 @@
"tsconfig-paths": "^4.1.1",
"typescript": "4.7.4",
"webdriver-manager": "12.1.8",
"webpack-cli": "^5.0.1",
"webpack": "^5.76.0"
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1"
},
"license": "Apache-2.0",
"bundlesize": [