- Bump versions for `@hookform/resolvers`, `@tanstack/react-query`, `lucide-react`, `tailwindcss`, and `@types/node` to their latest compatible versions. - Update `babel-plugin-react-compiler` to a newer beta version. - Adjust `@supabase/supabase-js` and `@stripe/react-stripe-js` to their latest versions. - Increment `sonner` and `tailwind-merge` versions for improved functionality. - Update `@react-email/components` to the latest version for email templates. This update ensures compatibility with the latest features and fixes across the codebase.
21 lines
449 B
JSON
21 lines
449 B
JSON
{
|
|
"name": "web-e2e",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"report": "playwright show-report",
|
|
"test": "playwright test --max-failures=1",
|
|
"test:ui": "playwright test --ui"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.51.1",
|
|
"@types/node": "^22.13.17",
|
|
"node-html-parser": "^7.0.1",
|
|
"totp-generator": "^1.0.0"
|
|
}
|
|
}
|