mirror of
https://github.com/zitadel/zitadel.git
synced 2026-07-25 18:28:00 +00:00
# Which Problems Are Solved Fixes open vulnerabilities # How the Problems Are Solved Updated npm/js dependencies across console, new login v2, and docs Based on https://github.com/zitadel/zitadel/pull/12164 --------- Co-authored-by: conblem <mail@conblem.me> Co-authored-by: Livio Spring <9405495+livio-a@users.noreply.github.com>
20 lines
521 B
JSON
20 lines
521 B
JSON
{
|
|
"name": "@zitadel/functional-ui",
|
|
"scripts": {
|
|
"open": "cypress open",
|
|
"lint": "prettier --check cypress",
|
|
"lint-fix": "prettier --write cypress",
|
|
"clean": "rm -rf node_modules cypress/videos cypress/screenshots cypress/results cypress/downloads"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/node": "^25.7.0",
|
|
"cypress": "^15.14.2",
|
|
"cypress-wait-until": "^3.0.2",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"prettier": "^3.8.3",
|
|
"typescript": "^5.9.3",
|
|
"uuid": "^14.0.0"
|
|
}
|
|
}
|