Skip to content

Commit 139d752

Browse files
committed
chore: Update @angular/material to version 10
1 parent fc0837a commit 139d752

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-mat-datefns-date-adapter",
3-
"version": "9.0.1",
3+
"version": "10.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -12,12 +12,12 @@
1212
"private": true,
1313
"dependencies": {
1414
"@angular/animations": "~10.2.4",
15-
"@angular/cdk": "^9.2.4",
15+
"@angular/cdk": "^10.2.7",
1616
"@angular/common": "~10.2.4",
1717
"@angular/compiler": "~10.2.4",
1818
"@angular/core": "~10.2.4",
1919
"@angular/forms": "~10.2.4",
20-
"@angular/material": "^9.2.4",
20+
"@angular/material": "^10.2.7",
2121
"@angular/platform-browser": "~10.2.4",
2222
"@angular/platform-browser-dynamic": "~10.2.4",
2323
"@angular/router": "~10.2.4",

projects/ngx-mat-datefns-date-adapter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-mat-datefns-date-adapter",
3-
"version": "9.0.1",
3+
"version": "10.0.0",
44
"description": "",
55
"author": "Alexey Sapozhnikov",
66
"license": "MIT",
@@ -22,9 +22,9 @@
2222
"date-fns"
2323
],
2424
"peerDependencies": {
25-
"@angular/common": "^9.1.11",
26-
"@angular/core": "^9.1.11",
27-
"@angular/material": "^9.2.4",
25+
"@angular/common": "^10.2.4",
26+
"@angular/core": "^10.2.4",
27+
"@angular/material": "^10.2.7",
2828
"date-fns": "^2.14.0"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)