|
32 | 32 | "prepare": "husky"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "@angular/animations": "^18.2.10", |
36 |
| - "@angular/common": "^18.2.10", |
37 |
| - "@angular/compiler": "^18.2.10", |
38 |
| - "@angular/core": "^18.2.10", |
39 |
| - "@angular/forms": "^18.2.10", |
40 |
| - "@angular/platform-browser": "^18.2.10", |
41 |
| - "@angular/platform-browser-dynamic": "^18.2.10", |
42 |
| - "@angular/router": "^18.2.10", |
43 |
| - "rxjs": "~7.8.1", |
44 |
| - "tslib": "^2.8.1", |
45 |
| - "zone.js": "^0.14.10" |
| 35 | + "@angular/animations": "18.2.10", |
| 36 | + "@angular/common": "18.2.10", |
| 37 | + "@angular/compiler": "18.2.10", |
| 38 | + "@angular/core": "18.2.10", |
| 39 | + "@angular/forms": "18.2.10", |
| 40 | + "@angular/platform-browser": "18.2.10", |
| 41 | + "@angular/platform-browser-dynamic": "18.2.10", |
| 42 | + "@angular/router": "18.2.10", |
| 43 | + "rxjs": "7.8.1", |
| 44 | + "tslib": "2.8.1", |
| 45 | + "zone.js": "0.14.10" |
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@angular-devkit/build-angular": "^18.2.11", |
49 |
| - "@angular/cli": "^18.2.11", |
50 |
| - "@angular/compiler-cli": "^18.2.10", |
51 |
| - "@commitlint/cli": "^19.5.0", |
52 |
| - "@commitlint/config-conventional": "^19.5.0", |
53 |
| - "@semantic-release/apm-config": "^9.0.1", |
54 |
| - "@types/jasmine": "~5.1.4", |
55 |
| - "husky": "^9.1.6", |
56 |
| - "jasmine-core": "~5.4.0", |
57 |
| - "karma": "~6.4.4", |
58 |
| - "karma-chrome-launcher": "~3.2.0", |
59 |
| - "karma-coverage": "~2.2.1", |
60 |
| - "karma-coverage-istanbul-reporter": "^3.0.3", |
61 |
| - "karma-jasmine": "~5.1.0", |
62 |
| - "karma-jasmine-html-reporter": "~2.1.0", |
63 |
| - "ng-packagr": "^18.2.1", |
64 |
| - "semantic-release": "^24.2.0", |
65 |
| - "typescript": "~5.5.4" |
| 48 | + "@angular-devkit/build-angular": "18.2.11", |
| 49 | + "@angular/cli": "18.2.11", |
| 50 | + "@angular/compiler-cli": "18.2.10", |
| 51 | + "@commitlint/cli": "19.5.0", |
| 52 | + "@commitlint/config-conventional": "19.5.0", |
| 53 | + "@semantic-release/apm-config": "9.0.1", |
| 54 | + "@types/jasmine": "5.1.4", |
| 55 | + "husky": "9.1.6", |
| 56 | + "jasmine-core": "5.4.0", |
| 57 | + "karma": "6.4.4", |
| 58 | + "karma-chrome-launcher": "3.2.0", |
| 59 | + "karma-coverage": "2.2.1", |
| 60 | + "karma-coverage-istanbul-reporter": "3.0.3", |
| 61 | + "karma-jasmine": "5.1.0", |
| 62 | + "karma-jasmine-html-reporter": "2.1.0", |
| 63 | + "ng-packagr": "18.2.1", |
| 64 | + "semantic-release": "24.2.0", |
| 65 | + "typescript": "5.5.4" |
66 | 66 | },
|
67 | 67 | "release": {
|
68 | 68 | "extends": "@semantic-release/apm-config"
|
|
0 commit comments