|
17 | 17 | "postinstall": "is-ci || husky install", |
18 | 18 | "prettier": "prettier --write . --log-level silent", |
19 | 19 | "prettier:check": "prettier --check .", |
20 | | - "start": "ng serve", |
21 | | - "start:open": "ng serve --open", |
| 20 | + "start": "ng serve --open", |
22 | 21 | "test": "ng test", |
23 | 22 | "update": "ncu -u", |
24 | 23 | "update:check": "ncu", |
25 | 24 | "watch": "ng build --watch --configuration development" |
26 | 25 | }, |
27 | 26 | "peerDependencies": { |
28 | | - "@angular/common": ">=20 <21", |
29 | | - "@angular/core": ">=20 <21", |
30 | 27 | "zone.js": ">=0.15 <0.16" |
31 | 28 | }, |
32 | 29 | "devDependencies": { |
33 | 30 | "@angular/build": "20.3.10", |
34 | 31 | "@angular/cli": "20.3.10", |
35 | | - "@angular/common": "20.3.3", |
36 | | - "@angular/compiler": "20.3.3", |
37 | | - "@angular/compiler-cli": "20.3.3", |
38 | | - "@angular/core": "20.3.3", |
39 | | - "@angular/forms": "20.3.3", |
| 32 | + "@angular/common": "20.3.12", |
| 33 | + "@angular/compiler": "20.3.12", |
| 34 | + "@angular/compiler-cli": "20.3.12", |
| 35 | + "@angular/core": "20.3.12", |
| 36 | + "@angular/forms": "20.3.12", |
40 | 37 | "@angular/material": "^20.2.7", |
41 | | - "@angular/platform-browser": "20.3.3", |
42 | | - "@angular/platform-browser-dynamic": "20.3.3", |
43 | | - "@angular/router": "20.3.3", |
| 38 | + "@angular/platform-browser": "20.3.12", |
| 39 | + "@angular/platform-browser-dynamic": "20.3.12", |
| 40 | + "@angular/router": "20.3.12", |
44 | 41 | "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
45 | 42 | "@types/jasmine": "~5.1.8", |
46 | 43 | "@types/luxon": "^3.4.2", |
|
0 commit comments