Skip to content

Commit

Permalink
Update Suggestion package.json
Browse files Browse the repository at this point in the history
Fixes usage with Yarn v3
  • Loading branch information
dphuang2 authored Apr 28, 2022
1 parent 7cae967 commit b8fe3f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/suggestion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"src",
"dist"
],
"devDependencies": {
"@types/prosemirror-model": "^1.16.1",
"@types/prosemirror-state": "^1.2.8",
"@types/prosemirror-view": "^1.23.1",
},
"peerDependencies": {
"@tiptap/core": "^2.0.0-beta.1"
},
Expand Down

0 comments on commit b8fe3f4

Please sign in to comment.