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