Update version of Next.js from 14.3.0-canary.9 to 14.3.0-canary.7

This commit updates Next.js version from 14.3.0-canary.9 to 14.3.0-canary.7 across various packages in pnpm-lock.yaml. The update is aimed at overcoming issues or incorporating improvements added in the 14.3.0-canary.7 version.
This commit is contained in:
giancarlo
2024-04-18 20:32:07 +08:00
parent 5ed3b18a00
commit 98a4c02020
10 changed files with 92 additions and 92 deletions

View File

@@ -47,7 +47,7 @@
"@types/react": "^18.2.79",
"date-fns": "^3.6.0",
"lucide-react": "^0.368.0",
"next": "14.3.0-canary.9",
"next": "14.3.0-canary.7",
"react": "18.2.0",
"react-hook-form": "^7.51.3",
"react-i18next": "^14.1.0",

View File

@@ -36,7 +36,7 @@
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"lucide-react": "^0.368.0",
"next": "14.3.0-canary.9",
"next": "14.3.0-canary.7",
"next-themes": "0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",

View File

@@ -40,7 +40,7 @@
"@tanstack/react-table": "^8.16.0",
"@types/react": "^18.2.79",
"lucide-react": "^0.368.0",
"next": "14.3.0-canary.9",
"next": "14.3.0-canary.7",
"react": "18.2.0",
"react-hook-form": "^7.51.3",
"zod": "^3.22.4"

View File

@@ -32,7 +32,7 @@
"@tanstack/react-query": "5.29.2",
"@types/react": "^18.2.79",
"lucide-react": "^0.368.0",
"next": "14.3.0-canary.9",
"next": "14.3.0-canary.7",
"react-hook-form": "^7.51.3",
"react-i18next": "^14.1.0",
"sonner": "^1.4.41",

View File

@@ -37,7 +37,7 @@
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.368.0",
"next": "14.3.0-canary.9",
"next": "14.3.0-canary.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.3",

View File

@@ -28,7 +28,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "^2.42.4",
"next": "14.3.0-canary.9",
"next": "14.3.0-canary.7",
"zod": "^3.22.4"
},
"eslintConfig": {

View File

@@ -32,7 +32,7 @@
"@supabase/supabase-js": "^2.42.4",
"@tanstack/react-query": "5.29.2",
"@types/react": "^18.2.79",
"next": "14.3.0-canary.9",
"next": "14.3.0-canary.7",
"react": "18.2.0",
"zod": "^3.22.4"
},

View File

@@ -59,7 +59,7 @@
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"lucide-react": "^0.368.0",
"next": "14.3.0-canary.9",
"next": "14.3.0-canary.7",
"next-themes": "0.3.0",
"prettier": "^3.2.5",
"react-day-picker": "^8.10.1",