Skip to content

Commit 38bec5c

Browse files
mmalerbakara
authored andcommitted
chore: update angular to 4.4.4 and switch (#7431)
1 parent ed338a3 commit 38bec5c

File tree

6 files changed

+36
-36
lines changed

6 files changed

+36
-36
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"node": ">= 5.4.1"
2626
},
2727
"dependencies": {
28-
"@angular/animations": "~4.4.3",
29-
"@angular/common": "~4.4.3",
30-
"@angular/compiler": "~4.4.3",
31-
"@angular/core": "~4.4.3",
32-
"@angular/forms": "~4.4.3",
33-
"@angular/http": "~4.4.3",
34-
"@angular/platform-browser": "~4.4.3",
28+
"@angular/animations": "~4.4.4",
29+
"@angular/common": "~4.4.4",
30+
"@angular/compiler": "~4.4.4",
31+
"@angular/core": "~4.4.4",
32+
"@angular/forms": "~4.4.4",
33+
"@angular/http": "~4.4.4",
34+
"@angular/platform-browser": "~4.4.4",
3535
"core-js": "^2.4.1",
3636
"rxjs": "^5.0.1",
3737
"systemjs": "0.19.43",
@@ -40,11 +40,11 @@
4040
"zone.js": "^0.8.12"
4141
},
4242
"devDependencies": {
43-
"@angular/compiler-cli": "~4.4.3",
44-
"@angular/platform-browser-dynamic": "~4.4.3",
45-
"@angular/platform-server": "~4.4.3",
46-
"@angular/router": "~4.4.3",
47-
"@angular/tsc-wrapped": "~4.4.3",
43+
"@angular/compiler-cli": "~4.4.4",
44+
"@angular/platform-browser-dynamic": "~4.4.4",
45+
"@angular/platform-server": "~4.4.4",
46+
"@angular/router": "~4.4.4",
47+
"@angular/tsc-wrapped": "~4.4.4",
4848
"@google-cloud/storage": "^1.1.1",
4949
"@types/chalk": "^0.4.31",
5050
"@types/fs-extra": "^3.0.1",

src/lib/select/select.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
TODO(mmalerba):   is currently broken in components with preserveWhitespace: false, so we
1010
evaluate it as a JS string binding instead. Change back to   once it works again.
1111
-->
12-
<ng-container *ngIf="empty">{{'\u00A0'}}</ng-container>
12+
<ng-container *ngIf="empty">&nbsp;</ng-container>
1313
<span class="mat-select-value-text" *ngIf="!empty" [ngSwitch]="!!customTrigger">
1414
<span *ngSwitchDefault>{{ triggerValue }}</span>
1515
<ng-content select="mat-select-trigger" *ngSwitchCase="true"></ng-content>

src/material-moment-adapter/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
{
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
5+
// Needed for Moment.js since it doesn't have a default export.
6+
"allowSyntheticDefaultImports": true,
57
"rootDir": "..",
68
"baseUrl": ".",
79
"paths": {

tools/dashboard/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^4.4.3",
13+
"@angular/animations": "^4.4.4",
1414
"@angular/cdk": "github:angular/cdk-builds",
15-
"@angular/common": "^4.4.3",
16-
"@angular/compiler": "^4.4.3",
17-
"@angular/core": "^4.4.3",
18-
"@angular/forms": "^4.4.3",
19-
"@angular/http": "^4.4.3",
15+
"@angular/common": "^4.4.4",
16+
"@angular/compiler": "^4.4.4",
17+
"@angular/core": "^4.4.4",
18+
"@angular/forms": "^4.4.4",
19+
"@angular/http": "^4.4.4",
2020
"@angular/material": "github:angular/material2-builds",
21-
"@angular/platform-browser": "^4.4.3",
22-
"@angular/platform-browser-dynamic": "^4.4.3",
23-
"@angular/router": "^4.4.3",
21+
"@angular/platform-browser": "^4.4.4",
22+
"@angular/platform-browser-dynamic": "^4.4.4",
23+
"@angular/router": "^4.4.4",
2424
"@swimlane/ngx-charts": "^6.0.0",
2525
"angularfire2": "^4.0.0-rc.1",
2626
"core-js": "^2.4.1",
@@ -31,8 +31,8 @@
3131
},
3232
"devDependencies": {
3333
"@angular/cli": "^1.2.0",
34-
"@angular/compiler-cli": "^4.4.3",
35-
"@angular/language-service": "^4.4.3",
34+
"@angular/compiler-cli": "^4.4.4",
35+
"@angular/language-service": "^4.4.4",
3636
"@types/jasmine": "2.5.45",
3737
"@types/node": "~6.0.60",
3838
"ts-node": "~3.0.4",

tools/screenshot-test/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"dependencies": {
1212
"@angular/animations": "^4.0.2",
1313
"@angular/cdk": "angular/cdk-builds",
14-
"@angular/common": "^4.4.3",
15-
"@angular/compiler": "^4.4.3",
16-
"@angular/compiler-cli": "^4.4.3",
17-
"@angular/core": "^4.4.3",
18-
"@angular/forms": "^4.4.3",
19-
"@angular/http": "^4.4.3",
14+
"@angular/common": "^4.4.4",
15+
"@angular/compiler": "^4.4.4",
16+
"@angular/compiler-cli": "^4.4.4",
17+
"@angular/core": "^4.4.4",
18+
"@angular/forms": "^4.4.4",
19+
"@angular/http": "^4.4.4",
2020
"@angular/material": "angular/material2-builds",
21-
"@angular/platform-browser": "^4.4.3",
22-
"@angular/platform-browser-dynamic": "^4.4.3",
23-
"@angular/router": "^4.4.3",
21+
"@angular/platform-browser": "^4.4.4",
22+
"@angular/platform-browser-dynamic": "^4.4.4",
23+
"@angular/router": "^4.4.4",
2424
"core-js": "^2.4.1",
2525
"firebase": "^3.7.6",
2626
"rxjs": "^5.0.1",
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@angular/cli": "^1.0.0",
32-
"@angular/compiler-cli": "^4.4.3",
32+
"@angular/compiler-cli": "^4.4.4",
3333
"@types/node": "^6.0.42",
3434
"ts-node": "1.2.1",
3535
"typescript": "~2.2.1"

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
{
44
"compilerOptions": {
55
"outDir": "./dist/packages/all",
6-
// Needed for Moment.js since it doesn't have a default export.
7-
"allowSyntheticDefaultImports": true,
86
"experimentalDecorators": true,
97
"module": "es2015",
108
"moduleResolution": "node",

0 commit comments

Comments
 (0)