Skip to content

Commit

Permalink
Fix enter not working on editor
Browse files Browse the repository at this point in the history
Apparently bun got stuck loading two versions of prosemirror-model, see: ueberdosis/tiptap#577

Solved by deleting bun.lock and rerunning `bun install`
  • Loading branch information
akrolsmir committed Mar 27, 2024
1 parent 8f587b0 commit 23d4b9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"@supabase/supabase-js": "^2.33.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tiptap/extension-bubble-menu": "^2.0.4",
"@tiptap/extension-image": "^2.0.4",
"@tiptap/extension-link": "^2.0.4",
"@tiptap/extension-mention": "^2.0.4",
"@tiptap/extension-placeholder": "^2.0.4",
"@tiptap/html": "^2.0.4",
"@tiptap/pm": "^2.0.4",
"@tiptap/react": "^2.0.4",
"@tiptap/starter-kit": "^2.0.4",
"@tiptap/suggestion": "^2.0.4",
"@tiptap/extension-bubble-menu": "^2.2.4",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-mention": "^2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/html": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/suggestion": "^2.2.4",
"@types/d3-axis": "^3.0.5",
"@types/d3-zoom": "^3.0.6",
"@types/lodash": "^4.14.191",
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@tiptap/core": "^2.0.0",
"@tiptap/core": "^2.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"autoprefixer": "^10.4.13",
Expand Down

0 comments on commit 23d4b9c

Please sign in to comment.