mirror of
https://github.com/goauthentik/authentik
synced 2026-05-09 16:42:38 +02:00
Bumps the goauthentik group with 4 updates in the /website directory: [@goauthentik/eslint-config](https://github.com/goauthentik/authentik/tree/HEAD/packages/eslint-config), [@goauthentik/prettier-config](https://github.com/goauthentik/authentik/tree/HEAD/packages/prettier-config), [@goauthentik/tsconfig](https://github.com/goauthentik/authentik/tree/HEAD/packages/tsconfig) and [@goauthentik/docusaurus-config](https://github.com/goauthentik/authentik/tree/HEAD/packages/docusaurus-config). Updates `@goauthentik/eslint-config` from 1.0.5 to 1.1.0 - [Release notes](https://github.com/goauthentik/authentik/releases) - [Commits](https://github.com/goauthentik/authentik/commits/HEAD/packages/eslint-config) Updates `@goauthentik/prettier-config` from 3.1.0 to 3.2.1 - [Release notes](https://github.com/goauthentik/authentik/releases) - [Commits](https://github.com/goauthentik/authentik/commits/HEAD/packages/prettier-config) Updates `@goauthentik/tsconfig` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/goauthentik/authentik/releases) - [Commits](https://github.com/goauthentik/authentik/commits/HEAD/packages/tsconfig) Updates `@goauthentik/docusaurus-config` from 2.1.2 to 2.2.1 - [Release notes](https://github.com/goauthentik/authentik/releases) - [Commits](https://github.com/goauthentik/authentik/commits/HEAD/packages/docusaurus-config) --- updated-dependencies: - dependency-name: "@goauthentik/eslint-config" dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: goauthentik - dependency-name: "@goauthentik/prettier-config" dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: goauthentik - dependency-name: "@goauthentik/tsconfig" dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: goauthentik - dependency-name: "@goauthentik/docusaurus-config" dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: goauthentik ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "@goauthentik/docs-topics",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "run-s build:docusaurus build:copy",
|
|
"build:copy": "cp -r ./build/ ../build/",
|
|
"build:docusaurus": "docusaurus build",
|
|
"check-types": "tsc -b .",
|
|
"clear": "docusaurus clear",
|
|
"docusaurus": "docusaurus",
|
|
"serve": "docusaurus serve",
|
|
"start": "docusaurus start"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.8.1",
|
|
"@docusaurus/module-type-aliases": "^3.8.1",
|
|
"@docusaurus/preset-classic": "^3.8.1",
|
|
"@docusaurus/theme-mermaid": "^3.8.1",
|
|
"@docusaurus/tsconfig": "^3.8.1",
|
|
"@docusaurus/types": "^3.8.1",
|
|
"@goauthentik/docusaurus-config": "^2.2.1",
|
|
"@goauthentik/docusaurus-theme": "*",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@types/react": "^19.2.6",
|
|
"@types/react-dom": "^19.2.3",
|
|
"prism-react-renderer": "^2.3.0",
|
|
"react": "^19.1.1",
|
|
"react-before-after-slider-component": "^1.1.8",
|
|
"react-dom": "^19.2.0",
|
|
"unist-util-visit": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=24",
|
|
"npm": ">=11.6.2"
|
|
}
|
|
}
|