Skip to content

Commit a128631

Browse files
committed
fix(package): updated the peer dependencies of the library
1 parent 9734ea1 commit a128631

File tree

1 file changed

+5
-5
lines changed
  • projects/angular-material-extensions/password-strength

1 file changed

+5
-5
lines changed

projects/angular-material-extensions/password-strength/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
4848
},
4949
"peerDependencies": {
50-
"@angular/common": "^9.0.0",
51-
"@angular/core": "^9.0.0",
52-
"@angular/forms": "^9.0.0",
53-
"@angular/cdk": "^9.0.0",
54-
"@angular/material": "^9.0.0"
50+
"@angular/common": "^10.0.14",
51+
"@angular/core": "^10.0.14",
52+
"@angular/forms": "^10.0.14",
53+
"@angular/cdk": "^10.1.3",
54+
"@angular/material": "^10.1.3"
5555
},
5656
"engines": {
5757
"node": ">=10.13"

0 commit comments

Comments
 (0)