fix(deps): update dependency @reduxjs/toolkit to v2.2.7 - abandoned (#31173)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
renovate[bot]
2024-08-06 07:54:00 +00:00
committed by GitHub
parent e9e63ed203
commit 103e544cfa
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import { createAsyncThunk } from '@reduxjs/toolkit';
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
import { useDispatch, useSelector } from 'react-redux';
import type { BaseThunkAPI } from '@reduxjs/toolkit/dist/createAsyncThunk';
import type { BaseThunkAPI } from '@reduxjs/toolkit/src/createAsyncThunk';
import type { AppDispatch, RootState } from './store';