mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-10699238652 JS:8.0.0-alpha.2-10699238652 (#4094)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
This commit is contained in:
parent
10b3061110
commit
ea1fc8af03
64
package-lock.json
generated
64
package-lock.json
generated
@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "alfresco-content-app",
|
||||
"version": "5.0.1",
|
||||
"version": "5.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "alfresco-content-app",
|
||||
"version": "5.0.1",
|
||||
"version": "5.1.1",
|
||||
"license": "LGPL-3.0",
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/js-api": "8.0.0-alpha.2-10681411833",
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.2-10699238652",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.2-10699238652",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.2-10699238652",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.2-10699238652",
|
||||
"@alfresco/js-api": "8.0.0-alpha.2-10699238652",
|
||||
"@angular/animations": "15.2.10",
|
||||
"@angular/cdk": "15.2.9",
|
||||
"@angular/common": "15.2.10",
|
||||
@ -41,7 +41,7 @@
|
||||
"zone.js": "0.11.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.2-10699238652",
|
||||
"@angular-devkit/build-angular": "15.2.10",
|
||||
"@angular-devkit/core": "15.2.10",
|
||||
"@angular-devkit/schematics": "15.2.10",
|
||||
@ -106,12 +106,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@alfresco/adf-cli": {
|
||||
"version": "7.0.0-alpha.2-10681411833",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-7.0.0-alpha.2-10681411833.tgz",
|
||||
"integrity": "sha512-PG7j6uRNFhst8VDt4WU9/NBs0HqOYFihWH1GZmHt5qUtIBYCf/HhpKls4GHaWao4fkQPkHJ5xNvOQIU1FOY9Nw==",
|
||||
"version": "7.0.0-alpha.2-10699238652",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-7.0.0-alpha.2-10699238652.tgz",
|
||||
"integrity": "sha512-Ugt+b0bnRI67tcHI7B5h+lkWB6i9Yje2/UoBzAbn7hIUX9WLGfWCxnAcoxInheRt03DEMbJ1ovhpHTJf4YlIzQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.2-10681411833",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.2-10699238652",
|
||||
"commander": "^6.2.1",
|
||||
"ejs": "^3.1.9",
|
||||
"license-checker": "^25.0.1",
|
||||
@ -126,15 +126,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-content-services": {
|
||||
"version": "7.0.0-alpha.2-10681411833",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-7.0.0-alpha.2-10681411833.tgz",
|
||||
"integrity": "sha512-g6/0E4c9kl1T4MvKHOGblzundlYs+FhirHSDGM4pGucMa/Yea+kUY14ef85vw5+wsMs7vK+4w4g/x++COYx9iw==",
|
||||
"version": "7.0.0-alpha.2-10699238652",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-7.0.0-alpha.2-10699238652.tgz",
|
||||
"integrity": "sha512-Wn7i5RT/+TKmViobyHfXKWCmz0M0M1Ah0aDMBuxe6MpcXrUAwXTzkNqM1eSjwOtMmuwjfJCHaxm82TOLSiZ/OQ==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-core": ">=7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.2-10681411833",
|
||||
"@alfresco/adf-core": ">=7.0.0-alpha.2-10699238652",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.2-10699238652",
|
||||
"@angular/animations": ">=14.1.3",
|
||||
"@angular/cdk": ">=14.1.2",
|
||||
"@angular/common": ">=14.1.3",
|
||||
@ -149,9 +149,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-core": {
|
||||
"version": "7.0.0-alpha.2-10681411833",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-7.0.0-alpha.2-10681411833.tgz",
|
||||
"integrity": "sha512-M3m6nEzRcsGgszJKE09j2Z5bS+V7qBfLXbxiXzV92v26NtRpbg+qYFiz2XLPyH1qXYoqad5NoYVCgeUmR9r/Kg==",
|
||||
"version": "7.0.0-alpha.2-10699238652",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-7.0.0-alpha.2-10699238652.tgz",
|
||||
"integrity": "sha512-mqhyBFiVHDV+lWosbqBlT4hbEy44KG7dvXC7aZaEaHhHdqPgZQogtplWJoGE+YLF2xRgAMkJR8XsY4pBW2xvzQ==",
|
||||
"dependencies": {
|
||||
"angular-oauth2-oidc": "^13.0.1",
|
||||
"angular-oauth2-oidc-jwks": "^17.0.2",
|
||||
@ -159,8 +159,8 @@
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.2-10681411833",
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.2-10699238652",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.2-10699238652",
|
||||
"@angular/animations": ">=14.1.3",
|
||||
"@angular/cdk": ">=14.1.2",
|
||||
"@angular/common": ">=14.1.3",
|
||||
@ -175,31 +175,31 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-extensions": {
|
||||
"version": "7.0.0-alpha.2-10681411833",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-7.0.0-alpha.2-10681411833.tgz",
|
||||
"integrity": "sha512-d6T/8jIxUaouu0aASL8AwZwviZSz54LA97cQ/Ofh2dElwMwGW8daAzJVCCytM75V4iRXv2Z4iuruBoERnhzkSQ==",
|
||||
"version": "7.0.0-alpha.2-10699238652",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-7.0.0-alpha.2-10699238652.tgz",
|
||||
"integrity": "sha512-/awhNjhhdzRO4Inl1CuKavJTK8qoE5OZZEdBScw/31KRb1yZ9X5QB9oyDpcYab2Cw+Mw90aDSluBAr9jQox6RQ==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.2-10681411833",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.2-10699238652",
|
||||
"@angular/common": ">=14.1.3",
|
||||
"@angular/core": ">=14.1.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/eslint-plugin-eslint-angular": {
|
||||
"version": "7.0.0-alpha.2-10681411833",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-7.0.0-alpha.2-10681411833.tgz",
|
||||
"integrity": "sha512-98S9xzlGba2lk6sWltIho+upEVfrTYNdXo1dB6bwHYBOwzVGsCUez2C/DiCRQExHndp7tNdV54+EsRuKyYf2mg==",
|
||||
"version": "7.0.0-alpha.2-10699238652",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-7.0.0-alpha.2-10699238652.tgz",
|
||||
"integrity": "sha512-EX0y+f1NoTeX0NLWk8nID8IY7f0Fr+bzLeF9YoqJeiMkusF+A/tRwK/RdBr3U0oxcVm1c7h3N2/k18Cg/e2XZA==",
|
||||
"dependencies": {
|
||||
"@angular-eslint/utils": "15.2.1",
|
||||
"@typescript-eslint/utils": "5.48.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/js-api": {
|
||||
"version": "8.0.0-alpha.2-10681411833",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.2-10681411833.tgz",
|
||||
"integrity": "sha512-oq/VU0+YcsNWUh2qa6gGYYw9vUklVItt4FlrCTOWVWDkW+rSjx4ANvE/QkMTNxZgtqTOrMIc4FRh/By6wQ6XrQ==",
|
||||
"version": "8.0.0-alpha.2-10699238652",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.2-10699238652.tgz",
|
||||
"integrity": "sha512-sijiQDqE7iBDWfaW7KJtpvswgNcu9fkJLdgNHwelP2+5K5yMMfXnHLCQv1QP5NhfKlxKRJxBii3KehovHKpqTw==",
|
||||
"dependencies": {
|
||||
"event-emitter": "0.3.5",
|
||||
"superagent": "9.0.2",
|
||||
|
12
package.json
12
package.json
@ -30,11 +30,11 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/js-api": "8.0.0-alpha.2-10681411833",
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.2-10699238652",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.2-10699238652",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.2-10699238652",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.2-10699238652",
|
||||
"@alfresco/js-api": "8.0.0-alpha.2-10699238652",
|
||||
"@angular/animations": "15.2.10",
|
||||
"@angular/cdk": "15.2.9",
|
||||
"@angular/common": "15.2.10",
|
||||
@ -62,7 +62,7 @@
|
||||
"zone.js": "0.11.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.2-10681411833",
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.2-10699238652",
|
||||
"@angular-devkit/build-angular": "15.2.10",
|
||||
"@angular-devkit/core": "15.2.10",
|
||||
"@angular-devkit/schematics": "15.2.10",
|
||||
|
Loading…
x
Reference in New Issue
Block a user