Update dependencies across multiple packages

Upgraded various library versions for monitoring, UI, ESLint, and other dependencies. This includes changes to `@sentry/nextjs`, `tailwindcss`, `eslint-config-turbo`, and various other packages to ensure compatibility and enhance features. Changes were reflected in `pnpm-lock.yaml` to maintain consistency.
This commit is contained in:
gbuomprisco
2024-08-16 10:29:00 +02:00
parent ff18a294ad
commit 9b114454e6
9 changed files with 258 additions and 238 deletions

View File

@@ -15,9 +15,9 @@
"./components": "./src/components/index.ts"
},
"dependencies": {
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.2.0",
"stripe": "^16.7.0"
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.3.0",
"stripe": "^16.8.0"
},
"devDependencies": {
"@kit/billing": "workspace:^",