Skip to content

Commit b218a87

Browse files
committed
master - 87b2cf6 chore: move null config check into mat-using-mdc-typography (#15906)
1 parent 17975c6 commit b218a87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/material-examples",
3-
"version": "8.0.0-beta.2-8f23917",
3+
"version": "8.0.0-beta.2-87b2cf6",
44
"description": "Angular Material Examples",
55
"main": "./bundles/material-examples.umd.js",
66
"module": "./fesm5/material-examples.js",
@@ -23,11 +23,11 @@
2323
},
2424
"homepage": "https://github.com/angular/material2#readme",
2525
"peerDependencies": {
26-
"@angular/cdk": "8.0.0-beta.2-8f23917",
26+
"@angular/cdk": "8.0.0-beta.2-87b2cf6",
2727
"@angular/core": ">=6.0.0-beta.0 <7.0.0",
2828
"@angular/common": ">=6.0.0-beta.0 <7.0.0",
29-
"@angular/material": "8.0.0-beta.2-8f23917",
30-
"@angular/material-moment-adapter": "8.0.0-beta.2-8f23917"
29+
"@angular/material": "8.0.0-beta.2-87b2cf6",
30+
"@angular/material-moment-adapter": "8.0.0-beta.2-87b2cf6"
3131
},
3232
"dependencies": {
3333
"tslib": "^1.7.1"

0 commit comments

Comments
 (0)