Upgrade 'next' package and several dependencies to newer versions
The 'next' package and its dependencies in several packages have been upgraded. The 'lemonsqueezy.js' and 'pino' libraries also received updates. This commit ensures that the project uses the latest features, performance improvements, and security patches from these dependencies.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"@types/react": "^18.3.3",
|
||||
"date-fns": "^3.6.0",
|
||||
"lucide-react": "^0.394.0",
|
||||
"next": "14.2.3",
|
||||
"next": "14.2.4",
|
||||
"react": "18.3.1",
|
||||
"react-hook-form": "^7.51.5",
|
||||
"react-i18next": "^14.1.2",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"./components": "./src/components/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lemonsqueezy/lemonsqueezy.js": "3.1.0"
|
||||
"@lemonsqueezy/lemonsqueezy.js": "3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/billing": "workspace:^",
|
||||
@@ -26,7 +26,7 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:^",
|
||||
"@types/react": "^18.3.3",
|
||||
"next": "14.2.3",
|
||||
"next": "14.2.4",
|
||||
"react": "18.3.1",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"@kit/ui": "workspace:^",
|
||||
"@types/react": "^18.3.3",
|
||||
"date-fns": "^3.6.0",
|
||||
"next": "14.2.3",
|
||||
"next": "14.2.4",
|
||||
"react": "18.3.1",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"lucide-react": "^0.394.0",
|
||||
"next": "14.2.3",
|
||||
"next": "14.2.4",
|
||||
"next-themes": "0.3.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@tanstack/react-table": "^8.17.3",
|
||||
"@types/react": "^18.3.3",
|
||||
"lucide-react": "^0.394.0",
|
||||
"next": "14.2.3",
|
||||
"next": "14.2.4",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-hook-form": "^7.51.5",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"@tanstack/react-query": "5.44.0",
|
||||
"@types/react": "^18.3.3",
|
||||
"lucide-react": "^0.394.0",
|
||||
"next": "14.2.3",
|
||||
"next": "14.2.4",
|
||||
"react-hook-form": "^7.51.5",
|
||||
"react-i18next": "^14.1.2",
|
||||
"sonner": "^1.5.0",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"date-fns": "^3.6.0",
|
||||
"lucide-react": "^0.394.0",
|
||||
"next": "14.2.3",
|
||||
"next": "14.2.4",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-hook-form": "^7.51.5",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@supabase/supabase-js": "^2.43.4",
|
||||
"next": "14.2.3",
|
||||
"next": "14.2.4",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@tanstack/react-table": "^8.17.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"pino": "^9.1.0"
|
||||
"pino": "^9.2.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"@supabase/supabase-js": "^2.43.4",
|
||||
"@tanstack/react-query": "5.44.0",
|
||||
"@types/react": "^18.3.3",
|
||||
"next": "14.2.3",
|
||||
"next": "14.2.4",
|
||||
"react": "18.3.1",
|
||||
"server-only": "^0.0.1",
|
||||
"zod": "^3.23.8"
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"date-fns": "^3.6.0",
|
||||
"eslint": "^8.57.0",
|
||||
"next": "14.2.3",
|
||||
"next": "14.2.4",
|
||||
"next-themes": "0.3.0",
|
||||
"prettier": "^3.3.2",
|
||||
"react-day-picker": "^8.10.1",
|
||||
|
||||
Reference in New Issue
Block a user