mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 03:19:51 +03:00
a299bae007
Bumps the goauthentik group with 1 update in the /packages/docusaurus-config directory: @goauthentik/prettier-config. Bumps the goauthentik group with 1 update in the /packages/esbuild-plugin-live-reload directory: @goauthentik/prettier-config. Bumps the goauthentik group with 1 update in the /packages/eslint-config directory: @goauthentik/prettier-config. Bumps the goauthentik group with 1 update in the /web directory: [@goauthentik/esbuild-plugin-live-reload](https://github.com/goauthentik/authentik/tree/HEAD/web/packages/esbuild-plugin-live-reload). Updates `@goauthentik/prettier-config` from 2.0.0 to 3.1.0 Updates `@goauthentik/prettier-config` from 3.0.0 to 3.1.0 Updates `@goauthentik/prettier-config` from 1.0.5 to 3.1.0 Updates `@goauthentik/esbuild-plugin-live-reload` from 1.0.5 to 1.1.0 - [Release notes](https://github.com/goauthentik/authentik/releases) - [Commits](https://github.com/goauthentik/authentik/commits/HEAD/web/packages/esbuild-plugin-live-reload) --- updated-dependencies: - dependency-name: "@goauthentik/prettier-config" dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: goauthentik - dependency-name: "@goauthentik/prettier-config" dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: goauthentik - dependency-name: "@goauthentik/prettier-config" dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: goauthentik - dependency-name: "@goauthentik/esbuild-plugin-live-reload" dependency-version: 1.1.0 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>
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"name": "@goauthentik/docusaurus-config",
|
|
"version": "2.1.1",
|
|
"description": "authentik's Docusaurus config",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc -p .",
|
|
"prettier": "prettier --write .",
|
|
"prettier-check": "prettier --check ."
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"import": "./index.js",
|
|
"types": "./out/index.d.ts"
|
|
},
|
|
"./css/*.css": "./css/*.css"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge-ts": "^7.1.5",
|
|
"prism-react-renderer": "^2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/theme-common": "^3.8.1",
|
|
"@docusaurus/theme-search-algolia": "^3.8.1",
|
|
"@docusaurus/types": "^3.8.1",
|
|
"@goauthentik/prettier-config": "^3.1.0",
|
|
"@goauthentik/tsconfig": "^1.0.4",
|
|
"@types/react": "^19.1.6",
|
|
"@types/react-dom": "^19.1.5",
|
|
"prettier": "^3.5.3",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@docusaurus/theme-common": "^3.8.1",
|
|
"@docusaurus/theme-search-algolia": "^3.8.1",
|
|
"@docusaurus/types": "^3.8.0",
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
},
|
|
"optionalDependencies": {
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"types": "./out/index.d.ts",
|
|
"files": [
|
|
"./index.js",
|
|
"lib/**/*",
|
|
"css/**/*",
|
|
"out/**/*"
|
|
],
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"peerDependenciesMeta": {
|
|
"@docusaurus/theme-search-algolia": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|