Skip to content

Commit

Permalink
chore: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zusorio committed Dec 2, 2024
1 parent 0bedb40 commit ab3e33f
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 494 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ repos:
types_or: [ts, css, html, markdown]
exclude: '^frontend/src/app/openapi'
additional_dependencies:
- 'prettier@3.3.3'
- 'prettier-plugin-tailwindcss@^0.6.8'
- 'prettier@3.4.1'
- 'prettier-plugin-tailwindcss@^0.6.9'
- '@trivago/prettier-plugin-sort-imports@^4.3.0'
- 'tailwindcss@^3.4.15'
- 'prettier-plugin-classnames@^0.7.4'
Expand Down Expand Up @@ -179,14 +179,14 @@ repos:
hooks:
- id: eslint
additional_dependencies:
- 'eslint@^9.15.0'
- '@eslint/js@^9.15.0'
- 'angular-eslint@18.4.0'
- 'eslint@^9.16.0'
- '@eslint/js@^9.16.0'
- 'angular-eslint@19.0.0'
- 'eslint-config-prettier@^9.1.0'
- 'typescript-eslint@8.15.0'
- 'typescript-eslint@8.16.0'
- 'eslint-plugin-unused-imports@^4.1.4'
- 'eslint-plugin-tailwindcss@^3.17.5'
- '[email protected].0'
- '[email protected].1'
- 'tailwindcss@^3.4.15'
args:
[
Expand Down
1 change: 0 additions & 1 deletion frontend/eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module.exports = tseslint.config(
},
],
"@angular-eslint/use-lifecycle-interface": "error",
"@angular-eslint/sort-ngmodule-metadata-arrays": ["error"],
"@typescript-eslint/no-deprecated": "error",
"@typescript-eslint/no-unused-vars": [
"error",
Expand Down
Loading

0 comments on commit ab3e33f

Please sign in to comment.