mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
fix JS-API peer dependencies for libs (#8551)
* fix JS-API peer dependencies for libs * Trigger Build
This commit is contained in:
parent
3dc1f1149f
commit
d5e1ca45f7
@ -20,12 +20,12 @@
|
|||||||
"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"
|
"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": {
|
"dependencies": {
|
||||||
"@alfresco/js-api": "6.0.0",
|
"@alfresco/js-api": ">=6.0.0",
|
||||||
"commander": "6.2.1",
|
"commander": "^6.2.1",
|
||||||
"ejs": "^2.6.1",
|
"ejs": "^2.6.1",
|
||||||
"license-checker": "^25.0.1",
|
"license-checker": "^25.0.1",
|
||||||
"npm-registry-fetch": "^4.0.5",
|
"npm-registry-fetch": "^4.0.5",
|
||||||
"request": "2.88.2",
|
"request": "^2.88.2",
|
||||||
"rxjs": "^6.6.6",
|
"rxjs": "^6.6.6",
|
||||||
"shelljs": "^0.8.3",
|
"shelljs": "^0.8.3",
|
||||||
"spdx-license-list": "^5.0.0"
|
"spdx-license-list": "^5.0.0"
|
||||||
|
@ -22,10 +22,10 @@
|
|||||||
"@angular/platform-browser": ">=14.1.3",
|
"@angular/platform-browser": ">=14.1.3",
|
||||||
"@angular/platform-browser-dynamic": ">=14.1.3",
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
||||||
"@angular/router": ">=14.1.3",
|
"@angular/router": ">=14.1.3",
|
||||||
"@alfresco/js-api": "6.0.0",
|
"@alfresco/js-api": ">=6.0.0",
|
||||||
"@ngx-translate/core": ">=14.0.0",
|
"@ngx-translate/core": ">=14.0.0",
|
||||||
"moment": ">=2.22.2",
|
"moment": ">=2.22.2",
|
||||||
"@alfresco/adf-core": "6.0.0"
|
"@alfresco/adf-core": ">=6.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"content-services",
|
"content-services",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cropperjs": "1.5.13",
|
"cropperjs": "^1.5.13",
|
||||||
"angular-oauth2-oidc": "^13.0.1",
|
"angular-oauth2-oidc": "^13.0.1",
|
||||||
"angular-oauth2-oidc-jwks": "^13.0.1"
|
"angular-oauth2-oidc-jwks": "^13.0.1"
|
||||||
},
|
},
|
||||||
@ -33,8 +33,8 @@
|
|||||||
"@angular/router": ">=14.1.3",
|
"@angular/router": ">=14.1.3",
|
||||||
"@mat-datetimepicker/core": "^10.1.1",
|
"@mat-datetimepicker/core": "^10.1.1",
|
||||||
"@mat-datetimepicker/moment": "^10.1.1",
|
"@mat-datetimepicker/moment": "^10.1.1",
|
||||||
"@alfresco/js-api": "6.0.0",
|
"@alfresco/js-api": ">=6.0.0",
|
||||||
"@alfresco/adf-extensions": "6.0.0",
|
"@alfresco/adf-extensions": ">=6.0.0",
|
||||||
"@ngx-translate/core": ">=14.0.0",
|
"@ngx-translate/core": ">=14.0.0",
|
||||||
"minimatch-browser": ">=1.0.0",
|
"minimatch-browser": ">=1.0.0",
|
||||||
"moment": ">=2.22.2",
|
"moment": ">=2.22.2",
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": ">=14.1.3",
|
"@angular/common": ">=14.1.3",
|
||||||
"@angular/core": ">=14.1.3",
|
"@angular/core": ">=14.1.3",
|
||||||
"@alfresco/js-api": "6.0.0"
|
"@alfresco/js-api": ">=6.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"extensions",
|
"extensions",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"@angular/flex-layout": "^14.0.0-beta.40",
|
"@angular/flex-layout": "^14.0.0-beta.40",
|
||||||
"@angular/forms": ">=14.1.3",
|
"@angular/forms": ">=14.1.3",
|
||||||
"@angular/material": ">=14.1.2",
|
"@angular/material": ">=14.1.2",
|
||||||
"@alfresco/adf-core": "6.0.0",
|
"@alfresco/adf-core": ">=6.0.0",
|
||||||
"@ngx-translate/core": ">=14.0.0",
|
"@ngx-translate/core": ">=14.0.0",
|
||||||
"chart.js": ">=2.9.4",
|
"chart.js": ">=2.9.4",
|
||||||
"moment": ">=2.22.2",
|
"moment": ">=2.22.2",
|
||||||
|
@ -36,9 +36,9 @@
|
|||||||
"@angular/platform-browser": ">=14.1.3",
|
"@angular/platform-browser": ">=14.1.3",
|
||||||
"@angular/platform-browser-dynamic": ">=14.1.3",
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
||||||
"@angular/router": ">=14.1.3",
|
"@angular/router": ">=14.1.3",
|
||||||
"@alfresco/js-api": "6.0.0",
|
"@alfresco/js-api": ">=6.0.0",
|
||||||
"@alfresco/adf-core": "6.0.0",
|
"@alfresco/adf-core": ">=6.0.0",
|
||||||
"@alfresco/adf-content-services": "6.0.0",
|
"@alfresco/adf-content-services": ">=6.0.0",
|
||||||
"@apollo/client": "^3.7.2",
|
"@apollo/client": "^3.7.2",
|
||||||
"@ngx-translate/core": ">=14.0.0",
|
"@ngx-translate/core": ">=14.0.0",
|
||||||
"apollo-angular": "^4.0.1",
|
"apollo-angular": "^4.0.1",
|
||||||
|
@ -22,9 +22,9 @@
|
|||||||
"@angular/platform-browser": ">=14.1.3",
|
"@angular/platform-browser": ">=14.1.3",
|
||||||
"@angular/platform-browser-dynamic": ">=14.1.3",
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
||||||
"@angular/router": ">=14.1.3",
|
"@angular/router": ">=14.1.3",
|
||||||
"@alfresco/js-api": "6.0.0",
|
"@alfresco/js-api": ">=6.0.0",
|
||||||
"@alfresco/adf-core": "6.0.0",
|
"@alfresco/adf-core": ">=6.0.0",
|
||||||
"@alfresco/adf-content-services": "6.0.0",
|
"@alfresco/adf-content-services": ">=6.0.0",
|
||||||
"@ngx-translate/core": ">=14.0.0",
|
"@ngx-translate/core": ">=14.0.0",
|
||||||
"moment": ">=2.22.2"
|
"moment": ">=2.22.2"
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@alfresco/js-api": "6.0.0"
|
"@alfresco/js-api": ">=6.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"testing",
|
"testing",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user