dev deps: add @types/react-redux

This dependency adds Typescript types for Redux Toolkit. It is necessary if we wish to start using RTK for state management (with .tsx files), which we very likely will for HMS-2861 (v2 wizard).
This commit is contained in:
lucasgarfield 2023-12-07 19:47:59 +01:00 committed by Lucas Garfield
parent 44bb6f62ff
commit 8d47e52868
2 changed files with 2117 additions and 20324 deletions

View file

@ -71,6 +71,7 @@
"@types/jest": "29.5.10",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.17",
"@types/react-redux": "7.1.31",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.13.0",
"babel-jest": "29.6.2",