diff --git a/app/javascript/mastodon/store/typed_functions.ts b/app/javascript/mastodon/store/typed_functions.ts index e5820149db..98d0d31fa3 100644 --- a/app/javascript/mastodon/store/typed_functions.ts +++ b/app/javascript/mastodon/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'; diff --git a/yarn.lock b/yarn.lock index 9786925f65..ea934cac9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3122,8 +3122,8 @@ __metadata: linkType: hard "@reduxjs/toolkit@npm:^2.0.1": - version: 2.2.6 - resolution: "@reduxjs/toolkit@npm:2.2.6" + version: 2.2.7 + resolution: "@reduxjs/toolkit@npm:2.2.7" dependencies: immer: "npm:^10.0.3" redux: "npm:^5.0.1" @@ -3137,7 +3137,7 @@ __metadata: optional: true react-redux: optional: true - checksum: 10c0/60af753e6d02c8acd3c5bc843c846d60b19821d93ff9f4415fa7011ebf17a85301ed42132fabc1aaee8523d8f61418b5ba164a11c31ab29937e485842d3744a0 + checksum: 10c0/7761a91adac2b5e1d50a8163ba5441480bb86a3a80b7583037c27a88463394b132dd7592862fc2be03aa7ab98a6e1710549889986dc0d3f033c169a3ba2cb02e languageName: node linkType: hard