Skip to content

Commit 8181e09

Browse files
committed
cleanup deps
1 parent 2f33b34 commit 8181e09

File tree

11 files changed

+6
-439
lines changed

11 files changed

+6
-439
lines changed

apps/dashboard/app/(main)/websites/[id]/layout.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ export default function WebsiteLayout({ children }: WebsiteLayoutProps) {
2020
const { id } = useParams();
2121
const pathname = usePathname();
2222
const queryClient = useQueryClient();
23-
const { isTrackingSetup, isTrackingSetupLoading } = useTrackingSetup(id as string);
23+
const { isTrackingSetup, isTrackingSetupLoading } = useTrackingSetup(
24+
id as string
25+
);
2426
const { isLoading: isWebsiteLoading } = useWebsite(id as string);
2527
const [isRefreshing, setIsRefreshing] = useAtom(isAnalyticsRefreshingAtom);
2628
const toolbarRef = useRef<HTMLDivElement>(null);
@@ -61,7 +63,8 @@ export default function WebsiteLayout({ children }: WebsiteLayoutProps) {
6163
}
6264

6365
const websiteId = id as string;
64-
const isToolbarLoading = isWebsiteLoading || isTrackingSetupLoading || isTrackingSetup === null;
66+
const isToolbarLoading =
67+
isWebsiteLoading || isTrackingSetupLoading || isTrackingSetup === null;
6568
const isToolbarDisabled = !isTrackingSetup || isToolbarLoading;
6669

6770
const handleRefresh = async () => {
@@ -106,9 +109,7 @@ export default function WebsiteLayout({ children }: WebsiteLayoutProps) {
106109
<div
107110
className={`${isAssistantPage ? "min-h-0 flex-1" : "min-h-0 flex-1 overflow-y-auto"}`}
108111
style={
109-
!isAssistantPage
110-
? { paddingTop: `${toolbarHeight}px` }
111-
: undefined
112+
isAssistantPage ? undefined : { paddingTop: `${toolbarHeight}px` }
112113
}
113114
>
114115
{children}

apps/dashboard/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@
4545
"babel-plugin-react-compiler": "^19.1.0-rc.1-rc-af1b7da-20250421",
4646
"better-auth": "^1.3.27",
4747
"class-variance-authority": "catalog:",
48-
"classnames": "^2.5.1",
4948
"clsx": "catalog:",
5049
"cmdk": "^1.1.1",
5150
"d3-geo": "^3.1.1",
5251
"d3-scale": "^4.0.2",
53-
"dagre": "^0.8.5",
5452
"dayjs": "catalog:",
5553
"drizzle-zod": "^0.8.3",
5654
"embla-carousel-react": "^8.6.0",
@@ -59,10 +57,8 @@
5957
"idb": "^8.0.3",
6058
"input-otp": "^1.4.2",
6159
"jotai": "catalog:",
62-
"katex": "^0.16.23",
6360
"leaflet": "^1.9.4",
6461
"lucide-react": "^0.544.0",
65-
"motion": "^12.23.24",
6662
"nanoid": "^5.1.6",
6763
"next": "^16.0.0",
6864
"next-themes": "^0.4.6",
@@ -75,18 +71,14 @@
7571
"react-hook-form": "^7.65.0",
7672
"react-image-crop": "^11.0.10",
7773
"react-leaflet": "^5.0.0",
78-
"react-markdown": "^10.1.0",
7974
"recharts": "^2.15.4",
80-
"rehype-katex": "^7.0.1",
81-
"remark-math": "^6.0.0",
8275
"shiki": "^3.13.0",
8376
"sonner": "catalog:",
8477
"streamdown": "^1.4.0",
8578
"superjson": "catalog:",
8679
"tailwind-merge": "catalog:",
8780
"tldts": "^7.0.17",
8881
"tokenlens": "^1.3.1",
89-
"topojson-client": "^3.1.0",
9082
"tw-animate-css": "^1.4.0",
9183
"use-stick-to-bottom": "^1.1.1",
9284
"vaul": "catalog:",

bun.lock

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,10 @@
205205
"babel-plugin-react-compiler": "^19.1.0-rc.1-rc-af1b7da-20250421",
206206
"better-auth": "^1.3.27",
207207
"class-variance-authority": "catalog:",
208-
"classnames": "^2.5.1",
209208
"clsx": "catalog:",
210209
"cmdk": "^1.1.1",
211210
"d3-geo": "^3.1.1",
212211
"d3-scale": "^4.0.2",
213-
"dagre": "^0.8.5",
214212
"dayjs": "catalog:",
215213
"drizzle-zod": "^0.8.3",
216214
"embla-carousel-react": "^8.6.0",
@@ -219,10 +217,8 @@
219217
"idb": "^8.0.3",
220218
"input-otp": "^1.4.2",
221219
"jotai": "catalog:",
222-
"katex": "^0.16.23",
223220
"leaflet": "^1.9.4",
224221
"lucide-react": "^0.544.0",
225-
"motion": "^12.23.24",
226222
"nanoid": "^5.1.6",
227223
"next": "^16.0.0",
228224
"next-themes": "^0.4.6",
@@ -235,18 +231,14 @@
235231
"react-hook-form": "^7.65.0",
236232
"react-image-crop": "^11.0.10",
237233
"react-leaflet": "^5.0.0",
238-
"react-markdown": "^10.1.0",
239234
"recharts": "^2.15.4",
240-
"rehype-katex": "^7.0.1",
241-
"remark-math": "^6.0.0",
242235
"shiki": "^3.13.0",
243236
"sonner": "catalog:",
244237
"streamdown": "^1.4.0",
245238
"superjson": "catalog:",
246239
"tailwind-merge": "catalog:",
247240
"tldts": "^7.0.17",
248241
"tokenlens": "^1.3.1",
249-
"topojson-client": "^3.1.0",
250242
"tw-animate-css": "^1.4.0",
251243
"use-stick-to-bottom": "^1.1.1",
252244
"vaul": "catalog:",
@@ -1833,8 +1825,6 @@
18331825

18341826
"class-variance-authority": ["[email protected]", "", { "dependencies": { "clsx": "^2.1.1" } }, "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg=="],
18351827

1836-
"classnames": ["[email protected]", "", {}, "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="],
1837-
18381828
"cli-boxes": ["[email protected]", "", {}, "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g=="],
18391829

18401830
"cli-cursor": ["[email protected]", "", { "dependencies": { "restore-cursor": "^4.0.0" } }, "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg=="],
@@ -1999,8 +1989,6 @@
19991989

20001990
"d3-zoom": ["[email protected]", "", { "dependencies": { "d3-dispatch": "1 - 3", "d3-drag": "2 - 3", "d3-interpolate": "1 - 3", "d3-selection": "2 - 3", "d3-transition": "2 - 3" } }, "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw=="],
20011991

2002-
"dagre": ["[email protected]", "", { "dependencies": { "graphlib": "^2.1.8", "lodash": "^4.17.15" } }, "sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw=="],
2003-
20041992
"dagre-d3-es": ["[email protected]", "", { "dependencies": { "d3": "^7.9.0", "lodash-es": "^4.17.21" } }, "sha512-tvlJLyQf834SylNKax8Wkzco/1ias1OPw8DcUMDE7oUIoSEW25riQVuiu/0OWEFqT0cxHT3Pa9/D82Jr47IONw=="],
20051993

20061994
"damerau-levenshtein": ["[email protected]", "", {}, "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="],
@@ -2335,8 +2323,6 @@
23352323

23362324
"graphemer": ["[email protected]", "", {}, "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag=="],
23372325

2338-
"graphlib": ["[email protected]", "", { "dependencies": { "lodash": "^4.17.15" } }, "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A=="],
2339-
23402326
"graphql": ["[email protected]", "", {}, "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw=="],
23412327

23422328
"gray-matter": ["[email protected]", "", { "dependencies": { "js-yaml": "^3.13.1", "kind-of": "^6.0.2", "section-matter": "^1.0.0", "strip-bom-string": "^1.0.0" } }, "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q=="],
@@ -3501,8 +3487,6 @@
35013487

35023488
"tokenlens": ["[email protected]", "", { "dependencies": { "@tokenlens/core": "1.3.0", "@tokenlens/fetch": "1.3.0", "@tokenlens/helpers": "1.3.1", "@tokenlens/models": "1.3.0" } }, "sha512-7oxmsS5PNCX3z+b+z07hL5vCzlgHKkCGrEQjQmWl5l+v5cUrtL7S1cuST4XThaL1XyjbTX8J5hfP0cjDJRkaLA=="],
35033489

3504-
"topojson-client": ["[email protected]", "", { "dependencies": { "commander": "2" }, "bin": { "topo2geo": "bin/topo2geo", "topomerge": "bin/topomerge", "topoquantize": "bin/topoquantize" } }, "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw=="],
3505-
35063490
"totalist": ["[email protected]", "", {}, "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ=="],
35073491

35083492
"tough-cookie": ["[email protected]", "", { "dependencies": { "tldts": "^7.0.5" } }, "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w=="],
@@ -4037,8 +4021,6 @@
40374021

40384022
"tinyglobby/picomatch": ["[email protected]", "", {}, "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q=="],
40394023

4040-
"topojson-client/commander": ["[email protected]", "", {}, "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="],
4041-
40424024
"tsyringe/tslib": ["[email protected]", "", {}, "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="],
40434025

40444026
"vite/picomatch": ["[email protected]", "", {}, "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q=="],

extensions/chromium/README.md

Lines changed: 0 additions & 65 deletions
This file was deleted.
-2.14 KB
Binary file not shown.
-371 Bytes
Binary file not shown.
-687 Bytes
Binary file not shown.
-812 Bytes
Binary file not shown.

extensions/chromium/manifest.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)