use latest JS-API library (#8684)

This commit is contained in:
Denys Vuika 2023-06-20 18:02:57 +01:00 committed by GitHub
parent 58ef531c6b
commit 66f060a018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@
"version": "6.1.0",
"license": "Apache-2.0",
"dependencies": {
"@alfresco/js-api": "^6.2.0-982",
"@alfresco/js-api": ">=6.2.0-982",
"commander": "^6.2.1",
"ejs": "^3.1.9",
"license-checker": "^25.0.1",

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": "^6.2.0-982",
"@alfresco/js-api": ">=6.2.0-982",
"commander": "^6.2.1",
"ejs": "^3.1.9",
"license-checker": "^25.0.1",

View File

@ -21,7 +21,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": "^6.1.0",
"@alfresco/js-api": ">=6.2.0-982",
"@ngx-translate/core": ">=14.0.0",
"moment": ">=2.22.2",
"@alfresco/adf-core": "^6.1.0"

View File

@ -32,7 +32,7 @@
"@angular/router": ">=14.1.3",
"@mat-datetimepicker/core": "^10.1.1",
"@mat-datetimepicker/moment": "^10.1.1",
"@alfresco/js-api": "^6.1.0",
"@alfresco/js-api": ">=6.2.0-982",
"@alfresco/adf-extensions": "^6.1.0",
"@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": "^6.1.0"
"@alfresco/js-api": ">=6.2.0-982"
},
"keywords": [
"extensions",

View File

@ -35,7 +35,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": "^6.1.0",
"@alfresco/js-api": ">=6.2.0-982",
"@alfresco/adf-core": "^6.1.0",
"@alfresco/adf-content-services": "^6.1.0",
"@apollo/client": "^3.7.2",

View File

@ -21,7 +21,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": "^6.1.0",
"@alfresco/js-api": ">=6.2.0-982",
"@alfresco/adf-core": "^6.1.0",
"@alfresco/adf-content-services": "^6.1.0",
"@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": "^6.1.0"
"@alfresco/js-api": ">=6.2.0-982"
},
"keywords": [
"testing",

View File

@ -5,7 +5,7 @@
"author": "Hyland Software, Inc. and its affiliates",
"scripts": {},
"dependencies": {
"@alfresco/js-api": "5.5.0-780",
"@alfresco/js-api": ">=6.2.0-982",
"ejs": "^3.1.6",
"fast-levenshtein": "^3.0.0",
"graphql": "^15.4.0",