|
23 | 23 | }, |
24 | 24 | "private": true, |
25 | 25 | "dependencies": { |
26 | | - "@angular/common": "^20.1.0", |
27 | | - "@angular/compiler": "^20.1.0", |
28 | | - "@angular/core": "^20.1.0", |
29 | | - "@angular/forms": "^20.1.0", |
30 | | - "@angular/platform-browser": "^20.1.0", |
31 | | - "@angular/platform-server": "^20.1.0", |
32 | | - "@angular/router": "^20.1.0", |
33 | | - "@angular/ssr": "^20.1.1", |
34 | | - "express": "^5.1.0", |
| 26 | + "@angular/common": "20.1.0", |
| 27 | + "@angular/compiler": "20.1.0", |
| 28 | + "@angular/core": "20.1.0", |
| 29 | + "@angular/forms": "20.1.0", |
| 30 | + "@angular/platform-browser": "20.1.0", |
| 31 | + "@angular/platform-server": "20.1.0", |
| 32 | + "@angular/router": "20.1.0", |
| 33 | + "@angular/ssr": "20.1.1", |
| 34 | + "express": "5.1.0", |
35 | 35 | "rxjs": "~7.8.0", |
36 | | - "tslib": "^2.3.0", |
| 36 | + "tslib": "2.3.0", |
37 | 37 | "zone.js": "~0.15.0" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@angular/build": "^20.1.1", |
41 | | - "@angular/cli": "^20.1.1", |
42 | | - "@angular/compiler-cli": "^20.1.0", |
43 | | - "@playwright/test": "^1.40.1", |
44 | | - "@types/express": "^5.0.1", |
| 40 | + "@angular/build": "20.1.1", |
| 41 | + "@angular/cli": "20.1.1", |
| 42 | + "@angular/compiler-cli": "20.1.0", |
| 43 | + "@playwright/test": "1.40.1", |
| 44 | + "@types/express": "5.0.1", |
45 | 45 | "@types/jasmine": "~5.1.0", |
46 | | - "@types/node": "^20.17.19", |
| 46 | + "@types/node": "20.17.19", |
47 | 47 | "jasmine-core": "~5.8.0", |
48 | 48 | "karma": "~6.4.0", |
49 | 49 | "karma-chrome-launcher": "~3.2.0", |
|
0 commit comments