Skip to content

Commit

Permalink
fix: add a peer dependency on prosemirror-model (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi authored Feb 26, 2024
1 parent b976600 commit 37cd059
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/169962e7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
"@nytimes/react-prosemirror": patch
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"vite": "^4.1.5"
},
"peerDependencies": {
"prosemirror-model": "^1.0.0",
"prosemirror-state": "^1.0.0",
"prosemirror-view": "^1.0.0",
"react": ">=17",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,7 @@ __metadata:
typescript: ^4.9.5
vite: ^4.1.5
peerDependencies:
prosemirror-model: ^1.0.0
prosemirror-state: ^1.0.0
prosemirror-view: ^1.0.0
react: ">=17"
Expand Down

0 comments on commit 37cd059

Please sign in to comment.