Skip to content

Commit f0563a5

Browse files
committed
fix(lib): minor
1 parent 4293308 commit f0563a5

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
4848
},
4949
"peerDependencies": {
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"
50+
"@angular/common": "^14.x",
51+
"@angular/core": "^14.x",
52+
"@angular/forms": "^14.x",
53+
"@angular/cdk": "^14.x",
54+
"@angular/material": "^14.x"
5555
},
5656
"engines": {
57-
"node": ">=12"
57+
"node": ">=14"
5858
},
5959
"release-it": {
6060
"github": {

0 commit comments

Comments
 (0)