Files
zitadel/package.json
T
RamonandMax Peintner 0945195f68 chore: deps update (#11968)
# Which Problems Are Solved
This pr updates major and minor dependencies and is the first step on
getting our dependabot alerts cut down.

# How the Problems Are Solved

Depedency updates across the board eg:
- Upgrade Angular to v21
- Upgrade next.js to v16.2
- Upgrade tailwind to v4 in the login
- Upgrade vitest to v4 in the login

This is an uncompleted list refer to the changed files for a full
overview of all the updates.

# Additional Changes

Migrated all control flow in the console to the modern control flow
syntax.
Fixed the dependsOn setting for the @zitadel/login:test-unit nx target.

# Additional Context

- Closes https://github.com/zitadel/zitadel/issues/11274

---------

Co-authored-by: Max Peintner <peintnerm@gmail.com>
2026-04-02 15:53:08 +02:00

26 lines
571 B
JSON

{
"packageManager": "pnpm@10.30.3",
"private": true,
"name": "@zitadel/zitadel",
"pnpm": {
"overrides": {
"form-data@>=4.0.0 <4.0.4": ">=4.0.4",
"csstype": "3.1.3",
"tar@<7.5.3": ">=7.5.3",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0"
}
},
"scripts": {
"changeset": "changeset",
"clean:all": "pnpm run clean && rm -rf .nx node_modules"
},
"devDependencies": {
"@bufbuild/buf": "^1.66.1",
"@changesets/cli": "^2.30.0",
"nx": "21.6.9",
"sass": "^1.98.0",
"shiki": "^3.23.0",
"wait-on": "^9.0.4"
}
}