- Upgraded `@supabase/supabase-js` to `2.51.0` - Bumped `@tanstack/react-query` to `5.83.0` - Incremented `next` and related packages to `15.4.1` - Miscellaneous upgrades including `@react-email/components`, `eslint`, and `cssnano`.
22 lines
472 B
JSON
22 lines
472 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.54.1",
|
|
"@types/node": "^24.0.13",
|
|
"dotenv": "17.2.0",
|
|
"node-html-parser": "^7.0.1",
|
|
"totp-generator": "^1.0.0"
|
|
}
|
|
}
|