Update dependency react-redux to v9.1.0 (#28717)
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:
		
							parent
							
								
									4ec7d7d989
								
							
						
					
					
						commit
						163db814c2
					
				| @ -1,12 +1,11 @@ | ||||
| import { createAsyncThunk } from '@reduxjs/toolkit'; | ||||
| import type { TypedUseSelectorHook } from 'react-redux'; | ||||
| // eslint-disable-next-line @typescript-eslint/no-restricted-imports
 | ||||
| import { useDispatch, useSelector } from 'react-redux'; | ||||
| 
 | ||||
| import type { AppDispatch, RootState } from './store'; | ||||
| 
 | ||||
| export const useAppDispatch: () => AppDispatch = useDispatch; | ||||
| export const useAppSelector: TypedUseSelectorHook<RootState> = useSelector; | ||||
| export const useAppDispatch = useDispatch.withTypes<AppDispatch>(); | ||||
| export const useAppSelector = useSelector.withTypes<RootState>(); | ||||
| 
 | ||||
| export const createAppAsyncThunk = createAsyncThunk.withTypes<{ | ||||
|   state: RootState; | ||||
|  | ||||
| @ -13799,8 +13799,8 @@ __metadata: | ||||
|   linkType: hard | ||||
| 
 | ||||
| "react-redux@npm:^9.0.4": | ||||
|   version: 9.0.4 | ||||
|   resolution: "react-redux@npm:9.0.4" | ||||
|   version: 9.1.0 | ||||
|   resolution: "react-redux@npm:9.1.0" | ||||
|   dependencies: | ||||
|     "@types/use-sync-external-store": "npm:^0.0.3" | ||||
|     use-sync-external-store: "npm:^1.0.0" | ||||
| @ -13816,7 +13816,7 @@ __metadata: | ||||
|       optional: true | ||||
|     redux: | ||||
|       optional: true | ||||
|   checksum: 23af10014b129aeb051de729bde01de21175170b860deefb7ad83483feab5816253f770a4cea93333fc22a53ac9ac699b27f5c3705c388dab53dbcb2906a571a | ||||
|   checksum: 53161b5dc4d109020fbc42d26906ace92fed9ba1d7ab6274af60e9c0684583d20d1c8ec6d58601ac7b833c6468a652bbf3d4a102149d1793cb8a28b05b042f73 | ||||
|   languageName: node | ||||
|   linkType: hard | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user