Skip to content

Commit

Permalink
Upgrade Next.js & React to latest versions (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
scastiel committed May 30, 2024
1 parent 0c05499 commit e990e00
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 68 deletions.
134 changes: 71 additions & 63 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@
"embla-carousel-react": "^8.0.0-rc21",
"lucide-react": "^0.290.0",
"nanoid": "^5.0.4",
"next": "^14.1.0",
"next": "^14.2.3",
"next-s3-upload": "^0.3.4",
"next-themes": "^0.2.1",
"next13-progressbar": "^1.1.1",
"openai": "^4.25.0",
"pg": "^8.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"prisma": "^5.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.47.0",
"react-intersection-observer": "^9.8.0",
"sharp": "^0.33.2",
Expand All @@ -55,8 +56,7 @@
"ts-pattern": "^5.0.6",
"uuid": "^9.0.1",
"vaul": "^0.8.0",
"zod": "^3.22.4",
"prisma": "^5.7.0"
"zod": "^3.22.4"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
Expand Down

0 comments on commit e990e00

Please sign in to comment.