mirror of
https://github.com/goauthentik/authentik
synced 2026-05-10 00:52:05 +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>
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "@goauthentik/docusaurus-theme",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./index.js",
|
|
"./custom.css": "./custom.css",
|
|
"./config": "./config.js",
|
|
"./remark": "./remark/index.mjs",
|
|
"./components/*": "./components/*",
|
|
"./redirects/plugin": "./redirects/plugin.mjs",
|
|
"./redirects/node": "./redirects/node.mjs",
|
|
"./redirects": "./redirects/index.mjs",
|
|
"./releases/common": "./releases/common.mjs",
|
|
"./releases/plugin": "./releases/plugin.mjs",
|
|
"./releases/node": "./releases/node.mjs"
|
|
},
|
|
"imports": {
|
|
"#remark": "./remark/index.mjs",
|
|
"#remark/*": "./remark/*",
|
|
"#components/*": "./components/*",
|
|
"#hooks/*": "./hooks/*",
|
|
"#theme/*": "./theme/*"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/preset-classic": "^3.8.1",
|
|
"@goauthentik/docusaurus-config": "^2.2.1",
|
|
"@types/semver": "^7.7.1",
|
|
"clsx": "^2.1.1",
|
|
"fast-glob": "^3.3.3",
|
|
"remark-directive": "^4.0.0",
|
|
"remark-github": "^12.0.0",
|
|
"semver": "^7.7.3",
|
|
"typescript": "^5.9.3",
|
|
"unist-util-visit": "^5.0.0"
|
|
}
|
|
}
|