Merged PR 1874: Remi Add Item Dialog FLow

Related work items: #5135
This commit is contained in:
Lorenz Hilpert
2025-06-25 13:45:25 +00:00
committed by Nino Righi
parent f34f2164fc
commit 26fd5cb389
13 changed files with 837 additions and 461 deletions

View File

@@ -58,7 +58,7 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.0.2",
"@angular-devkit/build-angular": "20.0.3",
"@angular-devkit/core": "20.0.2",
"@angular-devkit/schematics": "20.0.2",
"@angular/cli": "20.0.2",
@@ -101,7 +101,7 @@
"jest-preset-angular": "14.6.0",
"jsonc-eslint-parser": "^2.1.0",
"ng-mocks": "14.13.5",
"ng-packagr": "^20.0.0",
"ng-packagr": "20.0.1",
"ng-swagger-gen": "^2.3.1",
"nx": "21.2.0",
"postcss": "^8.5.3",
@@ -119,12 +119,7 @@
"@esbuild/linux-x64": "^0.25.5"
},
"engines": {
"node": ">=22.13.0",
"npm": ">=11.0.0"
},
"overrides": {
"jest-environment-jsdom": {
"jsdom": "26.0.0"
}
"node": ">=22.0.0",
"npm": ">=10.0.0"
}
}