Skip to content

Commit

Permalink
update next
Browse files Browse the repository at this point in the history
  • Loading branch information
nahtnam committed Nov 23, 2024
1 parent b445683 commit b83a2d2
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 85 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"dependencies": {
"@xframework/core": "^0.2.0",
"lucide-react": "^0.446.0",
"next": "15.0.0-canary.174",
"react": "19.0.0-rc-2d16326d-20240930",
"react-dom": "19.0.0-rc-2d16326d-20240930",
"next": "15.0.4-canary.24",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2"
},
Expand Down
154 changes: 73 additions & 81 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/app/_components/footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use cache";
import Link from "next/link";

export function Footer() {
export async function Footer() {
const year = new Date().getFullYear();

return (
Expand Down

0 comments on commit b83a2d2

Please sign in to comment.