Update 'next' version and dependencies in pnpm-lock.yaml

This commit updates the package version of 'next' from 14.3.0-canary.7 to 14.3.0-canary.9 throughout the pnpm-lock.yaml file. Other dependencies updated with the respective package include '@makerkit/data-loader-supabase-nextjs', '@keystatic/next' and so on. This update is important to ensure the latest features are being utilized while retaining compatibility with existing code.
This commit is contained in:
giancarlo
2024-04-18 15:34:07 +08:00
parent 0dfd5d8ec1
commit 53f94abe88
23 changed files with 205 additions and 194 deletions

View File

@@ -60,7 +60,7 @@
"i18next": "^23.11.2",
"i18next-resources-to-backend": "^1.2.1",
"lucide-react": "^0.368.0",
"next": "14.3.0-canary.7",
"next": "14.3.0-canary.9",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
"react": "18.2.0",
@@ -76,7 +76,7 @@
"@kit/prettier-config": "workspace:^",
"@kit/tailwind-config": "workspace:^",
"@kit/tsconfig": "workspace:^",
"@next/bundle-analyzer": "14.3.0-canary.7",
"@next/bundle-analyzer": "14.3.0-canary.9",
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
@@ -85,7 +85,7 @@
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"supabase": "^1.159.1",
"supabase": "^1.162.4",
"tailwindcss": "3.4.3",
"typescript": "^5.4.5"
},