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>
18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"packageManager": "pnpm@10.30.3",
|
|
"private": true,
|
|
"name": "@zitadel/zitadel",
|
|
"scripts": {
|
|
"changeset": "changeset",
|
|
"clean:all": "pnpm run clean && rm -rf .nx node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"@bufbuild/buf": "^1.69.0",
|
|
"@changesets/cli": "^2.31.0",
|
|
"nx": "21.6.11",
|
|
"sass": "^1.99.0",
|
|
"shiki": "^3.23.0",
|
|
"wait-on": "^9.0.10"
|
|
}
|
|
}
|