-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1632086
commit 612b88b
Showing
2 changed files
with
1,165 additions
and
982 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,53 +11,53 @@ | |
}, | ||
"dependencies": { | ||
"@radix-ui/react-toast": "^1.1.5", | ||
"@radix-ui/themes": "^2.0.2", | ||
"@tiptap/extension-code-block-lowlight": "^2.1.13", | ||
"@tiptap/extension-highlight": "^2.1.13", | ||
"@tiptap/extension-link": "^2.1.13", | ||
"@tiptap/extension-mention": "^2.1.13", | ||
"@tiptap/extension-placeholder": "^2.1.13", | ||
"@tiptap/extension-typography": "^2.1.13", | ||
"@tiptap/extension-underline": "^2.1.13", | ||
"@tiptap/pm": "^2.1.13", | ||
"@tiptap/react": "^2.1.13", | ||
"@tiptap/starter-kit": "^2.1.13", | ||
"@tiptap/suggestion": "^2.1.13", | ||
"@radix-ui/themes": "^2.0.3", | ||
"@tiptap/extension-code-block-lowlight": "^2.2.2", | ||
"@tiptap/extension-highlight": "^2.2.2", | ||
"@tiptap/extension-link": "^2.2.2", | ||
"@tiptap/extension-mention": "^2.2.2", | ||
"@tiptap/extension-placeholder": "^2.2.2", | ||
"@tiptap/extension-typography": "^2.2.2", | ||
"@tiptap/extension-underline": "^2.2.2", | ||
"@tiptap/pm": "^2.2.2", | ||
"@tiptap/react": "^2.2.2", | ||
"@tiptap/starter-kit": "^2.2.2", | ||
"@tiptap/suggestion": "^2.2.2", | ||
"cal-sans": "^1.0.1", | ||
"clsx": "^2.0.0", | ||
"cmdk": "^0.2.0", | ||
"clsx": "^2.1.0", | ||
"cmdk": "^0.2.1", | ||
"cva": "npm:class-variance-authority", | ||
"downshift": "^8.2.3", | ||
"emoji-picker-element": "^1.20.1", | ||
"frappe-react-sdk": "^1.3.8", | ||
"downshift": "^8.3.1", | ||
"emoji-picker-element": "^1.21.0", | ||
"frappe-react-sdk": "^1.3.10", | ||
"highlight.js": "^11.9.0", | ||
"js-cookie": "^3.0.5", | ||
"lowlight": "^3.1.0", | ||
"moment-timezone": "^0.5.43", | ||
"moment-timezone": "^0.5.45", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-dropzone": "^14.2.3", | ||
"react-hook-form": "^7.43.1", | ||
"react-icons": "^4.12.0", | ||
"react-idle-timer": "^5.5.3", | ||
"react-intersection-observer": "^9.5.2", | ||
"react-router-dom": "^6.20.1", | ||
"react-virtuoso": "^4.3.8", | ||
"react-hook-form": "^7.50.1", | ||
"react-icons": "^5.0.1", | ||
"react-idle-timer": "^5.7.2", | ||
"react-intersection-observer": "^9.8.0", | ||
"react-router-dom": "^6.22.0", | ||
"react-virtuoso": "^4.6.3", | ||
"tippy.js": "^6.3.7", | ||
"turndown": "^7.1.2" | ||
}, | ||
"devDependencies": { | ||
"@types/js-cookie": "^3.0.6", | ||
"@types/react": "^18.2.42", | ||
"@types/react-dom": "^18.0.10", | ||
"@types/react": "^18.2.55", | ||
"@types/react-dom": "^18.2.19", | ||
"@types/turndown": "^5.0.4", | ||
"@vitejs/plugin-react": "^3.1.0", | ||
"autoprefixer": "^10.4.16", | ||
"tailwindcss": "^3.3.6", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"autoprefixer": "^10.4.17", | ||
"tailwindcss": "^3.4.1", | ||
"tailwindcss-animate": "^1.0.7", | ||
"typescript": "^4.9.3", | ||
"vite": "^4.5.1", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nikkothari22
Author
Member
|
||
"vite-plugin-pwa": "^0.17.4", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.1.1", | ||
"vite-plugin-pwa": "^0.17.5", | ||
"vite-plugin-svgr": "^4.2.0" | ||
} | ||
} |
Oops, something went wrong.
@nikkothari22 because of this FRAPPE v14 is no longer supported. vite 5.1 requires node v18 which is only supported for v15. is v4.5 still supported ?