Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion apps/profile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@boolti/ui": "*",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@tanstack/react-query": "^5.90.5",
"date-fns": "^3.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 2 additions & 4 deletions apps/profile/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import './index.css';
import 'the-new-css-reset/css/reset.css';
import 'swiper/css';

import { QueryClientProvider } from '@boolti/api';
import { BooltiUIProvider } from '@boolti/ui';
import { BrowserRouter, Routes, Route } from 'react-router-dom';
import { HelmetProvider } from 'react-helmet-async';
Expand All @@ -12,13 +13,10 @@ import { ProfilePastShowsPage } from './pages/ProfilePastShowsPage';
import { ProfileVideosPage } from './pages/ProfileVideosPage';
import { ProfileLinkPage } from './pages/ProfileLinkPage';
import { Suspense } from 'react';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';

const App = () => {
const queryClient = new QueryClient();

return (
<QueryClientProvider client={queryClient}>
<QueryClientProvider>
<BooltiUIProvider>
<HelmetProvider>
<Suspense fallback={null}>
Expand Down
19 changes: 0 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4665,13 +4665,6 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.90.5":
version: 5.90.5
resolution: "@tanstack/query-core@npm:5.90.5"
checksum: 10c0/3b9460cc10d494357a30ddd3138f2a831611d14b5b8ce3587daa17a078d63945fcdf419864d9dc8e1249aa89b512003d2f134977c64ceccdbdfdd79f1f7e0a34
languageName: node
linkType: hard

"@tanstack/react-query@npm:^4.32.6":
version: 4.36.1
resolution: "@tanstack/react-query@npm:4.36.1"
Expand All @@ -4691,17 +4684,6 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-query@npm:^5.90.5":
version: 5.90.5
resolution: "@tanstack/react-query@npm:5.90.5"
dependencies:
"@tanstack/query-core": "npm:5.90.5"
peerDependencies:
react: ^18 || ^19
checksum: 10c0/b2450259e40afc2aec5e455414f204c511ec98ebbbd25963316ab72b25758722ee424ed51210bd6863f78f03ae414e18571879f9d70a022e11049f3f04ef5ce2
languageName: node
linkType: hard

"@tanstack/react-table@npm:^8.12.0":
version: 8.12.0
resolution: "@tanstack/react-table@npm:8.12.0"
Expand Down Expand Up @@ -12131,7 +12113,6 @@ __metadata:
"@emotion/babel-plugin": "npm:^11.11.0"
"@emotion/react": "npm:^11.11.3"
"@emotion/styled": "npm:^11.11.0"
"@tanstack/react-query": "npm:^5.90.5"
"@types/react": "npm:^18.2.43"
"@types/react-dom": "npm:^18.2.17"
"@vitejs/plugin-react": "npm:^4.2.1"
Expand Down
Loading