Skip to content

Commit 60bed4c

Browse files
Site fix (TanStack#579)
* rm unused imports in components folder * rm unused deps from libraries folder * rm unused imports * rm unused css * rm unused imports in libraries route & fix linting errors and warnings in CookieConsent.tsx * ci: apply automated fixes * lazy load imgs * lazy loading bytes and discord img * lazy loading on admin * revert admin lazy img * lazy load mermaid? * update cdn and cache * fix shiki? * increase netlify build-space * rm unused packages * fix pnpm lock * fix tabs / headings * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent f894b01 commit 60bed4c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+360
-2203
lines changed

netlify.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
[build.environment]
2+
NODE_OPTIONS = "--max-old-space-size=4096"
3+
14
[build]
2-
command = "vite build"
3-
publish = "dist/client"
5+
command = "vite build"
6+
publish = "dist/client"
47

58
[functions]
6-
directory = "netlify/functions"
9+
directory = "netlify/functions"

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
},
2222
"dependencies": {
2323
"@auth/core": "0.37.0",
24-
"@clerk/tanstack-react-start": "^0.21.5",
2524
"@floating-ui/react": "^0.27.8",
2625
"@headlessui/react": "1.7.18",
2726
"@netlify/functions": "^5.1.0",
@@ -30,12 +29,8 @@
3029
"@number-flow/react": "^0.4.1",
3130
"@observablehq/plot": "^0.6.17",
3231
"@octokit/graphql": "^7.0.2",
33-
"@octokit/rest": "^20.0.2",
34-
"@orama/react-components": "^0.1.23",
3532
"@radix-ui/react-dropdown-menu": "^2.1.12",
36-
"@radix-ui/react-select": "^2.2.2",
3733
"@radix-ui/react-toast": "^1.2.2",
38-
"@remix-run/node": "^2.8.1",
3934
"@sentry/react": "^8.35.0",
4035
"@sentry/vite-plugin": "^2.22.6",
4136
"@tailwindcss/typography": "^0.5.13",
@@ -53,13 +48,10 @@
5348
"@visx/responsive": "^2.10.0",
5449
"@vitejs/plugin-react": "^4.3.3",
5550
"algoliasearch": "^5.23.4",
56-
"axios": "^1.6.7",
57-
"better-auth": "^1.3.27",
5851
"cheerio": "^1.1.2",
5952
"cmdk": "^1.1.1",
6053
"d3": "^7.9.0",
6154
"date-fns": "^2.30.0",
62-
"downshift": "^9.0.9",
6355
"drizzle-orm": "^0.44.7",
6456
"eslint-plugin-jsx-a11y": "^6.10.2",
6557
"gray-matter": "^4.0.3",
@@ -69,13 +61,11 @@
6961
"lru-cache": "^7.13.1",
7062
"mermaid": "^11.11.0",
7163
"postgres": "^3.4.7",
72-
"qss": "^3.0.0",
7364
"react": "^19.2.0",
7465
"react-colorful": "^5.6.1",
7566
"react-dom": "^19.2.0",
7667
"react-icons": "^5.3.0",
7768
"react-instantsearch": "7",
78-
"react-markdown": "^6.0.3",
7969
"rehype-autolink-headings": "^7.1.0",
8070
"rehype-callouts": "^2.1.2",
8171
"rehype-parse": "^9.0.1",
@@ -85,11 +75,9 @@
8575
"remark-gfm": "^4.0.1",
8676
"remark-parse": "^11.0.0",
8777
"remark-rehype": "^11.1.2",
88-
"remix-utils": "^8.5.0",
8978
"remove-markdown": "^0.5.0",
9079
"shiki": "^1.4.0",
9180
"tailwind-merge": "^1.14.0",
92-
"tiny-invariant": "^1.3.3",
9381
"unified": "^11.0.5",
9482
"unist-util-visit": "^5.0.0",
9583
"vite-bundle-analyzer": "^1.2.1",

0 commit comments

Comments
 (0)