mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* core, web: bump ajv from 6.12.6 to 6.14.0 in /packages/eslint-config Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v6.14.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 6.14.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump packages. Fix order. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "@goauthentik/authentik",
|
|
"version": "2026.5.0-rc1",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "run-s lint:spellcheck lint:lockfile",
|
|
"lint:lockfile": "echo 'Skipping lockfile linting'",
|
|
"lint:node": "echo 'Skipping node linting'",
|
|
"lint:spellcheck": "echo 'Skipping spellcheck linting'"
|
|
},
|
|
"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": "^3.0.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.48.1"
|
|
},
|
|
"workspaces": [],
|
|
"engines": {
|
|
"node": ">=24",
|
|
"npm": ">=11.10.1"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"onFail": "ignore",
|
|
"version": "24"
|
|
},
|
|
"packageManager": {
|
|
"name": "npm",
|
|
"version": "11.10.1",
|
|
"onFail": "ignore"
|
|
}
|
|
},
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"overrides": {
|
|
"format-imports": {
|
|
"eslint": "$eslint"
|
|
}
|
|
}
|
|
}
|