[ci:force] Manually upgrade to latest js-api (#2482)

This commit is contained in:
Popovics András
2022-03-24 19:45:12 +01:00
committed by GitHub
parent 888b90bc78
commit bf2be27a1a
2 changed files with 55 additions and 26 deletions
+48 -19
View File
@@ -5,12 +5,12 @@
"requires": true,
"dependencies": {
"@alfresco/adf-cli": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-4.9.0.tgz",
"integrity": "sha512-vqqo6Jzp0Ggv3fKFpxK5TSQyt9plBizEnLZP66NtRRs9ZQLLsk5twHncUdryyvk1OEOx1dp367tXOnnjJMAUdA==",
"version": "4.10.0-34524",
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-4.10.0-34524.tgz",
"integrity": "sha512-8y/BdB+LNif44I2iJC+h9W2Ir51knPwkO2sWSN9AzngU1TLBHKga5r/GvT/C/9rvxAhI63b5oewDzO7cYuG4/Q==",
"dev": true,
"requires": {
"@alfresco/js-api": "4.9.0",
"@alfresco/js-api": "4.10.0-4289",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",
@@ -21,52 +21,81 @@
"spdx-license-list": "^5.0.0"
},
"dependencies": {
"@alfresco/js-api": {
"version": "4.10.0-4289",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.10.0-4289.tgz",
"integrity": "sha512-hfzrTSbmyjSrXZMDm8aoKxK5MW2g5LbBwrpXkYUf9mf3ybXxWAQCxUhp9BnE1jfsfgCDPAfUhiHk2cWDm2o00w==",
"dev": true,
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",
"superagent": "^6.0.0"
}
},
"brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"requires": {
"balanced-match": "^1.0.0"
}
},
"commander": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
"dev": true
},
"minimatch": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"
}
}
}
},
"@alfresco/adf-content-services": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-4.9.0.tgz",
"integrity": "sha512-cBQQrjOK77UiZsHPNfgH5siPsXmCuyEaZla1oBDI56LW3wLFkxlQ6grQjd4sn4Kv2UNrAct1b54fTmCoqRITTg==",
"version": "4.10.0-34524",
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-4.10.0-34524.tgz",
"integrity": "sha512-sv9T/DrA2Y4Lf2eAfQgkf3SsNcJJG0aIXplPfzSdN/LTKMzQQrL+a+9usATsJ1BklPD03DPscuKbXwv91X1zhQ==",
"requires": {
"tslib": "^2.0.0"
}
},
"@alfresco/adf-core": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-4.9.0.tgz",
"integrity": "sha512-BKC2Hl57Bh3LEUhJjju53lrCeOXNPp/v1B4Dzh+bMmg9vobp2HXHjentBGqB5fd/zirJ9DD8s23NAS/yR6NN8A==",
"version": "4.10.0-34524",
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-4.10.0-34524.tgz",
"integrity": "sha512-sVJMPI7LVZwCWTd65js6zU0vmr6t78wflk3yXCb6R2p8Dicf4aE6UKAwHFVq5ni3+2zvuyoZ6gvBSEg7epdyzg==",
"requires": {
"cropperjs": "1.5.11",
"tslib": "^2.0.0"
}
},
"@alfresco/adf-extensions": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-4.9.0.tgz",
"integrity": "sha512-/1Wnc3Kb88rPLcqYHFSMF83PqXe5nOtCrUhPaGq+089y6XVZ16UTgJOD8S9eL2wAfMYz0FXNZAttQJaAPBpIrA==",
"version": "4.10.0-34524",
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-4.10.0-34524.tgz",
"integrity": "sha512-SI6gWcSRNpJ8fsg/xRvBKQYBP4J3JpL5FS8wd6DVQxH+CbFcwiKfMihY/5NoBO/Cemc8O6TwACDknV8EaV3gmg==",
"requires": {
"tslib": "^2.0.0"
}
},
"@alfresco/adf-testing": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/@alfresco/adf-testing/-/adf-testing-4.9.0.tgz",
"integrity": "sha512-/SnCyCloZBYmKWqwaVA3VeFWaQQoheUOcULw+TbgwdqP10H92Vl8F6b3xIkYsMx9BuaEfiMuIqO1iPVq2ivm/g==",
"version": "4.10.0-34524",
"resolved": "https://registry.npmjs.org/@alfresco/adf-testing/-/adf-testing-4.10.0-34524.tgz",
"integrity": "sha512-R/JPT0ie5kPex9pQ5ruXn51c5HSUJOm6XCKHPiauYV3aNkJl7j9zOzxt/ZMD91lTxVoLLwfSzJZM1LDeo5Ng/w==",
"dev": true,
"requires": {
"tslib": "^2.0.0"
}
},
"@alfresco/js-api": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.9.0.tgz",
"integrity": "sha512-VXlT/LHlzweKtDBgZmM6n0oe1NI4MGLkp6Lmq8Ct05YqZbIYL3KBmvQQoPvhRT9cniY0egA8r/BoubL0zAdKBQ==",
"version": "4.10.0-4289",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.10.0-4289.tgz",
"integrity": "sha512-hfzrTSbmyjSrXZMDm8aoKxK5MW2g5LbBwrpXkYUf9mf3ybXxWAQCxUhp9BnE1jfsfgCDPAfUhiHk2cWDm2o00w==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",
+7 -7
View File
@@ -25,10 +25,10 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "4.9.0",
"@alfresco/adf-core": "4.9.0",
"@alfresco/adf-extensions": "4.9.0",
"@alfresco/js-api": "4.9.0",
"@alfresco/adf-content-services": "4.10.0-34524",
"@alfresco/adf-core": "4.10.0-34524",
"@alfresco/adf-extensions": "4.10.0-34524",
"@alfresco/js-api": "4.10.0-4289",
"@angular/animations": "10.0.4",
"@angular/cdk": "^10.0.2",
"@angular/common": "10.0.4",
@@ -57,8 +57,8 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@alfresco/adf-cli": "4.9.0",
"@alfresco/adf-testing": "4.9.0",
"@alfresco/adf-cli": "4.10.0-34524",
"@alfresco/adf-testing": "4.10.0-34524",
"@angular-custom-builders/lite-serve": "^0.2.3",
"@angular-devkit/build-angular": "^0.1002.0",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
@@ -94,7 +94,7 @@
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "latest",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-rxjs": "^5.0.2",
"eslint-plugin-unicorn": "^40.1.0",
"http-server": "^14.1.0",