|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
| 6 | + "build": "ng build", |
6 | 7 | "ng": "ng",
|
7 | 8 | "start": "ng serve",
|
8 |
| - "build": "ng build", |
9 |
| - "watch": "ng build --watch --configuration development", |
10 |
| - "test": "ng test" |
| 9 | + "test": "ng test", |
| 10 | + "watch": "ng build --watch --configuration development" |
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@angular/animations": "^17.0.0-rc.2", |
14 |
| - "@angular/common": "^17.0.0-rc.2", |
15 |
| - "@angular/compiler": "^17.0.0-rc.2", |
16 |
| - "@angular/core": "^17.0.0-rc.2", |
17 |
| - "@angular/forms": "^17.0.0-rc.2", |
18 |
| - "@angular/platform-browser": "^17.0.0-rc.2", |
19 |
| - "@angular/platform-browser-dynamic": "^17.0.0-rc.2", |
20 |
| - "@angular/router": "^17.0.0-rc.2", |
| 13 | + "@angular/animations": "^17.3.10", |
| 14 | + "@angular/common": "^17.3.10", |
| 15 | + "@angular/compiler": "^17.3.10", |
| 16 | + "@angular/core": "^17.3.10", |
| 17 | + "@angular/forms": "^17.3.10", |
| 18 | + "@angular/platform-browser": "^17.3.10", |
| 19 | + "@angular/platform-browser-dynamic": "^17.3.10", |
| 20 | + "@angular/router": "^17.3.10", |
21 | 21 | "rxjs": "~7.8.0",
|
22 | 22 | "tslib": "^2.3.0",
|
23 | 23 | "zone.js": "~0.14.1"
|
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 |
| - "@angular-devkit/build-angular": "^17.0.0-rc.3", |
27 |
| - "@angular/cli": "^17.0.0-rc.3", |
28 |
| - "@angular/compiler-cli": "^17.0.0-rc.2", |
| 26 | + "@angular-devkit/build-angular": "^17.3.8", |
| 27 | + "@angular/cli": "^17.3.8", |
| 28 | + "@angular/compiler-cli": "^17.3.8", |
29 | 29 | "@types/jasmine": "~4.3.0",
|
30 | 30 | "jasmine-core": "~4.6.0",
|
31 | 31 | "karma": "~6.4.0",
|
|
0 commit comments