Update "next" version and "turbo" packages

The commit updates the "next" package version to 14.2.0-canary.54 and updates the "turbo" package version to 1.13.2, both in `apps/web/package.json` and `pnpm-lock.yaml` files. The modifications to these packages are necessary for certain features to work properly and for overall project stability and performance improvements.
This commit is contained in:
giancarlo
2024-04-03 16:09:26 +08:00
parent 048d58dcdf
commit de5fc48c89
3 changed files with 72 additions and 72 deletions

View File

@@ -41,7 +41,7 @@
"edge-csrf": "^1.0.9",
"i18next": "^23.10.1",
"i18next-resources-to-backend": "^1.2.0",
"next": "v14.2.0-canary.52",
"next": "14.2.0-canary.54",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
"react": "18.2.0",
@@ -58,7 +58,7 @@
"@kit/prettier-config": "workspace:^",
"@kit/tailwind-config": "workspace:^",
"@kit/tsconfig": "workspace:^",
"@next/bundle-analyzer": "canary",
"@next/bundle-analyzer": "14.2.0-canary.54",
"@types/mdx": "^2.0.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",