We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4293308 commit f0563a5Copy full SHA for f0563a5
projects/angular-material-extensions/password-strength/package.json
@@ -47,14 +47,14 @@
47
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
48
},
49
"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"
+ "@angular/common": "^14.x",
+ "@angular/core": "^14.x",
+ "@angular/forms": "^14.x",
+ "@angular/cdk": "^14.x",
+ "@angular/material": "^14.x"
55
56
"engines": {
57
- "node": ">=12"
+ "node": ">=14"
58
59
"release-it": {
60
"github": {
0 commit comments