Skip to content

Commit

Permalink
Update all non-major dependencies (#101)
Browse files Browse the repository at this point in the history
* Update all non-major dependencies

* Update all non-major dependencies

* timestamp

* backend package lock

* node 20 backend

* back to node 23

* fix dependencies

* prettier

* fix lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Faberto <[email protected]>
  • Loading branch information
renovate[bot] and faberto authored Oct 18, 2024
1 parent 2504224 commit 65773b0
Show file tree
Hide file tree
Showing 6 changed files with 2,444 additions and 3,521 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ module.exports = {
'vue/no-empty-component-block': 'error',
'vue/no-multiple-template-root': 'off', // does not apply to vue3

//new rule, for now inore
'@typescript-eslint/no-throw-literal': 'off',

// the following rules conflict with prettier and are therefore disabled
'@typescript-eslint/indent': 'off',
'@typescript-eslint/semi': 'off',
Expand Down
Loading

0 comments on commit 65773b0

Please sign in to comment.