Skip to content

Commit 7dd8a0b

Browse files
committed
Release 10.0.0
1 parent 72d1973 commit 7dd8a0b

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

Diff for: projects/angular-material-extensions/password-strength/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/password-strength",
33
"description": "Material password strength meter to indicate how secure is the provided password",
4-
"version": "9.0.0",
4+
"version": "10.0.0",
55
"homepage": "https://github.com/angular-material-extensions/password-strength",
66
"author": {
77
"name": "anthonynahas",
@@ -47,11 +47,11 @@
4747
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
4848
},
4949
"peerDependencies": {
50-
"@angular/common": "^12.x",
51-
"@angular/core": "^12.x",
52-
"@angular/forms": "^12.x",
53-
"@angular/cdk": "^12.x",
54-
"@angular/material": "^12.x"
50+
"@angular/common": "^13.x",
51+
"@angular/core": "^13.x",
52+
"@angular/forms": "^13.x",
53+
"@angular/cdk": "^13.x",
54+
"@angular/material": "^13.x"
5555
},
5656
"engines": {
5757
"node": ">=12"

0 commit comments

Comments
 (0)