mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +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.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"name": "@goauthentik/eslint-config",
|
|
"version": "1.0.5",
|
|
"description": "authentik's ESLint config",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc -p ."
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"import": "./index.js",
|
|
"types": "./out/index.d.ts"
|
|
},
|
|
"./react-config": {
|
|
"import": "./lib/react-config.js",
|
|
"types": "./out/lib/react-config.d.ts"
|
|
},
|
|
"./javascript-config": {
|
|
"import": "./lib/javascript-config.js",
|
|
"types": "./out/lib/javascript-config.d.ts"
|
|
},
|
|
"./typescript-config": {
|
|
"import": "./lib/typescript-config.js",
|
|
"types": "./out/lib/typescript-config.d.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"eslint": "^9.27.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-lit": "^2.1.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-wc": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@goauthentik/prettier-config": "^3.1.0",
|
|
"@goauthentik/tsconfig": "^1.0.1",
|
|
"@types/eslint": "^9.6.1",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.32.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.32.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.11"
|
|
},
|
|
"types": "./out/index.d.ts",
|
|
"files": [
|
|
"./index.js",
|
|
"lib/**/*",
|
|
"out/**/*"
|
|
],
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"peerDependenciesMeta": {
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|