Update react-query and lucide-react dependencies and improve lockfile version

This commit updates '@tanstack/react-query' from '5.32.0' to '5.35.1' and 'lucide-react' from '^0.376.0' to '^0.378.0' in package.json. Additionally, changes were made in pnpm-lock.yaml including updating the lockfile version from '9.0' to '6.0'.
This commit is contained in:
giancarlo
2024-05-07 14:22:47 +07:00
parent 9a2fa3be13
commit 05255cbebe
17 changed files with 7087 additions and 8698 deletions

View File

@@ -30,7 +30,7 @@
"@supabase/supabase-js": "^2.43.1",
"@types/react": "^18.3.1",
"date-fns": "^3.6.0",
"lucide-react": "^0.376.0",
"lucide-react": "^0.378.0",
"next": "14.2.3",
"react": "18.3.1",
"react-hook-form": "^7.51.4",

View File

@@ -15,8 +15,8 @@
"./components": "./src/components/index.ts"
},
"dependencies": {
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.0",
"stripe": "^15.5.0"
},
"devDependencies": {