Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkel Holm Jensen committed Oct 19, 2022
1 parent ba6bdfe commit 62de21d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-tiptap-editor",
"version": "0.9.2",
"version": "0.9.3",
"description": "A drop-in replacement for the strapi editor",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down Expand Up @@ -57,6 +57,7 @@
"@tiptap/extension-text-style": "2.0.0-beta.199",
"@tiptap/extension-underline": "2.0.0-beta.199",
"@tiptap/extension-youtube": "2.0.0-beta.199",
"@tiptap/react": "2.0.0-beta.199",
"react-icons": "4.4.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 62de21d

Please sign in to comment.