Upstream dependencies (#3617)

* Updated to the latest ADF

* Updated dependency for the libs

* Fixed package-lock
This commit is contained in:
Vito Albano
2024-01-26 18:54:41 +00:00
committed by GitHub
parent c75970717f
commit 81669954b2
3 changed files with 12 additions and 9 deletions

9
package-lock.json generated
View File

@@ -12362,9 +12362,12 @@
"dev": true
},
"node_modules/component-emitter": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
"integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg=="
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz",
"integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/compressible": {
"version": "2.0.18",

View File

@@ -5,9 +5,9 @@
"peerDependencies": {
"@angular/common": ">=14.1.0",
"@angular/core": ">=14.1.0",
"@alfresco/adf-core": ">=6.6.0-7017572520",
"@alfresco/adf-content-services": ">=6.6.0-7017572520",
"@alfresco/adf-extensions": ">=6.6.0-7017572520",
"@alfresco/adf-core": ">=6.7.0-7666806313",
"@alfresco/adf-content-services": ">=6.7.0-7666806313",
"@alfresco/adf-extensions": ">=6.7.0-7666806313",
"@alfresco/js-api": ">=7.5.0-7004095144",
"@angular/animations": ">=14.1.3",
"@angular/cdk": ">=14.1.3",

View File

@@ -5,9 +5,9 @@
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": ">=6.6.0-7017572520",
"@alfresco/adf-core": ">=6.6.0-7017572520",
"@alfresco/adf-extensions": ">=6.6.0-7017572520",
"@alfresco/adf-content-services": ">=6.7.0-7666806313",
"@alfresco/adf-core": ">=6.7.0-7666806313",
"@alfresco/adf-extensions": ">=6.7.0-7666806313",
"@alfresco/js-api": ">=7.5.0-7004095144",
"@angular/animations": ">=14.1.3",
"@angular/common": ">=14.1.3",