|
33 | 33 | "fix-vulnerabilities": "npx yarn-audit-fix && npx browserslist --update-db"
|
34 | 34 | },
|
35 | 35 | "dependencies": {
|
36 |
| - "@angular/animations": "^18.2.11", |
37 |
| - "@angular/common": "^18.2.11", |
38 |
| - "@angular/compiler": "^18.2.11", |
39 |
| - "@angular/core": "^18.2.11", |
40 |
| - "@angular/forms": "^18.2.11", |
41 |
| - "@angular/platform-browser": "^18.2.11", |
42 |
| - "@angular/platform-browser-dynamic": "^18.2.11", |
43 |
| - "@angular/router": "^18.2.11", |
| 36 | + "@angular/animations": "^19.0.1", |
| 37 | + "@angular/common": "^19.0.1", |
| 38 | + "@angular/compiler": "^19.0.1", |
| 39 | + "@angular/core": "^19.0.1", |
| 40 | + "@angular/forms": "^19.0.1", |
| 41 | + "@angular/platform-browser": "^19.0.1", |
| 42 | + "@angular/platform-browser-dynamic": "^19.0.1", |
| 43 | + "@angular/router": "^19.0.1", |
44 | 44 | "rxjs": "^7.8.1",
|
45 | 45 | "tslib": "^2.8.1",
|
46 |
| - "zone.js": "~0.14.10" |
| 46 | + "zone.js": "~0.15.0" |
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@angular-devkit/build-angular": "^18.2.11", |
50 |
| - "@angular/cli": "^18.2.11", |
51 |
| - "@angular/compiler-cli": "^18.2.11", |
52 |
| - "@commitlint/cli": "^19.5.0", |
53 |
| - "@commitlint/config-angular": "^19.5.0", |
| 49 | + "@angular-devkit/build-angular": "^19.0.2", |
| 50 | + "@angular/cli": "^19.0.2", |
| 51 | + "@angular/compiler-cli": "^19.0.1", |
| 52 | + "@commitlint/cli": "^19.6.0", |
| 53 | + "@commitlint/config-angular": "^19.6.0", |
54 | 54 | "@jscutlery/swc-angular-preset": "^0.3.0",
|
55 | 55 | "@jscutlery/swc-plugin-angular": "^0.11.0",
|
56 | 56 | "@swc/core": "~1.4.0",
|
57 | 57 | "@swc/jest": "^0.2.37",
|
58 | 58 | "@types/fs-extra": "^11.0.4",
|
59 | 59 | "@types/jest": "^29.5.14",
|
60 |
| - "@types/node": "^22.9.0", |
61 |
| - "angular-eslint": "18.4.0", |
| 60 | + "@types/node": "^22.10.0", |
| 61 | + "angular-eslint": "18.4.2", |
62 | 62 | "auto-changelog": "^2.5.0",
|
63 |
| - "eslint": "^9.14.0", |
| 63 | + "eslint": "^9.15.0", |
64 | 64 | "fs-extra": "^11.2.0",
|
65 |
| - "husky": "^9.1.6", |
| 65 | + "husky": "^9.1.7", |
66 | 66 | "jest": "^29.7.0",
|
67 |
| - "jest-preset-angular": "^14.2.4", |
| 67 | + "jest-preset-angular": "^14.4.0", |
68 | 68 | "lint-staged": "^15.2.10",
|
69 |
| - "ng-packagr": "^18.2.1", |
70 |
| - "prettier": "^3.3.3", |
| 69 | + "ng-packagr": "^19.0.1", |
| 70 | + "prettier": "^3.4.1", |
71 | 71 | "ts-node": "^10.9.2",
|
72 | 72 | "tsx": "^4.19.2",
|
73 |
| - "typescript": "~5.5.4", |
74 |
| - "typescript-eslint": "^8.14.0" |
| 73 | + "typescript": "~5.6.3", |
| 74 | + "typescript-eslint": "^8.16.0" |
75 | 75 | },
|
76 | 76 | "engines": {
|
77 | 77 | "node": ">=22 <24",
|
|
0 commit comments