Feature/upgrade nx to version 18.1.2 (#3174)

* Upgrade angular and Nx dependencies

* Update changelog
This commit is contained in:
Thomas Kaul
2024-03-23 09:09:10 +01:00
committed by GitHub
parent bbe5d70720
commit f268264c46
4 changed files with 1196 additions and 936 deletions

View File

@ -1,7 +1,4 @@
{
"affected": {
"defaultBase": "origin/main"
},
"defaultProject": "api",
"generators": {
"@nx/angular:application": {
@ -73,5 +70,6 @@
]
},
"nxCloudAccessToken": "Mjg0ZGQ2YjAtNGI4NS00NmYwLThhOWEtMWZmNmQzODM4YzU4fHJlYWQ=",
"parallel": 1
"parallel": 1,
"defaultBase": "origin/main"
}