Skip to content

Commit 631489b

Browse files
committed
chore(deps): migrate framer-motion to motion package
1 parent 99e4edd commit 631489b

3 files changed

Lines changed: 60 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@tabler/icons-react": "^3.37.1",
2020
"@tailwindcss/typography": "^0.5.19",
2121
"clsx": "^2.1.1",
22-
"framer-motion": "^12.34.3",
22+
"motion": "^12.34.3",
2323
"next": "16.1.6",
2424
"react": "^19.2.4",
2525
"react-dom": "^19.2.4",

pnpm-lock.yaml

Lines changed: 58 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/ui/grid-pattern.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use client";
22

3-
import { motion } from "framer-motion";
3+
import { motion } from "motion/react";
44
import { useEffect, useId, useRef, useState } from "react";
55

66
import { cn } from "@/lib/utils";

0 commit comments

Comments
 (0)