chore(deps): upgrade react-query to v4 [EE-6638] (#11041)

This commit is contained in:
Chaim Lev-Ari
2024-04-14 17:54:25 +03:00
committed by GitHub
parent 104307b2b2
commit 1032b462b4
179 changed files with 346 additions and 342 deletions
@@ -1,4 +1,4 @@
import { useMutation, useQueryClient } from 'react-query';
import { useMutation, useQueryClient } from '@tanstack/react-query';
import { EnvironmentId } from '@/react/portainer/environments/types';
import { Pair } from '@/react/portainer/settings/types';