Skip to content

Commit

Permalink
feat: upgrade next to 14 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
marthendalnunes authored Nov 26, 2023
1 parent 5095d92 commit 7be884c
Show file tree
Hide file tree
Showing 4 changed files with 3,325 additions and 1,891 deletions.
2 changes: 1 addition & 1 deletion app/opengraph-image.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ImageResponse } from "next/server"
import { ImageResponse } from "next/og"

import { siteConfig } from "@/config/site"

Expand Down
2 changes: 1 addition & 1 deletion components/ui/social/og-image-integrations.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ImageResponse } from "next/server"
import { ImageResponse } from "next/og"
import { turboIntegrations } from "@/data/turbo-integrations"
import { env } from "env.mjs"

Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "eslint '**/*.{ts,tsx}'",
"lint-fix": "eslint '**/*.{ts,tsx}' --fix",
Expand Down Expand Up @@ -54,7 +53,6 @@
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-context-menu": "^2.1.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-form": "^0.0.2",
Expand Down Expand Up @@ -90,7 +88,7 @@
"luxon": "^3.2.1",
"moment": "^2.29.4",
"moralis": "^2.22.4",
"next": "13.5.2",
"next": "14.0.3",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
Expand Down Expand Up @@ -124,17 +122,17 @@
"@tsconfig/next": "^1.0.4",
"@types/luxon": "^3.2.0",
"@types/node": "^17.0.31",
"@types/react": "18.0.26",
"@types/react": "18.2.38",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.10",
"@types/react-dom": "18.2.17",
"@types/react-table": "^7.7.14",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@wagmi/cli": "^1.1.0",
"autoprefixer": "^10.4.13",
"concurrently": "^8.2.0",
"eslint": "8.30.0",
"eslint-config-next": "13.5.2",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down
Loading

1 comment on commit 7be884c

@vercel
Copy link

@vercel vercel bot commented on 7be884c Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.