Release 7.0.0-alpha.5 package-lock.json (#10413)

* Release 7.0.0-alpha.5 package-lock.json

* Revert package-lock.json for adf-cli

* Revert common package-lock.json

* Fix @alfresco/js-api version in adf-cli
This commit is contained in:
swapnil-verma-gl 2024-11-20 19:22:37 +05:30 committed by GitHub
parent 056950ce6a
commit b4516bc998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

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": ">=8.0.0-alpha.5",
"@alfresco/js-api": ">=8.0.0-alpha.4",
"commander": "^6.2.1",
"ejs": "^3.1.9",
"license-checker": "^25.0.1",

View File

@ -24,9 +24,9 @@
"editorjs-text-color-plugin": "1.13.1"
},
"peerDependencies": {
"@alfresco/adf-content-services": ">=7.0.0-alpha.4-0",
"@alfresco/adf-core": ">=7.0.0-alpha.4-0",
"@alfresco/js-api": ">=8.0.0-alpha.4-0",
"@alfresco/adf-content-services": ">=7.0.0-alpha.5",
"@alfresco/adf-core": ">=7.0.0-alpha.5",
"@alfresco/js-api": ">=8.0.0-alpha.5",
"@angular/animations": ">=14.1.3",
"@angular/cdk": ">=14.1.2",
"@angular/common": ">=14.1.3",