- Updated application version from 2.23.2 to 2.23.3 in package.json. - Upgraded various dependencies including @faker-js/faker to 10.2.0, @react-email/components to 1.0.4, and updated supabase-related packages to 2.90.1. - Adjusted node-html-parser version to 7.0.2 and totp-generator to 2.0.1. - Updated i18next and related packages to the latest versions for improved localization support.
22 lines
585 B
JSON
22 lines
585 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.57.0",
|
|
"@supabase/supabase-js": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"dotenv": "17.2.3",
|
|
"node-html-parser": "^7.0.2",
|
|
"totp-generator": "^2.0.1"
|
|
}
|
|
}
|