diff options
author | Nick Perez <nicholas.perez@tiptap.dev> | 2024-11-23 22:07:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 21:07:37 +0000 |
commit | fdc3f0f17ddedcdac736d2d21c65bc1ea1edbfdc (patch) | |
tree | 9d4ccb8fb244c1c62a0a40ed0e6da4060b257cc4 /package.json | |
parent | 0395ba3e793c16c964dd64f72a43566aa12a4d35 (diff) | |
download | voidsky-fdc3f0f17ddedcdac736d2d21c65bc1ea1edbfdc.tar.zst |
perf: optimizations for composer with Tiptap (#6315)
* chore: update tiptap packages * perf: reduce number of re-renders * refactor: apply min height without a layout effect * Remove stale zeed-dom resolution --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/package.json b/package.json index 52a1ae925..8449e1dee 100644 --- a/package.json +++ b/package.json @@ -90,18 +90,18 @@ "@tanstack/query-async-storage-persister": "^5.25.0", "@tanstack/react-query": "^5.8.1", "@tanstack/react-query-persist-client": "^5.25.0", - "@tiptap/core": "^2.6.6", - "@tiptap/extension-document": "^2.6.6", - "@tiptap/extension-hard-break": "^2.6.6", - "@tiptap/extension-history": "^2.6.6", - "@tiptap/extension-mention": "^2.6.6", - "@tiptap/extension-paragraph": "^2.6.6", - "@tiptap/extension-placeholder": "^2.6.6", - "@tiptap/extension-text": "^2.6.6", - "@tiptap/html": "^2.6.6", - "@tiptap/pm": "^2.6.6", - "@tiptap/react": "^2.6.6", - "@tiptap/suggestion": "^2.6.6", + "@tiptap/core": "^2.9.1", + "@tiptap/extension-document": "^2.9.1", + "@tiptap/extension-hard-break": "^2.9.1", + "@tiptap/extension-history": "^2.9.1", + "@tiptap/extension-mention": "^2.9.1", + "@tiptap/extension-paragraph": "^2.9.1", + "@tiptap/extension-placeholder": "^2.9.1", + "@tiptap/extension-text": "^2.9.1", + "@tiptap/html": "^2.9.1", + "@tiptap/pm": "^2.9.1", + "@tiptap/react": "^2.9.1", + "@tiptap/suggestion": "^2.9.1", "@types/invariant": "^2.2.37", "@types/lodash.throttle": "^4.1.9", "@types/node": "^20.14.3", @@ -260,13 +260,12 @@ "webpack-bundle-analyzer": "^4.10.1" }, "resolutions": { + "@radix-ui/react-focus-scope": "1.1.0", + "@react-native/babel-preset": "0.74.1", "@types/react": "^18", - "**/zeed-dom": "0.10.9", - "**/zod": "3.23.8", "**/expo-constants": "16.0.1", "**/expo-device": "6.0.2", - "@react-native/babel-preset": "0.74.1", - "@radix-ui/react-focus-scope": "1.1.0" + "**/zod": "3.23.8" }, "jest": { "preset": "jest-expo/ios", |