Compare commits

..

2 Commits

Author SHA1 Message Date
Gal Podlipnik
300dd0890f update v
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 26s
2025-06-23 11:31:14 +02:00
Gal Podlipnik
9ee01e76e6 update v 2025-06-23 11:31:06 +02:00
5 changed files with 17507 additions and 26884 deletions

8
.vscode/mcp.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"servers": {
"nx-mcp": {
"type": "http",
"url": "http://localhost:9151/mcp"
}
}
}

26834
frontend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,59 +9,59 @@
},
"private": true,
"dependencies": {
"@angular/cdk": "20.0.2",
"@angular/common": "20.0.2",
"@angular/compiler": "20.0.2",
"@angular/core": "20.0.2",
"@angular/forms": "20.0.2",
"@angular/material": "20.0.2",
"@angular/platform-browser": "20.0.2",
"@angular/platform-browser-dynamic": "20.0.2",
"@angular/router": "20.0.2",
"@formatjs/intl": "^3.1.6",
"@mmstack/form-material": "19.2.2",
"@mmstack/primitives": "19.2.3",
"@mmstack/resource": "19.2.0",
"@mmstack/router-core": "^19.3.0",
"@mmstack/translate": "^19.2.8",
"@angular/cdk": "20.0.3",
"@angular/common": "20.0.4",
"@angular/compiler": "20.0.4",
"@angular/core": "20.0.4",
"@angular/forms": "20.0.4",
"@angular/material": "20.0.3",
"@angular/platform-browser": "20.0.4",
"@angular/platform-browser-dynamic": "20.0.4",
"@angular/router": "20.0.4",
"@formatjs/intl": "3.1.6",
"@mmstack/form-material": "20.0.4",
"@mmstack/primitives": "20.0.1",
"@mmstack/resource": "20.0.3",
"@mmstack/router-core": "20.0.0",
"@mmstack/translate": "20.0.1",
"rxjs": "7.8.2",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.0.1",
"@angular-devkit/core": "20.0.1",
"@angular-devkit/schematics": "20.0.1",
"@angular/cli": "20.0.1",
"@angular/compiler-cli": "20.0.2",
"@angular/language-service": "20.0.2",
"@eslint/js": "9.28.0",
"@nx/angular": "21.1.3",
"@nx/eslint": "21.1.3",
"@nx/eslint-plugin": "21.1.3",
"@nx/jest": "21.1.3",
"@nx/js": "21.1.3",
"@nx/web": "21.1.3",
"@nx/workspace": "21.1.3",
"@schematics/angular": "20.0.1",
"@angular-devkit/build-angular": "20.0.3",
"@angular-devkit/core": "20.0.3",
"@angular-devkit/schematics": "20.0.3",
"@angular/cli": "20.0.3",
"@angular/compiler-cli": "20.0.4",
"@angular/language-service": "20.0.4",
"@eslint/js": "9.29.0",
"@nx/angular": "21.2.1",
"@nx/eslint": "21.2.1",
"@nx/eslint-plugin": "21.2.1",
"@nx/jest": "21.2.1",
"@nx/js": "21.2.1",
"@nx/web": "21.2.1",
"@nx/workspace": "21.2.1",
"@schematics/angular": "20.0.3",
"@swc-node/register": "1.10.10",
"@swc/core": "1.11.31",
"@swc/core": "1.12.5",
"@swc/helpers": "0.5.17",
"@types/jest": "29.5.14",
"@types/node": "22.15.30",
"@typescript-eslint/utils": "8.33.1",
"angular-eslint": "20.0.0",
"eslint": "9.28.0",
"@types/jest": "30.0.0",
"@types/node": "24.0.3",
"@typescript-eslint/utils": "8.34.1",
"angular-eslint": "20.1.1",
"eslint": "9.29.0",
"eslint-config-prettier": "10.1.5",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest": "30.0.2",
"jest-environment-jsdom": "30.0.2",
"jest-preset-angular": "14.6.0",
"nx": "21.1.3",
"prettier": "3.5.3",
"ts-jest": "29.3.4",
"nx": "21.2.1",
"prettier": "3.6.0",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.8.3",
"typescript-eslint": "8.33.1"
"typescript-eslint": "8.34.1"
},
"nx": {
"includedScripts": []

17449
frontend/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/out-tsc",
"types": []
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"],
"exclude": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts"]
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/out-tsc",
"types": []
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"],
"exclude": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts"]
}