Skip to content

Commit

Permalink
feat: update to Next.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanMorel committed Oct 27, 2023
1 parent fcdc3a6 commit 3e485a3
Show file tree
Hide file tree
Showing 5 changed files with 328 additions and 404 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { withMetadata } from "@/src/helpers/server/MetadataHelper";
import { Inter } from "next/font/google";
import { ReactElement, ReactNode } from "react";

export { viewport } from "@/src/helpers/server/MetadataHelper";

interface Props {
children: ReactNode;
}
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"@heroicons/react": "^2.0.18",
"@radix-ui/react-dialog": "^1.0.5",
"@types/mime-types": "^2.1.3",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"jotai": "^2.4.3",
"jotai": "^2.5.0",
"mime-types": "^2.1.35",
"next": "^13.5.6",
"next": "^14.0.0",
"nextjs-google-analytics": "^2.3.3",
"pino": "^8.16.1",
"pino-pretty": "^10.2.3",
Expand All @@ -41,18 +41,18 @@
"rotating-file-stream": "^3.1.1",
"sharp": "^0.32.6",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tw-colors": "^3.0.3",
"tailwindcss": "^3.3.5",
"tw-colors": "^3.1.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@next/eslint-plugin-next": "^13.5.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@next/eslint-plugin-next": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
Expand Down
Loading

0 comments on commit 3e485a3

Please sign in to comment.