Skip to content

Commit

Permalink
Replace framer-motion with motion
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Dec 17, 2024
1 parent 2dcace8 commit 89f0cbb
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@tiptap/react": "^2.10.3",
"convex": "^1.17.3",
"convex-helpers": "^0.1.67",
"framer-motion": "12.0.0-alpha.2",
"lucide-react": "^0.468.0",
"motion": "^11.15.0",
"next-themes": "^0.4.4",
"oslo": "^1.2.1",
"postcss": "^8.4.49",
Expand Down
54 changes: 44 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { m } from "framer-motion";
import { m } from "motion/react";
import { useEffect, useRef, useState } from "react";
import { twMerge } from "tailwind-merge";

Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
useConvexAuth,
useQuery,
} from "convex/react";
import { LazyMotion, domAnimation } from "framer-motion";
import { ArrowLeft, TriangleAlert } from "lucide-react";
import { LazyMotion, domAnimation } from "motion/react";
import { ThemeProvider } from "next-themes";
import { StrictMode, useEffect } from "react";
import { createRoot } from "react-dom/client";
Expand Down

0 comments on commit 89f0cbb

Please sign in to comment.