Update Next.js version across dependencies

The Next.js version has been updated across multiple dependencies in the pnpm-lock file. This ensures consistency, removes instances of the canary version, and aligns all packages to use the stable 14.2.0 release.
This commit is contained in:
giancarlo
2024-04-12 17:48:19 +08:00
parent b7aa64b06e
commit 477b8f0d52
21 changed files with 2116 additions and 2089 deletions

View File

@@ -36,7 +36,7 @@
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.367.0",
"next": "14.2.0-canary.65",
"next": "14.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.2",