-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to latest NextJS + switch to turbopack #3027
Changes from all commits
4d3fdba
a3be5be
7760230
85d5857
2b6514e
7f57449
f800017
e42f4c9
f7ac9ae
09f5fea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"version": "0.2-dev", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"dev": "next dev --turbopack", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
|
@@ -12,6 +12,8 @@ | |
"@dnd-kit/core": "^6.1.0", | ||
"@dnd-kit/modifiers": "^7.0.0", | ||
"@dnd-kit/sortable": "^8.0.0", | ||
"@dnd-kit/utilities": "^3.2.2", | ||
"@headlessui/react": "^2.2.0", | ||
"@headlessui/tailwindcss": "^0.2.1", | ||
"@phosphor-icons/react": "^2.0.8", | ||
"@radix-ui/react-dialog": "^1.0.5", | ||
|
@@ -39,7 +41,7 @@ | |
"lodash": "^4.17.21", | ||
"lucide-react": "^0.454.0", | ||
"mdast-util-find-and-replace": "^3.0.1", | ||
"next": "^14.2.3", | ||
"next": "^15.0.2", | ||
"npm": "^10.8.0", | ||
"postcss": "^8.4.31", | ||
"posthog-js": "^1.176.0", | ||
|
@@ -71,5 +73,8 @@ | |
"eslint": "^8.48.0", | ||
"eslint-config-next": "^14.1.0", | ||
"prettier": "2.8.8" | ||
}, | ||
"overrides": { | ||
"react-is": "^19.0.0-rc-69d4b800-20241021" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. needed to support shadcn charts with nextjs 15 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. a bit messy since we haven't switched to use react19, but it seems to work 🤷 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. without it, the charts are empty |
||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not recognized anymore