mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
Bumps the build group in /website with 6 updates: | Package | From | To | | --- | --- | --- | | [@swc/core-darwin-arm64](https://github.com/swc-project/swc) | `1.13.20` | `1.13.21` | | [@swc/core-linux-arm64-gnu](https://github.com/swc-project/swc) | `1.13.20` | `1.13.21` | | [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc) | `1.13.20` | `1.13.21` | | [@swc/html-darwin-arm64](https://github.com/swc-project/swc) | `1.13.20` | `1.13.21` | | [@swc/html-linux-arm64-gnu](https://github.com/swc-project/swc) | `1.13.20` | `1.13.21` | | [@swc/html-linux-x64-gnu](https://github.com/swc-project/swc) | `1.13.20` | `1.13.21` | Updates `@swc/core-darwin-arm64` from 1.13.20 to 1.13.21 - [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.13.20...v1.13.21) Updates `@swc/core-linux-arm64-gnu` from 1.13.20 to 1.13.21 - [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.13.20...v1.13.21) Updates `@swc/core-linux-x64-gnu` from 1.13.20 to 1.13.21 - [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.13.20...v1.13.21) Updates `@swc/html-darwin-arm64` from 1.13.20 to 1.13.21 - [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.13.20...v1.13.21) Updates `@swc/html-linux-arm64-gnu` from 1.13.20 to 1.13.21 - [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.13.20...v1.13.21) Updates `@swc/html-linux-x64-gnu` from 1.13.20 to 1.13.21 - [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.13.20...v1.13.21) --- updated-dependencies: - dependency-name: "@swc/core-darwin-arm64" dependency-version: 1.13.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@swc/core-linux-arm64-gnu" dependency-version: 1.13.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@swc/core-linux-x64-gnu" dependency-version: 1.13.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@swc/html-darwin-arm64" dependency-version: 1.13.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@swc/html-linux-arm64-gnu" dependency-version: 1.13.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: "@swc/html-linux-x64-gnu" dependency-version: 1.13.21 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>
79 lines
2.7 KiB
JSON
79 lines
2.7 KiB
JSON
{
|
|
"name": "@goauthentik/api-docs",
|
|
"version": "0.0.0",
|
|
"description": "API Documentation",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "run-s generate build:docusaurus",
|
|
"build:docusaurus": "docusaurus build",
|
|
"clean": "run-s generate:clean docusaurus:clean",
|
|
"docusaurus": "docusaurus",
|
|
"docusaurus:clean": "docusaurus clear",
|
|
"generate": "docusaurus gen-api-docs all",
|
|
"generate:clean": "docusaurus clean-api-docs all",
|
|
"serve": "docusaurus serve",
|
|
"start": "docusaurus start",
|
|
"swizzle": "docusaurus swizzle"
|
|
},
|
|
"imports": {
|
|
"#reference/sidebar": "./reference/sidebar.ts"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.8.1",
|
|
"@docusaurus/faster": "^3.8.1",
|
|
"@docusaurus/module-type-aliases": "^3.8.1",
|
|
"@docusaurus/plugin-client-redirects": "^3.8.1",
|
|
"@docusaurus/plugin-content-docs": "^3.8.1",
|
|
"@docusaurus/preset-classic": "^3.8.1",
|
|
"@docusaurus/theme-common": "^3.8.1",
|
|
"@docusaurus/tsconfig": "^3.8.1",
|
|
"@docusaurus/types": "^3.8.1",
|
|
"@goauthentik/docusaurus-config": "^2.1.2",
|
|
"@goauthentik/docusaurus-theme": "*",
|
|
"@goauthentik/tsconfig": "^1.0.4",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@types/postman-collection": "^3.5.11",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"docusaurus-plugin-openapi-docs": "^4.5.1",
|
|
"docusaurus-theme-openapi-docs": "^4.5.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.2.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rspack/binding-darwin-arm64": "1.5.8",
|
|
"@rspack/binding-linux-arm64-gnu": "1.5.8",
|
|
"@rspack/binding-linux-x64-gnu": "1.5.8",
|
|
"@swc/core-darwin-arm64": "1.13.21",
|
|
"@swc/core-linux-arm64-gnu": "1.13.21",
|
|
"@swc/core-linux-x64-gnu": "1.13.21",
|
|
"@swc/html-darwin-arm64": "1.13.21",
|
|
"@swc/html-linux-arm64-gnu": "1.13.21",
|
|
"@swc/html-linux-x64-gnu": "1.13.21",
|
|
"lightningcss-darwin-arm64": "1.30.2",
|
|
"lightningcss-linux-arm64-gnu": "1.30.2",
|
|
"lightningcss-linux-x64-gnu": "1.30.2"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"overrides": {
|
|
"format-imports": {
|
|
"eslint": "^9.30.1"
|
|
}
|
|
}
|
|
}
|