File tree Expand file tree Collapse file tree 4 files changed +10
-33
lines changed Expand file tree Collapse file tree 4 files changed +10
-33
lines changed Original file line number Diff line number Diff line change 11import Image from "next/image"
2- import { Link } from "@/components/navigation/Link"
32import { absoluteUrl , formatDate } from "@/lib/utils"
43import type { DrupalNode } from "next-drupal"
4+ import Link from "next/link"
55
66interface ArticleTeaserProps {
77 node : DrupalNode
Original file line number Diff line number Diff line change 1- import { Link } from "@/components/navigation/Link "
1+ import Link from "next/link "
22
33export function HeaderNav ( ) {
44 return (
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " pages-starter" ,
3- "version" : " 2.0.0-beta.0 " ,
3+ "version" : " 2.0.0-beta.1 " ,
44 "private" : true ,
55 "license" : " MIT" ,
66 "scripts" : {
1313 "format:check" : " prettier --check ."
1414 },
1515 "dependencies" : {
16- "next" : " ^14.2.2 " ,
17- "next-drupal" : " ^2.0.0-beta.0 " ,
18- "react" : " ^18.2 .0" ,
19- "react-dom" : " ^18.2 .0"
16+ "next" : " ^15.0.4 " ,
17+ "next-drupal" : " ^2.0.0-beta.2 " ,
18+ "react" : " ^19.0 .0" ,
19+ "react-dom" : " ^19.0 .0"
2020 },
2121 "devDependencies" : {
2222 "@tailwindcss/typography" : " ^0.5.12" ,
2323 "@types/node" : " ^20.12.7" ,
24- "@types/react" : " ^18.2.79 " ,
25- "@types/react-dom" : " ^18.2.25 " ,
24+ "@types/react" : " ^19.0.0 " ,
25+ "@types/react-dom" : " ^19.0.0 " ,
2626 "autoprefixer" : " ^10.4.19" ,
2727 "eslint" : " ^8.57.0" ,
28- "eslint-config-next" : " ^14.2.2 " ,
28+ "eslint-config-next" : " ^15.0.4 " ,
2929 "postcss" : " ^8.4.38" ,
3030 "prettier" : " ^3.2.5" ,
3131 "tailwindcss" : " ^3.4.3" ,
You can’t perform that action at this time.
0 commit comments