From f0f2ce2855ba3151a4831bf2ab72b757b1074097 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:54:00 +0000 Subject: [PATCH] [Glitch] fix(deps): update dependency @reduxjs/toolkit to v2.2.7 - abandoned Port 103e544cfaadd33f33369cf6e8496accbebc3906 to glitch-soc Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renaud Chaput Signed-off-by: Claire --- app/javascript/flavours/glitch/store/typed_functions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/store/typed_functions.ts b/app/javascript/flavours/glitch/store/typed_functions.ts index e5820149db..98d0d31fa3 100644 --- a/app/javascript/flavours/glitch/store/typed_functions.ts +++ b/app/javascript/flavours/glitch/store/typed_functions.ts @@ -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';