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.9-13391109227 JS:8.0.0-alpha.9-13391109227 (#4404)
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
This commit is contained in:
parent
a99ca755ea
commit
b7bfa7494b
60
package-lock.json
generated
60
package-lock.json
generated
@ -9,11 +9,11 @@
|
||||
"version": "5.4.0",
|
||||
"license": "LGPL-3.0",
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/js-api": "8.0.0-alpha.9-13385746022",
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.9-13391109227",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.9-13391109227",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.9-13391109227",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.9-13391109227",
|
||||
"@alfresco/js-api": "8.0.0-alpha.9-13391109227",
|
||||
"@angular/animations": "17.1.3",
|
||||
"@angular/cdk": "17.1.2",
|
||||
"@angular/common": "17.1.3",
|
||||
@ -41,7 +41,7 @@
|
||||
"zone.js": "0.14.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.9-13391109227",
|
||||
"@angular-devkit/build-angular": "17.3.12",
|
||||
"@angular-devkit/core": "17.1.4",
|
||||
"@angular-devkit/schematics": "17.1.4",
|
||||
@ -107,13 +107,13 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@alfresco/adf-cli": {
|
||||
"version": "7.0.0-alpha.9-13385746022",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-7.0.0-alpha.9-13385746022.tgz",
|
||||
"integrity": "sha512-64+JIf4qbpy9MhMqXWsdkEWkiapZEL6lqi5dFbJHEx48xaAFoZZnBWBZ9O3mxGDB+je/z4JB1jMkUzM3ajuWxg==",
|
||||
"version": "7.0.0-alpha.9-13391109227",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-7.0.0-alpha.9-13391109227.tgz",
|
||||
"integrity": "sha512-GtJkekTa5NnWFxhpeos+JIpKTKUpOIcP0clXioJ4QCIySWr4Vu8k90M+PuPv+dK0fU0GhXyX1rKTkaWMLFf+/A==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.9-13385746022",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.9-13391109227",
|
||||
"commander": "^6.2.1",
|
||||
"ejs": "^3.1.9",
|
||||
"license-checker": "^25.0.1",
|
||||
@ -148,16 +148,16 @@
|
||||
"license": "0BSD"
|
||||
},
|
||||
"node_modules/@alfresco/adf-content-services": {
|
||||
"version": "7.0.0-alpha.9-13385746022",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-7.0.0-alpha.9-13385746022.tgz",
|
||||
"integrity": "sha512-nL4PpngV6LplGpAU/T0thOMISLKp6ug0jYp8vHZFaL1140tfWWEc5qdtfZZmOjc0a5XZuieBEBDQl4yrAdXqXg==",
|
||||
"version": "7.0.0-alpha.9-13391109227",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-7.0.0-alpha.9-13391109227.tgz",
|
||||
"integrity": "sha512-LV27xgirPuPtEof44t8durc7CglFdcTIFH5SE/XioeU9jjlNovOncUobh4onqfQCMpd7NvVQdSGFz3eOpDA9dQ==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-core": ">=7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.9-13385746022",
|
||||
"@alfresco/adf-core": ">=7.0.0-alpha.9-13391109227",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.9-13391109227",
|
||||
"@angular/animations": ">=14.1.3",
|
||||
"@angular/cdk": ">=14.1.2",
|
||||
"@angular/common": ">=14.1.3",
|
||||
@ -172,9 +172,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-core": {
|
||||
"version": "7.0.0-alpha.9-13385746022",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-7.0.0-alpha.9-13385746022.tgz",
|
||||
"integrity": "sha512-iNUurZnzddxW0IT7fD0uvYwYAORuhUkmRKQss9ALgnRW3B44otJqzp8ZoMv7VAYPaZ8vfnY1H0bx1IPWhv79DA==",
|
||||
"version": "7.0.0-alpha.9-13391109227",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-7.0.0-alpha.9-13391109227.tgz",
|
||||
"integrity": "sha512-16XzjdBSy4OtNqjXZ325wkgCi1mY9Gmh1HmyfjN/GT0ZwyRvygjRN/LHJnoWgq85y6g78aqPsP6z50wwyyIREg==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"angular-oauth2-oidc": "17.0.2",
|
||||
@ -185,8 +185,8 @@
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.9-13385746022",
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.9-13391109227",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.9-13391109227",
|
||||
"@angular/animations": ">=16.0.0",
|
||||
"@angular/cdk": ">=16.0.0",
|
||||
"@angular/common": ">=16.0.0",
|
||||
@ -204,29 +204,29 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-extensions": {
|
||||
"version": "7.0.0-alpha.9-13385746022",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-7.0.0-alpha.9-13385746022.tgz",
|
||||
"integrity": "sha512-HD542bs4PUmi/8r0nCJOchaE4Jl+9S6bHOn+JLWG5b1ehtBmnBhlUsOUTBJsgQcqQanZoM2xvweHwOciFImA9g==",
|
||||
"version": "7.0.0-alpha.9-13391109227",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-7.0.0-alpha.9-13391109227.tgz",
|
||||
"integrity": "sha512-crAMGtndytbsRBKwDPFK2w2B8uvhMuSTDMAdXzpmPxXVMEmMV0N4ct4UUMZRDFr5fOw6KKbnqGD0kFWx1cwRvA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.9-13385746022",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.9-13391109227",
|
||||
"@angular/common": ">=14.1.3",
|
||||
"@angular/core": ">=14.1.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/eslint-plugin-eslint-angular": {
|
||||
"version": "7.0.0-alpha.9-13385746022",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-7.0.0-alpha.9-13385746022.tgz",
|
||||
"integrity": "sha512-q9Evf/uk9bwncVRkaBuG+h1nZGPIvr9c5zHBkp3oVcsMIzudFYF20Y+uIrvBQOqim5+lwfTtMz+xQ46J3l2zAg==",
|
||||
"version": "7.0.0-alpha.9-13391109227",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-7.0.0-alpha.9-13391109227.tgz",
|
||||
"integrity": "sha512-THFJls5A65fkqyxq5iX7CEw6GtN4izOXqI9nhcZpmC7WMIrc4k46LZ/xz0vvtoRxFRoLCwQeUudVp5WXh1HR3g==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@alfresco/js-api": {
|
||||
"version": "8.0.0-alpha.9-13385746022",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.9-13385746022.tgz",
|
||||
"integrity": "sha512-JN4M/IqGtgmztbykk53bywU7bgnH1C+G9k4AUoNss3fiN42UJWV4w/tEjJ3HJkOd4aIMgjIoQRWlU74lGoAKzw==",
|
||||
"version": "8.0.0-alpha.9-13391109227",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.9-13391109227.tgz",
|
||||
"integrity": "sha512-VAMltZi5VpH8UV2w79ibUmPrhn21D7tolmC18FDyL43tgCe+Lvx4wWc1LCIRu2plyPBlhbgNEmftoGfWdpzD2Q==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"event-emitter": "^0.3.5",
|
||||
|
12
package.json
12
package.json
@ -30,11 +30,11 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/js-api": "8.0.0-alpha.9-13385746022",
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.9-13391109227",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.9-13391109227",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.9-13391109227",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.9-13391109227",
|
||||
"@alfresco/js-api": "8.0.0-alpha.9-13391109227",
|
||||
"@angular/animations": "17.1.3",
|
||||
"@angular/cdk": "17.1.2",
|
||||
"@angular/common": "17.1.3",
|
||||
@ -62,7 +62,7 @@
|
||||
"zone.js": "0.14.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.9-13385746022",
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.9-13391109227",
|
||||
"@angular-devkit/build-angular": "17.3.12",
|
||||
"@angular-devkit/core": "17.1.4",
|
||||
"@angular-devkit/schematics": "17.1.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user