Skip to content

Commit

Permalink
chore: Update @angular/material to version 10
Browse files Browse the repository at this point in the history
  • Loading branch information
sapozhnikovay committed Dec 20, 2020
1 parent fc0837a commit 139d752
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
26 changes: 15 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-datefns-date-adapter",
"version": "9.0.1",
"version": "10.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -12,12 +12,12 @@
"private": true,
"dependencies": {
"@angular/animations": "~10.2.4",
"@angular/cdk": "^9.2.4",
"@angular/cdk": "^10.2.7",
"@angular/common": "~10.2.4",
"@angular/compiler": "~10.2.4",
"@angular/core": "~10.2.4",
"@angular/forms": "~10.2.4",
"@angular/material": "^9.2.4",
"@angular/material": "^10.2.7",
"@angular/platform-browser": "~10.2.4",
"@angular/platform-browser-dynamic": "~10.2.4",
"@angular/router": "~10.2.4",
Expand Down
8 changes: 4 additions & 4 deletions projects/ngx-mat-datefns-date-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-datefns-date-adapter",
"version": "9.0.1",
"version": "10.0.0",
"description": "",
"author": "Alexey Sapozhnikov",
"license": "MIT",
Expand All @@ -22,9 +22,9 @@
"date-fns"
],
"peerDependencies": {
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.11",
"@angular/material": "^9.2.4",
"@angular/common": "^10.2.4",
"@angular/core": "^10.2.4",
"@angular/material": "^10.2.7",
"date-fns": "^2.14.0"
},
"dependencies": {
Expand Down

0 comments on commit 139d752

Please sign in to comment.