Update @angular/material to 9
This commit is contained in:
24
package-lock.json
generated
24
package-lock.json
generated
@@ -406,18 +406,17 @@
|
|||||||
"integrity": "sha512-WGs4Jxw5sr8GCpxMcwEVuZnDIkdNp9qtmuI2j13v/XAaMjvJ7jssCj9+JG5uI8joCi7PFVAWokPT1DdPwWb13Q=="
|
"integrity": "sha512-WGs4Jxw5sr8GCpxMcwEVuZnDIkdNp9qtmuI2j13v/XAaMjvJ7jssCj9+JG5uI8joCi7PFVAWokPT1DdPwWb13Q=="
|
||||||
},
|
},
|
||||||
"@angular/cdk": {
|
"@angular/cdk": {
|
||||||
"version": "7.3.2",
|
"version": "9.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-7.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-9.1.1.tgz",
|
||||||
"integrity": "sha512-jnthvY1Kt+DpJTrkgyKTiVuYgBdp4iG7QDeZJPBQm0e8mL2K0Pi9AqFbo01E4CGPqZpvtEggvqM0OJpR8J+amw==",
|
"integrity": "sha512-yzssAqbllGYgX+WeSYLjmEWtXVG5UPZwA0+dPlh+g85nG7b70DVRVYBi8PJySydsfPX/JMherFUU9h0QOWhhZw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"parse5": "^5.0.0",
|
"parse5": "^5.0.0"
|
||||||
"tslib": "^1.7.1"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"parse5": {
|
"parse5": {
|
||||||
"version": "5.1.0",
|
"version": "5.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz",
|
||||||
"integrity": "sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==",
|
"integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==",
|
||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -750,12 +749,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@angular/material": {
|
"@angular/material": {
|
||||||
"version": "7.3.2",
|
"version": "9.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/material/-/material-7.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/material/-/material-9.1.1.tgz",
|
||||||
"integrity": "sha512-x3it941KE8zuzDH1VLP4yfgmC3hwrqa1a2GHiekztF2KrbWPzEEGNvlyYOUV7nwiuwFw5twON73rW0HUKndwEA==",
|
"integrity": "sha512-XtfVTTzvLvw90g1sG8mV0kzkfnp2g7I/kUgwng7Zv3NG1Tzt/wEXVe6ovI45B/8qpN6i/7f2aCl7Gz4KTldAyA=="
|
||||||
"requires": {
|
|
||||||
"tslib": "^1.7.1"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"@angular/platform-browser": {
|
"@angular/platform-browser": {
|
||||||
"version": "9.0.5",
|
"version": "9.0.5",
|
||||||
|
|||||||
@@ -12,14 +12,14 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^9.0.5",
|
"@angular/animations": "^9.0.5",
|
||||||
"@angular/cdk": "^7.3.2",
|
"@angular/cdk": "^9.1.1",
|
||||||
"@angular/cli": "^9.0.5",
|
"@angular/cli": "^9.0.5",
|
||||||
"@angular/common": "^9.0.5",
|
"@angular/common": "^9.0.5",
|
||||||
"@angular/compiler": "^9.0.5",
|
"@angular/compiler": "^9.0.5",
|
||||||
"@angular/compiler-cli": "^9.0.5",
|
"@angular/compiler-cli": "^9.0.5",
|
||||||
"@angular/core": "^9.0.5",
|
"@angular/core": "^9.0.5",
|
||||||
"@angular/forms": "^9.0.5",
|
"@angular/forms": "^9.0.5",
|
||||||
"@angular/material": "^7.3.2",
|
"@angular/material": "^9.1.1",
|
||||||
"@angular/platform-browser": "^9.0.5",
|
"@angular/platform-browser": "^9.0.5",
|
||||||
"@angular/platform-browser-dynamic": "^9.0.5",
|
"@angular/platform-browser-dynamic": "^9.0.5",
|
||||||
"@angular/router": "^9.0.5",
|
"@angular/router": "^9.0.5",
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ import {async, TestBed} from '@angular/core/testing';
|
|||||||
import {AppComponent} from './app.component';
|
import {AppComponent} from './app.component';
|
||||||
import {ToolbarComponent} from "./toolbar/toolbar.component";
|
import {ToolbarComponent} from "./toolbar/toolbar.component";
|
||||||
import {RouterTestingModule} from "@angular/router/testing";
|
import {RouterTestingModule} from "@angular/router/testing";
|
||||||
import {MatSidenavModule, MatToolbarModule} from "@angular/material";
|
import { MatSidenavModule } from "@angular/material/sidenav";
|
||||||
|
import { MatToolbarModule } from "@angular/material/toolbar";
|
||||||
import {NoopAnimationsModule} from "@angular/platform-browser/animations";
|
import {NoopAnimationsModule} from "@angular/platform-browser/animations";
|
||||||
|
|
||||||
describe('AppComponent', () => {
|
describe('AppComponent', () => {
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ import {BrowserModule} from '@angular/platform-browser';
|
|||||||
import {NgModule} from '@angular/core';
|
import {NgModule} from '@angular/core';
|
||||||
|
|
||||||
import {AppComponent} from './app.component';
|
import {AppComponent} from './app.component';
|
||||||
import {MatSidenavModule, MatToolbarModule} from '@angular/material';
|
import { MatSidenavModule } from '@angular/material/sidenav';
|
||||||
|
import { MatToolbarModule } from '@angular/material/toolbar';
|
||||||
import {ToolbarComponent} from './toolbar/toolbar.component';
|
import {ToolbarComponent} from './toolbar/toolbar.component';
|
||||||
import {RouterModule, Routes} from '@angular/router';
|
import {RouterModule, Routes} from '@angular/router';
|
||||||
import {ResumeComponent} from './resume/resume.component';
|
import {ResumeComponent} from './resume/resume.component';
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
import {async, ComponentFixture, TestBed} from '@angular/core/testing';
|
import {async, ComponentFixture, TestBed} from '@angular/core/testing';
|
||||||
|
|
||||||
import {ToolbarComponent} from './toolbar.component';
|
import {ToolbarComponent} from './toolbar.component';
|
||||||
import {MatSidenavModule, MatToolbarModule} from "@angular/material";
|
import { MatSidenavModule } from "@angular/material/sidenav";
|
||||||
|
import { MatToolbarModule } from "@angular/material/toolbar";
|
||||||
import {RouterTestingModule} from "@angular/router/testing";
|
import {RouterTestingModule} from "@angular/router/testing";
|
||||||
import {Component} from "@angular/core";
|
import {Component} from "@angular/core";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user