-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
6 changed files
with
33 additions
and
12 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
"blog": patch | ||
--- | ||
|
||
chore: upgrade to react 19 | ||
|
||
## Summary by CodeRabbit | ||
|
||
- **New Features** | ||
|
||
- Updated VSCode extensions documentation with new entries and enhanced descriptions. | ||
- Introduced a linting script for Next.js in the project. | ||
|
||
- **Bug Fixes** | ||
|
||
- Removed unnecessary file extensions from import statements across various components. | ||
|
||
- **Documentation** | ||
|
||
- Updated the "Todo" section and runtime software versions in the README file. | ||
|
||
- **Chores** | ||
- Upgraded core dependencies including `next`, `react`, and `react-dom` to their latest versions. | ||
- Updated TypeScript and ESLint configurations to improve code quality and maintainability. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export { Date } from "./Atoms/Date"; | ||
export { DateDisplay } from "./Atoms/DateDisplay"; | ||
|
||
export { Navbar } from "./Molecules/Navbar"; |