Skip to content

Commit

Permalink
chore: bump to Angular 4.4.3 (#7195)
Browse files Browse the repository at this point in the history
Bumps the minimum Angular version to 4.4.3 to fix some errors in the stepper.

BREAKING CHANGE: Material now requires at least Angular 4.4.3.
  • Loading branch information
crisbeto authored and jelbourn committed Sep 21, 2017
1 parent 8436f8c commit f2419bf
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 132 deletions.
159 changes: 68 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"node": ">= 5.4.1"
},
"dependencies": {
"@angular/animations": "~4.4.1",
"@angular/common": "~4.4.1",
"@angular/compiler": "~4.4.1",
"@angular/core": "~4.4.1",
"@angular/forms": "~4.4.1",
"@angular/http": "~4.4.1",
"@angular/platform-browser": "~4.4.1",
"@angular/animations": "~4.4.3",
"@angular/common": "~4.4.3",
"@angular/compiler": "~4.4.3",
"@angular/core": "~4.4.3",
"@angular/forms": "~4.4.3",
"@angular/http": "~4.4.3",
"@angular/platform-browser": "~4.4.3",
"core-js": "^2.4.1",
"rxjs": "^5.0.1",
"systemjs": "0.19.43",
Expand All @@ -40,11 +40,11 @@
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular/compiler-cli": "~4.4.1",
"@angular/platform-browser-dynamic": "~4.4.1",
"@angular/platform-server": "~4.4.1",
"@angular/router": "~4.4.1",
"@angular/tsc-wrapped": "~4.4.1",
"@angular/compiler-cli": "~4.4.3",
"@angular/platform-browser-dynamic": "~4.4.3",
"@angular/platform-server": "~4.4.3",
"@angular/router": "~4.4.3",
"@angular/tsc-wrapped": "~4.4.3",
"@google-cloud/storage": "^1.1.1",
"@types/chalk": "^0.4.31",
"@types/fs-extra": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions src/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"homepage": "https://github.com/angular/material2#readme",
"peerDependencies": {
"@angular/core": "^4.4.1",
"@angular/common": "^4.4.1"
"@angular/core": "^4.4.3",
"@angular/common": "^4.4.3"
},
"dependencies": {
"tslib": "^1.7.1"
Expand Down
4 changes: 2 additions & 2 deletions src/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"homepage": "https://github.com/angular/material2#readme",
"peerDependencies": {
"@angular/cdk": "0.0.0-PLACEHOLDER",
"@angular/core": "^4.4.1",
"@angular/common": "^4.4.1"
"@angular/core": "^4.4.3",
"@angular/common": "^4.4.3"
},
"dependencies": {
"tslib": "^1.7.1"
Expand Down
6 changes: 3 additions & 3 deletions src/material-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"homepage": "https://github.com/angular/material2#readme",
"peerDependencies": {
"@angular/cdk": "0.0.0-PLACEHOLDER",
"@angular/core": "^4.4.1",
"@angular/common": "^4.4.1",
"@angular/http": "^4.4.1",
"@angular/core": "^4.4.3",
"@angular/common": "^4.4.3",
"@angular/http": "^4.4.3",
"@angular/material": "0.0.0-PLACEHOLDER"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/material-moment-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"homepage": "https://github.com/angular/material2#readme",
"peerDependencies": {
"@angular/material": "0.0.0-PLACEHOLDER",
"@angular/core": "^4.4.1",
"@angular/core": "^4.4.3",
"moment": "^2.18.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit f2419bf

Please sign in to comment.