Compare commits

..
6 Commits
Author SHA1 Message Date
mytheclipsebotreview[bot] c891439857 Auto-merge PR #22
chore(deps): update framer-motion requirement from ^13.0.0 to ^13.1.0
2026-08-14 00:14:05 +00:00
dependabot[bot] f77493a04b chore(deps): update framer-motion requirement from ^13.0.0 to ^13.1.0
Updates the requirements on [framer-motion](https://github.com/motiondivision/motion) to permit the latest version.
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/motiondivision/motion/compare/v13.0.0...v13.1.0)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 13.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-14 00:10:03 +00:00
mytheclipsebotreview[bot] 137eecdc1d Auto-merge PR #21
chore(deps): update sonner requirement from ^2.0.7 to ^2.0.8
2026-08-13 00:13:15 +00:00
mytheclipsebotreview[bot] bfbfc175ca Auto-merge PR #20
chore(deps): update lucide-react requirement from ^1.30.0 to ^1.31.0
2026-08-13 00:13:07 +00:00
dependabot[bot] 0fd992bb21 chore(deps): update sonner requirement from ^2.0.7 to ^2.0.8
Updates the requirements on [sonner](https://github.com/emilkowalski/sonner) to permit the latest version.
- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](https://github.com/emilkowalski/sonner/compare/v2.0.7...v2.0.8)

---
updated-dependencies:
- dependency-name: sonner
  dependency-version: 2.0.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-13 00:06:54 +00:00
dependabot[bot] c5412fa89b chore(deps): update lucide-react requirement from ^1.30.0 to ^1.31.0
Updates the requirements on [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) to permit the latest version.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.31.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 1.31.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-13 00:06:44 +00:00
+3 -3
View File
@@ -17,9 +17,9 @@
"cmdk": "^1.1.1",
"date-fns": "^4.4.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^13.0.0",
"framer-motion": "^13.1.0",
"input-otp": "^1.4.2",
"lucide-react": "^1.30.0",
"lucide-react": "^1.31.0",
"next": "16.3.0",
"next-themes": "^0.4.6",
"react": "19.2.8",
@@ -28,7 +28,7 @@
"react-resizable-panels": "^4.12.2",
"recharts": "3.10.1",
"shadcn": "^4.16.2",
"sonner": "^2.0.7",
"sonner": "^2.0.8",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},