mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* website: bump the build group in /website with 6 updates Bumps the build group in /website with 6 updates: | Package | From | To | | --- | --- | --- | | [@swc/core-darwin-arm64](https://github.com/swc-project/swc) | `1.15.26` | `1.15.30` | | [@swc/core-linux-arm64-gnu](https://github.com/swc-project/swc) | `1.15.26` | `1.15.30` | | [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc) | `1.15.26` | `1.15.30` | | [@swc/html-darwin-arm64](https://github.com/swc-project/swc) | `1.15.26` | `1.15.30` | | [@swc/html-linux-arm64-gnu](https://github.com/swc-project/swc) | `1.15.26` | `1.15.30` | | [@swc/html-linux-x64-gnu](https://github.com/swc-project/swc) | `1.15.26` | `1.15.30` | Updates `@swc/core-darwin-arm64` from 1.15.26 to 1.15.30 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.15.26...v1.15.30) Updates `@swc/core-linux-arm64-gnu` from 1.15.26 to 1.15.30 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.15.26...v1.15.30) Updates `@swc/core-linux-x64-gnu` from 1.15.26 to 1.15.30 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.15.26...v1.15.30) Updates `@swc/html-darwin-arm64` from 1.15.26 to 1.15.30 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.15.26...v1.15.30) Updates `@swc/html-linux-arm64-gnu` from 1.15.26 to 1.15.30 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.15.26...v1.15.30) Updates `@swc/html-linux-x64-gnu` from 1.15.26 to 1.15.30 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.15.26...v1.15.30) --- updated-dependencies: - dependency-name: "@swc/core-darwin-arm64" dependency-version: 1.15.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@swc/core-linux-arm64-gnu" dependency-version: 1.15.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@swc/core-linux-x64-gnu" dependency-version: 1.15.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@swc/html-darwin-arm64" dependency-version: 1.15.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@swc/html-linux-arm64-gnu" dependency-version: 1.15.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@swc/html-linux-x64-gnu" dependency-version: 1.15.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build ... Signed-off-by: dependabot[bot] <support@github.com> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
121 lines
4.1 KiB
JSON
121 lines
4.1 KiB
JSON
{
|
|
"name": "@goauthentik/docs",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npm run build -w docs",
|
|
"build:api": "npm run build -w api",
|
|
"build:integrations": "npm run build -w integrations",
|
|
"check-types": "tsc -b",
|
|
"docusaurus": "docusaurus",
|
|
"preinstall": "npm ci --prefix ..",
|
|
"lint": "eslint --fix .",
|
|
"lint:lockfile": "echo 'Skipping lockfile linting'",
|
|
"lint-check": "eslint --max-warnings 0 .",
|
|
"prettier": "prettier --write .",
|
|
"prettier-check": "prettier --check .",
|
|
"start": "npm start -w docs",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^9.39.3",
|
|
"@goauthentik/eslint-config": "../packages/eslint-config",
|
|
"@goauthentik/prettier-config": "../packages/prettier-config",
|
|
"@goauthentik/tsconfig": "../packages/tsconfig",
|
|
"@types/node": "^25.5.0",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"eslint": "^9.39.3",
|
|
"netlify-plugin-cache": "^1.0.3",
|
|
"netlify-redirect-parser": "^14.4.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postman-code-generators": "2.1.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-packagejson": "^3.0.2",
|
|
"typescript": "^6.0.2",
|
|
"typescript-eslint": "^8.57.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rspack/binding-darwin-arm64": "1.7.11",
|
|
"@rspack/binding-linux-arm64-gnu": "1.7.11",
|
|
"@rspack/binding-linux-x64-gnu": "1.7.11",
|
|
"@swc/core-darwin-arm64": "1.15.30",
|
|
"@swc/core-linux-arm64-gnu": "1.15.30",
|
|
"@swc/core-linux-x64-gnu": "1.15.30",
|
|
"@swc/html-darwin-arm64": "1.15.30",
|
|
"@swc/html-linux-arm64-gnu": "1.15.30",
|
|
"@swc/html-linux-x64-gnu": "1.15.30",
|
|
"lightningcss-darwin-arm64": "1.32.0",
|
|
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
"lightningcss-linux-x64-gnu": "1.32.0"
|
|
},
|
|
"workspaces": [
|
|
"vendored/*",
|
|
"docusaurus-theme",
|
|
"api",
|
|
"integrations",
|
|
"docs"
|
|
],
|
|
"engines": {
|
|
"node": ">=24",
|
|
"npm": ">=11.10.1"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"onFail": "error",
|
|
"version": ">=24"
|
|
},
|
|
"packageManager": {
|
|
"name": "npm",
|
|
"version": ">=11.6.2",
|
|
"onFail": "warn"
|
|
}
|
|
},
|
|
"packageManager": "npm@11.11.0+sha512.f36811c4aae1fde639527368ae44c571d050006a608d67a191f195a801a52637a312d259186254aa3a3799b05335b7390539cf28656d18f0591a1125ba35f973",
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"overrides": {
|
|
"@goauthentik/api-docs": {
|
|
"openapi-to-postmanv2": "^5.0.0",
|
|
"postman-collection": "^5.0.2",
|
|
"postman-code-generators": {
|
|
"detect-package-manager": "file:./vendored/detect-package-manager",
|
|
"shelljs": "0.10.0"
|
|
},
|
|
"docusaurus-theme-openapi-docs": {
|
|
"postman-code-generators": {
|
|
".": "^2.1.0",
|
|
"detect-package-manager": "file:./vendored/detect-package-manager"
|
|
}
|
|
}
|
|
},
|
|
"@goauthentik/prettier-config": {
|
|
"prettier": "$prettier",
|
|
"prettier-plugin-packagejson": "$prettier-plugin-packagejson"
|
|
},
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"typescript": "$typescript"
|
|
},
|
|
"@typescript-eslint/parser": {
|
|
"typescript": "$typescript"
|
|
},
|
|
"docusaurus-theme-openapi-docs": {
|
|
"postman-code-generators": {
|
|
".": "^1.10.1",
|
|
"detect-package-manager": "file:./vendored/detect-package-manager",
|
|
"shelljs": "0.10.0"
|
|
}
|
|
},
|
|
"format-imports": {
|
|
"eslint": "$eslint"
|
|
},
|
|
"postman-code-generators": {
|
|
"detect-package-manager": "file:./vendored/detect-package-manager",
|
|
"shelljs": "0.10.0"
|
|
},
|
|
"typescript-eslint": {
|
|
"typescript": "$typescript"
|
|
}
|
|
}
|
|
}
|