Upgrade Redux packages (#28585)

This commit is contained in:
Renaud Chaput
2024-01-08 11:57:40 +01:00
committed by GitHub
parent fe2667bb0d
commit a0e237a96f
25 changed files with 167 additions and 104 deletions

View File

@@ -1,5 +1,5 @@
import { createSelector } from '@reduxjs/toolkit';
import { Record as ImmutableRecord } from 'immutable';
import { createSelector } from 'reselect';
import { accountDefaultValues } from 'mastodon/models/account';
import type { Account, AccountShape } from 'mastodon/models/account';

View File

@@ -1,5 +1,5 @@
import { createSelector } from '@reduxjs/toolkit';
import { List as ImmutableList, Map as ImmutableMap } from 'immutable';
import { createSelector } from 'reselect';
import { toServerSideType } from 'mastodon/utils/filters';