|
11 | 11 | },
|
12 | 12 | "private": true,
|
13 | 13 | "dependencies": {
|
14 |
| - "@angular/animations": "^19.1.0-next.0", |
15 |
| - "@angular/common": "^19.1.0-next.0", |
16 |
| - "@angular/compiler": "^19.1.0-next.0", |
17 |
| - "@angular/core": "^19.1.0-next.0", |
18 |
| - "@angular/forms": "^19.1.0-next.0", |
19 |
| - "@angular/platform-browser": "^19.1.0-next.0", |
20 |
| - "@angular/platform-browser-dynamic": "^19.1.0-next.0", |
21 |
| - "@angular/platform-server": "^19.1.0-next.0", |
22 |
| - "@angular/router": "^19.1.0-next.0", |
23 |
| - "@angular/ssr": "^19.1.0-rc.0", |
| 14 | + "@angular/animations": "^19.1.0", |
| 15 | + "@angular/common": "^19.1.0", |
| 16 | + "@angular/compiler": "^19.1.0", |
| 17 | + "@angular/core": "^19.1.0", |
| 18 | + "@angular/forms": "^19.1.0", |
| 19 | + "@angular/platform-browser": "^19.1.0", |
| 20 | + "@angular/platform-browser-dynamic": "^19.1.0", |
| 21 | + "@angular/platform-server": "^19.1.0", |
| 22 | + "@angular/router": "^19.1.0", |
| 23 | + "@angular/ssr": "^19.1.0", |
24 | 24 | "express": "^4.18.2",
|
25 | 25 | "rxjs": "~7.8.0",
|
26 | 26 | "tslib": "^2.3.0",
|
27 | 27 | "zone.js": "~0.15.0"
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 |
| - "@angular-devkit/build-angular": "^19.1.0-rc.0", |
31 |
| - "@angular/cli": "^19.1.0-rc.0", |
32 |
| - "@angular/compiler-cli": "^19.1.0-next.0", |
| 30 | + "@angular-devkit/build-angular": "^19.1.0", |
| 31 | + "@angular/cli": "^19.1.0", |
| 32 | + "@angular/compiler-cli": "^19.1.0", |
33 | 33 | "@types/express": "^4.17.17",
|
34 | 34 | "@types/jasmine": "~5.1.0",
|
35 | 35 | "@types/node": "^18.18.0",
|
|
0 commit comments