Update Next.js version to 14.2.1 in pnpm lockfile

The commit updates the Next.js package version in the pnpm lockfile from 14.2.0 to 14.2.1. The version update includes all dependencies that specify Next.js.
This commit is contained in:
giancarlo
2024-04-14 19:07:58 +08:00
parent 736e377462
commit 6271e6a4f7
2 changed files with 92 additions and 213 deletions

View File

@@ -44,5 +44,10 @@
"turbo": "^1.13.2",
"typescript": "^5.4.5",
"yarn": "^1.22.22"
},
"pnpm": {
"overrides": {
"next": "14.2.1"
}
}
}