|
16 | 16 | "serve-demo": "echo '💡 open http://localhost:8000/fab-speed-dial/' && mkdir -p dist/server && ln -fs ../demo/browser dist/server/fab-speed-dial && php -S localhost:8000 -t dist/server/"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@angular/animations": "^18.1.0", |
20 |
| - "@angular/cdk": "^18.1.0", |
21 |
| - "@angular/common": "^18.1.0", |
22 |
| - "@angular/compiler": "^18.1.0", |
23 |
| - "@angular/core": "^18.1.0", |
24 |
| - "@angular/forms": "^18.1.0", |
25 |
| - "@angular/material": "^18.1.0", |
26 |
| - "@angular/platform-browser": "^18.1.0", |
27 |
| - "@angular/platform-browser-dynamic": "^18.1.0", |
| 19 | + "@angular/animations": "^18.2.3", |
| 20 | + "@angular/cdk": "^18.2.3", |
| 21 | + "@angular/common": "^18.2.3", |
| 22 | + "@angular/compiler": "^18.2.3", |
| 23 | + "@angular/core": "^18.2.3", |
| 24 | + "@angular/forms": "^18.2.3", |
| 25 | + "@angular/material": "^18.2.3", |
| 26 | + "@angular/platform-browser": "^18.2.3", |
| 27 | + "@angular/platform-browser-dynamic": "^18.2.3", |
28 | 28 | "rxjs": "~7.8.1",
|
29 | 29 | "tslib": "^2.6.2",
|
30 |
| - "zone.js": "~0.14.3" |
| 30 | + "zone.js": "~0.14.10" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@angular-devkit/build-angular": "^18.1.0", |
34 |
| - "@angular/cli": "^18.1.0", |
35 |
| - "@angular/compiler-cli": "^18.1.0", |
36 |
| - "@angular/language-service": "^18.1.0", |
| 33 | + "@angular-devkit/build-angular": "^18.2.3", |
| 34 | + "@angular/cli": "^18.2.3", |
| 35 | + "@angular/compiler-cli": "^18.2.3", |
| 36 | + "@angular/language-service": "^18.2.3", |
37 | 37 | "@playwright/test": "^1.41.1",
|
38 | 38 | "@types/jasmine": "~5.1.4",
|
39 | 39 | "@types/jasminewd2": "~2.0.13",
|
|
0 commit comments