* Upgraded to Next.js 16 * Refactored code to comply with React 19.2 ESLint rules * Refactored some useEffect usages with the new useEffectEvent * Added Identities page and added second step to set up an identity after accepting an invitation * Updated all dependencies * Introduced PNPM catalogs for some frequently updated dependencies * Bugs fixing and improvements
22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"name": "web-e2e",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"report": "playwright show-report",
|
|
"test": "playwright test --max-failures=1",
|
|
"test:fast": "playwright test --max-failures=1 --workers=16",
|
|
"test:setup": "playwright test tests/auth.setup.ts",
|
|
"test:ui": "playwright test --ui"
|
|
},
|
|
"author": "Makerkit",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.56.1",
|
|
"@supabase/supabase-js": "2.76.1",
|
|
"@types/node": "catalog:",
|
|
"dotenv": "17.2.3",
|
|
"node-html-parser": "^7.0.1",
|
|
"totp-generator": "^2.0.0"
|
|
}
|
|
}
|