|
1 | 1 | #!/usr/bin/env bash |
2 | 2 |
|
3 | | -npm i @angular/animations@9.0.0-next.2 \ |
4 | | - @angular/core@9.0.0-next.2 \ |
5 | | - @angular-devkit/core@9.0.0-next.2 \ |
6 | | - @angular-devkit/schematics@9.0.0-next.2 \ |
7 | | - @angular/cli@9.0.0-next.2 \ |
8 | | - @angular/common@9.0.0-next.2 \ |
9 | | - @angular/compiler-cli@9.0.0-next.2 \ |
10 | | - @angular/compiler@9.0.0-next.2 \ |
11 | | - @angular/forms@9.0.0-next.2 \ |
12 | | - @angular/language-service@9.0.0-next.2 \ |
13 | | - @angular/platform-browser-dynamic@9.0.0-next.2 \ |
14 | | - @angular/platform-browser@9.0.0-next.2 \ |
15 | | - @angular/platform-server@9.0.0-next.2 \ |
16 | | - @angular/router@9.0.0-next.2 \ |
17 | | - @angular/service-worker@9.0.0-next.2 \ |
18 | | - @schematics/angular@9.0.0-next.2 \ |
19 | | - typescript@3.5.3 \ |
| 3 | +npm i @angular/animations@next \ |
| 4 | + @angular/core@next \ |
| 5 | + @angular-devkit/core@next \ |
| 6 | + @angular-devkit/schematics@next \ |
| 7 | + @angular/cli@next \ |
| 8 | + @angular/common@next \ |
| 9 | + @angular/compiler-cli@next \ |
| 10 | + @angular/compiler@next \ |
| 11 | + @angular/forms@next \ |
| 12 | + @angular/language-service@next \ |
| 13 | + @angular/platform-browser-dynamic@next \ |
| 14 | + @angular/platform-browser@next \ |
| 15 | + @angular/platform-server@next \ |
| 16 | + @angular/router@next \ |
| 17 | + @angular/service-worker@next \ |
| 18 | + @schematics/angular@next \ |
| 19 | + @types/node@13.7.6 \ |
| 20 | + typescript@3.7.5 \ |
20 | 21 | tsickle@0.35.0 \ |
21 | 22 | rxjs@6.5.2 |
0 commit comments