This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/web/.babelrc
dependabot[bot] eeb9716173
web: bump prettier from 3.1.1 to 3.2.2 in /web (#8168)
* web: bump prettier from 3.1.1 to 3.2.2 in /web

Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.2.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* format

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>
2024-01-15 11:22:59 +01:00

33 lines
780 B
Plaintext

{
"presets": ["@babel/env", "@babel/typescript"],
"plugins": [
["@babel/plugin-transform-private-methods", { "loose": true }],
["babel-plugin-tsconfig-paths", {}],
[
"@babel/plugin-proposal-decorators",
{
"decoratorsBeforeExport": true,
},
],
[
"@babel/plugin-transform-class-properties",
{
"loose": true,
},
],
[
"@babel/plugin-transform-runtime",
{
"regenerator": true,
},
],
"macros",
[
"@babel/plugin-transform-private-property-in-object",
{
"loose": true,
},
],
],
}