mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
Upstream dependencies (#3617)
* Updated to the latest ADF * Updated dependency for the libs * Fixed package-lock
This commit is contained in:
9
package-lock.json
generated
9
package-lock.json
generated
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user