Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
0460923
chore(deps-dev): bump the typescript group with 2 updates
dependabot[bot] Dec 15, 2025
615fcd5
Merge pull request #392 from LGLabGreg/dependabot/npm_and_yarn/next/t…
github-actions[bot] Dec 15, 2025
2e6daaa
chore(deps-dev): bump the eslint group with 3 updates
dependabot[bot] Dec 16, 2025
f639e36
chore(deps-dev): bump @types/node in the typescript group
dependabot[bot] Dec 16, 2025
33a0a1e
Merge pull request #393 from LGLabGreg/dependabot/npm_and_yarn/next/e…
github-actions[bot] Dec 16, 2025
40979f3
Merge pull request #397 from LGLabGreg/dependabot/npm_and_yarn/next/t…
github-actions[bot] Dec 16, 2025
727755e
chore(deps-dev): bump @testing-library/react from 16.3.0 to 16.3.1
dependabot[bot] Dec 16, 2025
29ccccb
Merge pull request #395 from LGLabGreg/dependabot/npm_and_yarn/next/t…
github-actions[bot] Dec 16, 2025
fd4fcf0
chore(deps-dev): bump the vite-vitest group across 1 directory with 3…
dependabot[bot] Dec 16, 2025
f3979a1
Merge pull request #398 from LGLabGreg/dependabot/npm_and_yarn/next/v…
github-actions[bot] Dec 16, 2025
de904ef
chore(deps-dev): bump eslint-plugin-react-refresh in the eslint group
dependabot[bot] Dec 17, 2025
ae25530
Merge pull request #399 from LGLabGreg/dependabot/npm_and_yarn/next/e…
github-actions[bot] Dec 17, 2025
6d8b33f
chore(deps): bump eslint-config-next in the eslint group
dependabot[bot] Dec 18, 2025
366c5c5
Merge pull request #400 from LGLabGreg/dependabot/npm_and_yarn/next/e…
github-actions[bot] Dec 18, 2025
b002fdd
chore(deps): bump next from 16.0.10 to 16.1.0
dependabot[bot] Dec 18, 2025
61bea69
Merge pull request #401 from LGLabGreg/dependabot/npm_and_yarn/next/n…
github-actions[bot] Dec 18, 2025
48b2c32
chore(deps)
LGLabGreg Dec 20, 2025
8b0d277
chore: remove playground
LGLabGreg Dec 20, 2025
aff6a8a
remove resizable panels
LGLabGreg Dec 20, 2025
09efa4f
chore: remove unused components
LGLabGreg Dec 20, 2025
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
27 changes: 4 additions & 23 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,10 @@
"@hookform/resolvers": "^5.2.2",
"@lglab/react-qr-code": "workspace:*",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.8",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
Expand All @@ -37,35 +25,28 @@
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@uiw/react-color": "^2.9.2",
"@vercel/analytics": "^1.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"eslint-config-next": "16.0.10",
"input-otp": "^1.4.2",
"eslint-config-next": "16.1.0",
"lucide-react": "^0.561.0",
"next": "16.0.10",
"next": "16.1.0",
"next-themes": "^0.4.6",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.68.0",
"react-icons": "^5.5.0",
"react-resizable-panels": "^3.0.6",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2"
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/node": "^25.0.2",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.6",
Expand Down
1 change: 0 additions & 1 deletion apps/docs/public/ads.txt

This file was deleted.

134 changes: 0 additions & 134 deletions apps/docs/src/components/ui/alert-dialog.tsx

This file was deleted.

55 changes: 0 additions & 55 deletions apps/docs/src/components/ui/alert.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions apps/docs/src/components/ui/aspect-ratio.tsx

This file was deleted.

50 changes: 0 additions & 50 deletions apps/docs/src/components/ui/avatar.tsx

This file was deleted.

Loading