Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 74b280f

Browse files
authored
chore: update to 5.0.0 (#312)
1 parent bd8e2a8 commit 74b280f

File tree

3 files changed

+90
-92
lines changed

3 files changed

+90
-92
lines changed

package-lock.json

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

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@angular/animations": "^4.4.4",
22+
"@angular/animations": "^5.0.0",
2323
"@angular/cdk": "github:angular/cdk-builds",
24-
"@angular/common": "^4.4.4",
25-
"@angular/compiler": "^4.4.4",
26-
"@angular/core": "^4.4.4",
27-
"@angular/forms": "^4.4.4",
28-
"@angular/http": "^4.4.4",
24+
"@angular/common": "^5.0.0",
25+
"@angular/compiler": "^5.0.0",
26+
"@angular/core": "^5.0.0",
27+
"@angular/forms": "^5.0.0",
28+
"@angular/http": "^5.0.0",
2929
"@angular/material": "github:angular/material2-builds",
3030
"@angular/material-moment-adapter": "github:angular/material2-moment-adapter-builds",
31-
"@angular/platform-browser": "^4.4.4",
32-
"@angular/platform-browser-dynamic": "^4.4.4",
33-
"@angular/router": "^4.4.4",
31+
"@angular/platform-browser": "^5.0.0",
32+
"@angular/platform-browser-dynamic": "^5.0.0",
33+
"@angular/router": "^5.0.0",
3434
"@angular/service-worker": "^1.0.0-beta.16",
3535
"core-js": "^2.4.1",
3636
"moment": "^2.19.1",
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@angular/cli": "^1.0.0",
42-
"@angular/compiler-cli": "^4.4.4",
42+
"@angular/compiler-cli": "^5.0.0",
4343
"@types/jasmine": "^2.5.41",
4444
"@types/node": "^7.0.5",
4545
"hammerjs": "^2.0.8",

src/app/testing/testing-module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {NgModule} from '@angular/core';
22
import {HttpModule, XHRBackend} from '@angular/http';
33
import {MockBackend} from '@angular/http/testing';
44
import {RouterTestingModule} from '@angular/router/testing';
5-
import {MATERIAL_SANITY_CHECKS, MATERIAL_COMPATIBILITY_MODE} from '@angular/material';
5+
import {MATERIAL_SANITY_CHECKS} from '@angular/material';
66

77
@NgModule({
88
imports: [RouterTestingModule, HttpModule],
@@ -11,7 +11,6 @@ import {MATERIAL_SANITY_CHECKS, MATERIAL_COMPATIBILITY_MODE} from '@angular/mate
1111
MockBackend,
1212
{provide: XHRBackend, useExisting: MockBackend},
1313
{provide: MATERIAL_SANITY_CHECKS, useValue: false},
14-
{provide: MATERIAL_COMPATIBILITY_MODE, useValue: true},
1514
],
1615
})
1716
export class DocsAppTestingModule {}

0 commit comments

Comments
 (0)