Skip to content

Commit

Permalink
Update dependencies (#2947)
Browse files Browse the repository at this point in the history
* Update minor deps

* Update Husky

* Fix lint-staged config

* Fixed accidental MSW update
  • Loading branch information
alimpens authored Sep 10, 2024
1 parent d1cc42f commit aa7c743
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 6,185 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged && npm run validate-config
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MPL-2.0
// Copyright (C) 2020 - 2021 Gemeente Amsterdam
module.exports = {
'*.{js,ts,tsx}': 'eslint',
'*.{js,jsx,ts,tsx}': ['prettier --write', 'eslint'],
}
Loading

0 comments on commit aa7c743

Please sign in to comment.