mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
6986cc7bab
* web: bump the rollup group across 1 directory with 6 updates Bumps the rollup group with 6 updates in the /web directory: | Package | From | To | | --- | --- | --- | | [@rollup/rollup-darwin-arm64](https://github.com/rollup/rollup) | `4.60.0` | `4.61.1` | | [@rollup/rollup-linux-arm64-gnu](https://github.com/rollup/rollup) | `4.60.0` | `4.61.1` | | [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.60.0` | `4.61.1` | | [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `29.0.2` | `29.0.3` | | [@rollup/plugin-swc](https://github.com/rollup/plugins/tree/HEAD/packages/swc) | `0.4.0` | `0.4.1` | | [rollup](https://github.com/rollup/rollup) | `4.60.0` | `4.61.1` | Updates `@rollup/rollup-darwin-arm64` from 4.60.0 to 4.61.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.60.0...v4.61.1) Updates `@rollup/rollup-linux-arm64-gnu` from 4.60.0 to 4.61.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.60.0...v4.61.1) Updates `@rollup/rollup-linux-x64-gnu` from 4.60.0 to 4.61.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.60.0...v4.61.1) Updates `@rollup/plugin-commonjs` from 29.0.2 to 29.0.3 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.3/packages/commonjs) Updates `@rollup/plugin-swc` from 0.4.0 to 0.4.1 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/swc/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/swc-v0.4.1/packages/swc) Updates `rollup` from 4.60.0 to 4.61.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.60.0...v4.61.1) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-version: 29.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rollup - dependency-name: "@rollup/plugin-swc" dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rollup - dependency-name: "@rollup/rollup-darwin-arm64" dependency-version: 4.61.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rollup - dependency-name: "@rollup/rollup-linux-arm64-gnu" dependency-version: 4.61.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rollup - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.61.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rollup - dependency-name: rollup dependency-version: 4.61.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rollup ... Signed-off-by: dependabot[bot] <support@github.com> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
47 lines
1.5 KiB
JSON
47 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"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@goauthentik/api": "0.0.0",
|
|
"@goauthentik/core": "^1.0.0",
|
|
"@rollup/plugin-commonjs": "^29.0.3",
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@rollup/plugin-swc": "^0.4.1",
|
|
"@swc/cli": "^0.8.1",
|
|
"@swc/core": "^1.15.33",
|
|
"@webcomponents/template": "^1.5.1",
|
|
"base64-js": "^1.5.1",
|
|
"core-js": "^3.49.0",
|
|
"formdata-polyfill": "^2025.11.0",
|
|
"globby": "16.2.0",
|
|
"jquery": "^3.7.1",
|
|
"lit-html": "^1.4.1",
|
|
"rollup": "^4.61.1",
|
|
"weakmap-polyfill": "^2.0.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"@swc/core-darwin-arm64": "^1.15.3",
|
|
"@swc/core-darwin-x64": "^1.15.3",
|
|
"@swc/core-linux-arm-gnueabihf": "^1.15.3",
|
|
"@swc/core-linux-arm64-gnu": "^1.15.3",
|
|
"@swc/core-linux-arm64-musl": "^1.15.3",
|
|
"@swc/core-linux-x64-gnu": "^1.15.3",
|
|
"@swc/core-linux-x64-musl": "^1.15.3",
|
|
"@swc/core-win32-arm64-msvc": "^1.15.3",
|
|
"@swc/core-win32-ia32-msvc": "^1.15.3",
|
|
"@swc/core-win32-x64-msvc": "^1.15.3"
|
|
}
|
|
}
|