mirror of
https://github.com/goauthentik/authentik.git
synced 2026-08-30 18:51:39 -07:00
Bumps the build group with 3 updates in the /website directory: [@rspack/binding-darwin-arm64](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack), [@rspack/binding-linux-arm64-gnu](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) and [@rspack/binding-linux-x64-gnu](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack). Updates `@rspack/binding-darwin-arm64` from 2.1.8 to 2.1.10 - [Release notes](https://github.com/web-infra-dev/rspack/releases) - [Commits](https://github.com/web-infra-dev/rspack/commits/v2.1.10/packages/rspack) Updates `@rspack/binding-linux-arm64-gnu` from 2.1.8 to 2.1.10 - [Release notes](https://github.com/web-infra-dev/rspack/releases) - [Commits](https://github.com/web-infra-dev/rspack/commits/v2.1.10/packages/rspack) Updates `@rspack/binding-linux-x64-gnu` from 2.1.8 to 2.1.10 - [Release notes](https://github.com/web-infra-dev/rspack/releases) - [Commits](https://github.com/web-infra-dev/rspack/commits/v2.1.10/packages/rspack) --- updated-dependencies: - dependency-name: "@rspack/binding-darwin-arm64" dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@rspack/binding-linux-arm64-gnu" dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@rspack/binding-linux-x64-gnu" dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
67 lines
2.5 KiB
JSON
67 lines
2.5 KiB
JSON
{
|
|
"name": "@goauthentik/docs",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm --filter \"./docs\" run build",
|
|
"build:api": "pnpm --filter \"./api\" run build",
|
|
"build:integrations": "pnpm --filter \"./integrations\" run build",
|
|
"check-types": "tsc -b",
|
|
"docusaurus": "docusaurus",
|
|
"lint": "eslint --fix .",
|
|
"lint-check": "eslint --max-warnings 0 .",
|
|
"prettier": "prettier --write .",
|
|
"prettier-check": "prettier --check .",
|
|
"start": "pnpm --filter \"./docs\" run start",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "catalog:",
|
|
"@goauthentik/brand-assets": "^2.0.0",
|
|
"@goauthentik/docusaurus-theme": "workspace:*",
|
|
"@goauthentik/eslint-config": "link:../packages/eslint-config",
|
|
"@goauthentik/prettier-config": "link:../packages/prettier-config",
|
|
"@goauthentik/tsconfig": "link:../packages/tsconfig",
|
|
"@types/node": "catalog:",
|
|
"deepmerge-ts": "^7.1.5",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"eslint": "catalog:",
|
|
"netlify-plugin-cache": "^1.0.3",
|
|
"netlify-redirect-parser": "^14.4.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postman-code-generators": "2.1.1",
|
|
"prettier": "catalog:",
|
|
"prettier-plugin-packagejson": "catalog:",
|
|
"typescript": "catalog:",
|
|
"typescript-eslint": "catalog:"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rspack/binding-darwin-arm64": "2.1.10",
|
|
"@rspack/binding-linux-arm64-gnu": "2.1.10",
|
|
"@rspack/binding-linux-x64-gnu": "2.1.10",
|
|
"@swc/core-darwin-arm64": "1.15.47",
|
|
"@swc/core-linux-arm64-gnu": "1.15.47",
|
|
"@swc/core-linux-x64-gnu": "1.15.47",
|
|
"@swc/html-darwin-arm64": "1.15.47",
|
|
"@swc/html-linux-arm64-gnu": "1.15.47",
|
|
"@swc/html-linux-x64-gnu": "1.15.47",
|
|
"lightningcss-darwin-arm64": "1.33.0",
|
|
"lightningcss-linux-arm64-gnu": "1.33.0",
|
|
"lightningcss-linux-x64-gnu": "1.33.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=24",
|
|
"pnpm": ">=11.20.0"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"onFail": "error",
|
|
"version": ">=24"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
|
|
"prettier": "@goauthentik/prettier-config"
|
|
}
|