web: bump prettier from 3.2.3 to 3.2.4 in /web (#8207)

* 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>
This commit is contained in:
dependabot[bot]
2024-01-17 13:33:47 +01:00
committed by GitHub
parent 7c964e7058
commit b75233cbf1
5 changed files with 20 additions and 15 deletions
+3
View File
@@ -2,3 +2,6 @@
node_modules
# don't lint nyc coverage output
coverage
# Prettier breaks the tsconfig file
tsconfig.json
.eslintrc.json
+10 -10
View File
@@ -6,27 +6,27 @@
[
"@babel/plugin-proposal-decorators",
{
"decoratorsBeforeExport": true,
},
"decoratorsBeforeExport": true
}
],
[
"@babel/plugin-transform-class-properties",
{
"loose": true,
},
"loose": true
}
],
[
"@babel/plugin-transform-runtime",
{
"regenerator": true,
},
"regenerator": true
}
],
"macros",
[
"@babel/plugin-transform-private-property-in-object",
{
"loose": true,
},
],
],
"loose": true
}
]
]
}
+2
View File
@@ -9,3 +9,5 @@ poly.ts
src/locale-codes.ts
src/locales/
storybook-static/
# Prettier breaks the tsconfig file
tsconfig.json
+4 -4
View File
@@ -88,7 +88,7 @@
"eslint-plugin-storybook": "^0.6.15",
"lit-analyzer": "^2.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.3",
"prettier": "^3.2.4",
"pseudolocale": "^2.0.0",
"pyright": "=1.1.338",
"react": "^18.2.0",
@@ -15519,9 +15519,9 @@
}
},
"node_modules/prettier": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.3.tgz",
"integrity": "sha512-QNhUTBq+mqt1oH1dTfY3phOKNhcDdJkfttHI6u0kj7M2+c+7fmNKlgh2GhnHiqMcbxJ+a0j2igz/2jfl9QKLuw==",
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz",
"integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
+1 -1
View File
@@ -113,7 +113,7 @@
"eslint-plugin-storybook": "^0.6.15",
"lit-analyzer": "^2.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.3",
"prettier": "^3.2.4",
"pseudolocale": "^2.0.0",
"pyright": "=1.1.338",
"react": "^18.2.0",