Skip to content

Commit

Permalink
fix: set correct peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jan 6, 2022
1 parent dd96ae2 commit 0dd68c8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions projects/ngx-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
"prosemirror"
],
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@angular/forms": ">=12.0.0",
"@angular/platform-browser": ">=12.0.0",
"rxjs": ">=6.6.0"
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0",
"@angular/forms": ">=13.0.0",
"@angular/platform-browser": ">=13.0.0",
"rxjs": ">=7.4.0",
"tslib": "^2.3.0"
},
"dependencies": {
"@types/prosemirror-commands": "^1.0.4",
Expand Down

0 comments on commit 0dd68c8

Please sign in to comment.