mirror of
https://github.com/goauthentik/authentik
synced 2026-05-13 02:16:30 +02:00
web: bump @goauthentik/api Bumps the goauthentik group with 1 update in the /web directory: [@goauthentik/api](https://github.com/goauthentik/authentik). Updates `@goauthentik/api` from 2025.10.0-rc1-1758925111 to 2025.10.0-rc1-1759234079 - [Release notes](https://github.com/goauthentik/authentik/releases) - [Commits](https://github.com/goauthentik/authentik/commits) --- updated-dependencies: - dependency-name: "@goauthentik/api" dependency-version: 2025.10.0-rc1-1759234079 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: goauthentik ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"name": "@goauthentik/web-sfe",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rollup -c rollup.config.mjs --bundleConfigAsCjs",
|
|
"prettier": "prettier --cache --write -u .",
|
|
"prettier-check": "prettier --cache --check -u .",
|
|
"watch": "rollup -w -c rollup.config.mjs --bundleConfigAsCjs"
|
|
},
|
|
"dependencies": {
|
|
"@goauthentik/api": "^2025.10.0-rc1-1759234079",
|
|
"@goauthentik/core": "^1.0.0",
|
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
"@rollup/plugin-swc": "^0.4.0",
|
|
"@swc/cli": "^0.7.8",
|
|
"@swc/core": "^1.13.19",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"base64-js": "^1.5.1",
|
|
"bootstrap": "^5.3.8",
|
|
"formdata-polyfill": "^4.0.10",
|
|
"jquery": "^3.7.1",
|
|
"prettier": "^3.5.3",
|
|
"rollup": "^4.52.3",
|
|
"rollup-plugin-copy": "^3.5.0",
|
|
"weakmap-polyfill": "^2.0.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"@swc/core-darwin-arm64": "^1.6.13",
|
|
"@swc/core-darwin-x64": "^1.6.13",
|
|
"@swc/core-linux-arm-gnueabihf": "^1.6.13",
|
|
"@swc/core-linux-arm64-gnu": "^1.6.13",
|
|
"@swc/core-linux-arm64-musl": "^1.6.13",
|
|
"@swc/core-linux-x64-gnu": "^1.6.13",
|
|
"@swc/core-linux-x64-musl": "^1.6.13",
|
|
"@swc/core-win32-arm64-msvc": "^1.6.13",
|
|
"@swc/core-win32-ia32-msvc": "^1.6.13",
|
|
"@swc/core-win32-x64-msvc": "^1.6.13"
|
|
}
|
|
}
|