mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* Bump related TS packages. * Fix type. * Fix styles. * web: bump typescript from 5.9.3 to 6.0.2 in /web Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Partial upgrade. * Add dep. * Re-add preinstall. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
44 lines
1.4 KiB
JSON
44 lines
1.4 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.9.2",
|
|
"@docusaurus/module-type-aliases": "^3.9.2",
|
|
"@docusaurus/preset-classic": "^3.9.2",
|
|
"@docusaurus/theme-mermaid": "^3.9.2",
|
|
"@docusaurus/tsconfig": "^3.9.2",
|
|
"@docusaurus/types": "^3.9.2",
|
|
"@goauthentik/docusaurus-config": "^2.5.1",
|
|
"@goauthentik/docusaurus-theme": "*",
|
|
"@iconify-json/fa7-regular": "^1.2.2",
|
|
"@iconify-json/fa7-solid": "^1.2.3",
|
|
"@iconify-json/fluent-mdl2": "^1.2.1",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"react": "^19.2.0",
|
|
"react-before-after-slider-component": "^1.1.8",
|
|
"react-dom": "^19.2.0",
|
|
"typescript": "^6.0.2",
|
|
"unist-util-visit": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=24",
|
|
"npm": ">=11.6.2"
|
|
}
|
|
}
|