migrate to nx 16 (#3465)

* migrate to nx 16

* lock file
This commit is contained in:
Denys Vuika
2023-10-05 17:12:54 +01:00
committed by GitHub
parent f2d09e8b1a
commit 18542ebf8b
18 changed files with 4079 additions and 3864 deletions

View File

@@ -1,30 +1,30 @@
{
"name": "@alfresco/aca-shared",
"version": "0.0.1",
"commit": "",
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": "^6.4.0-6341205853",
"@alfresco/adf-core": "^6.4.0-6341205853",
"@alfresco/adf-extensions": "^6.4.0-6341205853",
"@alfresco/js-api": "^7.1.0-1349",
"@angular/animations": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
"@angular/core": "^14.1.3",
"@angular/forms": "^14.1.3",
"@angular/material": "^14.1.3",
"@ngrx/effects": "^14.2.0",
"@ngrx/router-store": "^14.2.0",
"@ngrx/store": "^14.2.0",
"@ngx-translate/core": "^14.0.0",
"rxjs": "6.6.6",
"tslib": "^2.0.0",
"zone.js": "0.11.8"
},
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-content-app.git"
}
"name": "@alfresco/aca-shared",
"version": "0.0.1",
"commit": "",
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": "^6.4.0-6341205853",
"@alfresco/adf-core": "^6.4.0-6341205853",
"@alfresco/adf-extensions": "^6.4.0-6341205853",
"@alfresco/js-api": "^7.1.0-1349",
"@angular/animations": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
"@angular/core": "^14.1.3",
"@angular/forms": "^14.1.3",
"@angular/material": "^14.1.3",
"@ngrx/effects": "^14.2.0",
"@ngrx/router-store": "^14.2.0",
"@ngrx/store": "^14.2.0",
"@ngx-translate/core": "^14.0.0",
"rxjs": "6.6.6",
"tslib": "^2.0.0",
"zone.js": "0.11.8"
},
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-content-app.git"
}
}

View File

@@ -1,6 +1,6 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "aca-shared",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "projects/aca-shared/src",
"projectType": "library",
"prefix": "lib",
@@ -17,9 +17,7 @@
}
},
"defaultConfiguration": "production",
"outputs": [
"{workspaceRoot}/dist/@alfresco/aca-shared"
]
"outputs": ["{workspaceRoot}/dist/@alfresco/aca-shared"]
},
"test": {
"executor": "@angular-devkit/build-angular:karma",