-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Upgrade to React19 & Next15 (#64)
* ⬆️ React19 & Next15 * 🔄 rename next.config.js to next.config.ts and update type annotations in layout.tsx * 🔄 refactor generateStaticParams to use for loops instead of flatMap for better readability * 🔄 update type of children prop in CategoryLayout from ReactNode to JSX.Element and improve variable naming for clarity * 🔄 refactor generateMetadata and CategoryLayout to improve type definitions and simplify props structure * 🔄 update children prop type in layout components from JSX.Element to ReactNode for improved flexibility * remove unnecessary pnpm overrides from package.json * 🔄 update TypeScript version and refactor layout component props for improved type safety and clarity * 🔄 update dependencies: upgrade @testing-library/react, react, @types/react, @number-flow/react, embla-carousel-react, motion, qrcode.react, and react-dom for improved compatibility and features * 🔄 update trend prop in GithubStarsButton from false to 0 for improved functionality
- Loading branch information
1 parent
433ca8d
commit 1237a34
Showing
29 changed files
with
1,827 additions
and
1,668 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
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
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
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
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
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
Oops, something went wrong.