[ADF-5542] Update JS-API and ADF libs versions to use caret (#8570)

* [ADF-5542] Update JS-API and ADF libs versions to use caret

* [ADF-5542] Corrected versions
This commit is contained in:
MichalKinas
2023-05-18 18:01:11 +02:00
committed by GitHub
parent b3e8241430
commit 65dfd446fd
9 changed files with 18 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
"version": "6.0.0",
"license": "Apache-2.0",
"dependencies": {
"@alfresco/js-api": ">=6.0.0",
"@alfresco/js-api": "^6.1.0-0",
"commander": "^6.2.1",
"ejs": "^3.1.9",
"license-checker": "^25.0.1",
@@ -30,9 +30,9 @@
}
},
"node_modules/@alfresco/js-api": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.0.0.tgz",
"integrity": "sha512-GoDsZp6RPp3eOnF6heeM2FCfNEsrSrj5PyqNMrbTYDcAE8tFErBbquzaDXq5ZvNLCNpQUtEQ9XfjWHBxkon8uA==",
"version": "6.1.0-927",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.1.0-927.tgz",
"integrity": "sha512-GjsDdUn1lGGejPhPsbFyi1NW6fm5Anj9YNLXrEOSa+dqrs987WmmQvlIR1odpHvRD328CxFPV7YlsXAevdIV2A==",
"dependencies": {
"event-emitter": "^0.3.5",
"superagent": "^6.0.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": ">=6.0.0",
"@alfresco/js-api": "^6.1.0-0",
"commander": "^6.2.1",
"ejs": "^3.1.9",
"license-checker": "^25.0.1",