Compare commits

...
8 Commits
Author SHA1 Message Date
mytheclipsebotreview[bot]andGitHub c0875de75b Auto-merge PR #15
chore(deps): update shadcn requirement from ^4.16.1 to ^4.16.2
2026-08-10 00:18:24 +00:00
mytheclipsebotreview[bot]andGitHub 17a785c9d2 Auto-merge PR #16
chore(deps): bump framer-motion from 12.43.0 to 13.0.0
2026-08-10 00:18:15 +00:00
mytheclipsebotreview[bot]andGitHub 915d848294 Auto-merge PR #14
chore(deps-dev): bump @biomejs/biome from 2.5.6 to 2.5.7 in the biome group
2026-08-10 00:18:08 +00:00
mytheclipsebotreview[bot]andGitHub a5bf846e52 Auto-merge PR #13
chore(deps): bump @shadcn/react from 0.2.1 to 0.3.0 in the shadcn group
2026-08-10 00:18:00 +00:00
dependabot[bot]andGitHub 15c82ea3b7 chore(deps): bump framer-motion from 12.43.0 to 13.0.0
Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.43.0 to 13.0.0.
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/motiondivision/motion/compare/v12.43.0...v13.0.0)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-10 00:16:38 +00:00
dependabot[bot]andGitHub f8b98d9b30 chore(deps): update shadcn requirement from ^4.16.1 to ^4.16.2
Updates the requirements on [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) to permit the latest version.
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.16.2/packages/shadcn)

---
updated-dependencies:
- dependency-name: shadcn
  dependency-version: 4.16.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-10 00:16:27 +00:00
dependabot[bot]andGitHub 68a4f1e36e chore(deps-dev): bump @biomejs/biome in the biome group
Bumps the biome group with 1 update: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome).


Updates `@biomejs/biome` from 2.5.6 to 2.5.7
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.7/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: biome
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-10 00:15:52 +00:00
dependabot[bot]andGitHub 78d730fad9 chore(deps): bump @shadcn/react from 0.2.1 to 0.3.0 in the shadcn group
Bumps the shadcn group with 1 update: [@shadcn/react](https://github.com/shadcn-ui/ui/tree/HEAD/packages/react).


Updates `@shadcn/react` from 0.2.1 to 0.3.0
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/@shadcn/react@0.3.0/packages/react)

---
updated-dependencies:
- dependency-name: "@shadcn/react"
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: shadcn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-10 00:15:43 +00:00
+4 -4
View File
@@ -11,13 +11,13 @@
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@shadcn/react": "^0.2.1",
"@shadcn/react": "^0.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.4.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.43.0",
"framer-motion": "^13.0.0",
"input-otp": "^1.4.2",
"lucide-react": "^1.28.0",
"next": "16.3.0",
@@ -27,13 +27,13 @@
"react-dom": "19.2.8",
"react-resizable-panels": "^4.12.2",
"recharts": "3.10.1",
"shadcn": "^4.16.1",
"shadcn": "^4.16.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.5.6",
"@biomejs/biome": "2.5.7",
"@tailwindcss/postcss": "^4",
"@types/node": "^26",
"@types/react": "^19",