1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-06-15 13:03:44 +05:30

chore: bumped up deps

This commit is contained in:
2026-05-25 22:27:24 +05:30
Verified
parent cb39d591e1
commit a213a1e8ad
5 changed files with 845 additions and 879 deletions
+2 -3
View File
@@ -26,13 +26,12 @@ const TanstackProvider = ({children}: {children: React.ReactNode}) => {
plugins={[
{
name: 'TanStack Query',
render: <ReactQueryDevtoolsPanel theme='dark' />,
render: <ReactQueryDevtoolsPanel />,
defaultOpen: true
},
{
name: 'TanStack Pacer',
render: <PacerDevtoolsPanel theme='dark' devtoolsOpen={false} />,
defaultOpen: false
render: <PacerDevtoolsPanel />,
},
]}
/>