Skip to content

Commit

Permalink
chore: updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Feb 9, 2024
1 parent 1632086 commit 612b88b
Show file tree
Hide file tree
Showing 2 changed files with 1,165 additions and 982 deletions.
64 changes: 32 additions & 32 deletions raven-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
@RJPvT

RJPvT Feb 16, 2024

Contributor

@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 ?

This comment has been minimized.

Copy link
@nikkothari22

nikkothari22 Feb 16, 2024

Author Member

Node v16 reached EOL last year. https://nodejs.org/en/blog/announcements/nodejs16-eol

Though I think Frappe v14 can run on node v18.

"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"
}
}
Loading

0 comments on commit 612b88b

Please sign in to comment.