Skip to content

Commit 5d01302

Browse files
committed
chore: bump to beta.7
1 parent 9514759 commit 5d01302

File tree

8 files changed

+138
-123
lines changed

8 files changed

+138
-123
lines changed

package-lock.json

Lines changed: 92 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@
2525
"node": ">= 5.4.1"
2626
},
2727
"dependencies": {
28-
"@angular/animations": "~5.0.0-beta.6",
29-
"@angular/common": "~5.0.0-beta.6",
30-
"@angular/compiler": "~5.0.0-beta.6",
31-
"@angular/core": "~5.0.0-beta.6",
32-
"@angular/forms": "~5.0.0-beta.6",
33-
"@angular/http": "~5.0.0-beta.6",
34-
"@angular/platform-browser": "~5.0.0-beta.6",
28+
"@angular/animations": "~5.0.0-beta.7",
29+
"@angular/common": "~5.0.0-beta.7",
30+
"@angular/compiler": "~5.0.0-beta.7",
31+
"@angular/core": "~5.0.0-beta.7",
32+
"@angular/forms": "~5.0.0-beta.7",
33+
"@angular/http": "~5.0.0-beta.7",
34+
"@angular/platform-browser": "~5.0.0-beta.7",
3535
"core-js": "^2.4.1",
36-
"rxjs": "^5.0.1",
36+
"rxjs": "5.x",
3737
"systemjs": "0.19.43",
38-
"tsickle": "^0.23.5",
38+
"tsickle": "^0.24.x",
3939
"tslib": "^1.7.1",
4040
"zone.js": "^0.8.12"
4141
},
4242
"devDependencies": {
43-
"@angular/compiler-cli": "~5.0.0-beta.6",
44-
"@angular/platform-browser-dynamic": "~5.0.0-beta.6",
45-
"@angular/platform-server": "~5.0.0-beta.6",
46-
"@angular/router": "~5.0.0-beta.6",
47-
"@angular/tsc-wrapped": "~5.0.0-beta.6",
43+
"@angular/compiler-cli": "~5.0.0-beta.7",
44+
"@angular/platform-browser-dynamic": "~5.0.0-beta.7",
45+
"@angular/platform-server": "~5.0.0-beta.7",
46+
"@angular/router": "~5.0.0-beta.7",
47+
"@angular/tsc-wrapped": "~5.0.0-beta.7",
4848
"@google-cloud/storage": "^1.1.1",
4949
"@types/chalk": "^0.4.31",
5050
"@types/fs-extra": "^3.0.1",

src/cdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"homepage": "https://github.com/angular/material2#readme",
2525
"peerDependencies": {
26-
"@angular/core": "~5.0.0-beta.6",
27-
"@angular/common": "~5.0.0-beta.6"
26+
"@angular/core": "~5.0.0-beta.7",
27+
"@angular/common": "~5.0.0-beta.7"
2828
},
2929
"dependencies": {
3030
"tslib": "^1.7.1"

src/lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"homepage": "https://github.com/angular/material2#readme",
2424
"peerDependencies": {
2525
"@angular/cdk": "0.0.0-PLACEHOLDER",
26-
"@angular/core": "~5.0.0-beta.6",
27-
"@angular/common": "~5.0.0-beta.6"
26+
"@angular/core": "~5.0.0-beta.7",
27+
"@angular/common": "~5.0.0-beta.7"
2828
},
2929
"dependencies": {
3030
"tslib": "^1.7.1"

0 commit comments

Comments
 (0)