Updated dependencies

This commit is contained in:
gbuomprisco
2024-09-20 13:24:42 +02:00
parent 871df6ad43
commit 98b77d8ee1
24 changed files with 647 additions and 668 deletions

View File

@@ -28,10 +28,10 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.45.4",
"@types/react": "^18.3.6",
"date-fns": "^4.0.0",
"@types/react": "^18.3.8",
"date-fns": "^4.1.0",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"next": "14.2.13",
"react": "18.3.1",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.2",

View File

@@ -25,8 +25,8 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/react": "^18.3.6",
"next": "14.2.11",
"@types/react": "^18.3.8",
"next": "14.2.13",
"react": "18.3.1",
"zod": "^3.23.8"
},

View File

@@ -17,7 +17,7 @@
"dependencies": {
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.5.0",
"stripe": "^16.11.0"
"stripe": "^16.12.0"
},
"devDependencies": {
"@kit/billing": "workspace:^",
@@ -28,9 +28,9 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/react": "^18.3.6",
"date-fns": "^4.0.0",
"next": "14.2.11",
"@types/react": "^18.3.8",
"date-fns": "^4.1.0",
"next": "14.2.13",
"react": "18.3.1",
"zod": "^3.23.8"
},