* web: bump prettier from 3.2.3 to 3.2.4 in /web Bumps [prettier](https://github.com/prettier/prettier) from 3.2.3 to 3.2.4. - [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.2.3...3.2.4) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * format Signed-off-by: Jens Langhammer <jens@goauthentik.io> * revert stuff Signed-off-by: Jens Langhammer <jens@goauthentik.io> * ...? 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>
		
			
				
	
	
		
			33 lines
		
	
	
		
			770 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			770 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
 | 
						|
            }
 | 
						|
        ]
 | 
						|
    ]
 | 
						|
}
 |