Files
authentik/package.json
Teffen Ellis a8a7ae4c83 root: pin pnpm 11.20.0 everywhere (#24789)
* ci: pin pnpm 11.20.0 everywhere

Every pnpm version reference now agrees on the latest release:
packageManager and the engines floor in all four manifests, and the
ghcr.io/pnpm/pnpm image in both Dockerfiles. Frozen installs for the
root, web, and website workspaces verified clean on 11.20.0.

* Update client-ts.
2026-08-07 01:30:06 +00:00

47 lines
1.5 KiB
JSON

{
"name": "@goauthentik/authentik",
"version": "2026.11.0-rc1",
"private": true,
"scripts": {
"lint": "run-s lint:runtime lint:catalogs lint:spellcheck",
"lint:catalogs": "node ./scripts/node/lint-catalogs.ts",
"lint:runtime": "node ./scripts/node/lint-runtime.mjs",
"lint:spellcheck": "cspell . --config cspell.config.jsonc"
},
"type": "module",
"imports": {
"#logger": "./packages/logger-js/lib/node.js"
},
"dependencies": {
"@eslint/js": "catalog:",
"@goauthentik/docusaurus-config": "workspace:*",
"@goauthentik/eslint-config": "workspace:*",
"@goauthentik/logger-js": "workspace:*",
"@goauthentik/prettier-config": "workspace:*",
"@goauthentik/tsconfig": "workspace:*",
"cspell": "^10.0.1",
"eslint": "catalog:",
"npm-run-all": "^4.1.5",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"prettier": "catalog:",
"prettier-plugin-packagejson": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:",
"yaml": "^2.9.0"
},
"engines": {
"node": ">=24",
"pnpm": ">=11.20.0"
},
"devEngines": {
"runtime": {
"name": "node",
"onFail": "warn",
"version": ">=24"
}
},
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
"prettier": "@goauthentik/prettier-config"
}