Skip to content

Commit

Permalink
fix: set minimum angular version to v14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Aug 17, 2022
1 parent 98ff517 commit db0c8a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ngx-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"prosemirror"
],
"peerDependencies": {
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0",
"@angular/forms": ">=14.0.0",
"@angular/platform-browser": ">=14.0.0",
"@angular/common": ">=14.1.0",
"@angular/core": ">=14.1.0",
"@angular/forms": ">=14.1.0",
"@angular/platform-browser": ">=14.1.0",
"rxjs": ">=7.5.0"
},
"dependencies": {
Expand Down

0 comments on commit db0c8a7

Please sign in to comment.