Updated all dependencies (#95)
* Updated all dependencies * Increase workflow timeout * Fix Supabase JS to non buggy version
This commit is contained in:
committed by
GitHub
parent
97d2cf9f85
commit
4efe5f3f7b
@@ -27,14 +27,14 @@
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@supabase/supabase-js": "^2.47.3",
|
||||
"@supabase/supabase-js": "2.47.5",
|
||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.468.0",
|
||||
"next": "15.1.0",
|
||||
"react": "19.0.0",
|
||||
"react-hook-form": "^7.54.0",
|
||||
"react-i18next": "^15.1.4",
|
||||
"react-hook-form": "^7.54.1",
|
||||
"react-i18next": "^15.2.0",
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
"./components": "./src/components/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "^3.0.0",
|
||||
"@stripe/stripe-js": "^5.2.0",
|
||||
"@stripe/react-stripe-js": "^3.1.0",
|
||||
"@stripe/stripe-js": "^5.3.0",
|
||||
"stripe": "^17.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user