Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sidneygijzen committed Nov 8, 2024
1 parent 25b97d4 commit 3a6780d
Show file tree
Hide file tree
Showing 5 changed files with 416 additions and 417 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased](https://github.com/GemeenteUtrecht/bereikbaarheid-frontend/compare/v0.7.6...HEAD)

### Fixed
- updated dependencies


## [v0.7.6 - 2024-10-05](https://github.com/GemeenteUtrecht/bereikbaarheid-frontend/compare/v0.7.5...v0.7.6)

Expand Down
7 changes: 2 additions & 5 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import eslint from '@eslint/js'
import { fixupPluginRules } from '@eslint/compat'
import globals from 'globals'
import prettierEslintConfigRecommended from 'eslint-plugin-prettier/recommended'
import reactHooksEslint from 'eslint-plugin-react-hooks'
Expand Down Expand Up @@ -27,7 +26,7 @@ export default [
reportUnusedDisableDirectives: 'warn',
},
plugins: {
'react-hooks': fixupPluginRules(reactHooksEslint),
'react-hooks': reactHooksEslint,
'react-refresh': reactRefresh,
'typescript-eslint': typeScriptEslint,
},
Expand All @@ -45,9 +44,7 @@ export default [
{
files: ['**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)'],
plugins: {
'testing-library': fixupPluginRules({
rules: testingLibraryPlugin.rules,
}),
'testing-library': testingLibraryPlugin,
},
rules: testingLibraryPlugin.configs['flat/react'].rules,
},
Expand Down
Loading

0 comments on commit 3a6780d

Please sign in to comment.