Files
authentik/package.json
authentik-automation[bot] fbe8028b08 root: bump version to 2026.2.0-rc1 (#18794)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
2025-12-12 20:59:47 +00:00

43 lines
1.1 KiB
JSON

{
"name": "@goauthentik/authentik",
"version": "2026.2.0-rc1",
"private": true,
"type": "module",
"dependencies": {
"@eslint/js": "^9.39.1",
"@goauthentik/eslint-config": "./packages/eslint-config",
"@goauthentik/prettier-config": "./packages/prettier-config",
"@goauthentik/tsconfig": "./packages/tsconfig",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"eslint": "^9.39.1",
"prettier": "^3.7.4",
"prettier-plugin-packagejson": "^2.5.20",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1"
},
"engines": {
"node": ">=24",
"npm": ">=11.6.2"
},
"workspaces": [],
"prettier": "@goauthentik/prettier-config",
"overrides": {
"format-imports": {
"eslint": "$eslint"
}
},
"devEngines": {
"runtime": {
"name": "node",
"onFail": "warn",
"version": ">=24"
},
"packageManager": {
"name": "npm",
"onFail": "warn",
"version": ">=11.6.2"
}
}
}