The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update framer-motion to motion/react

Luna 888eeea2 c8148bd0

+5 -5
+1 -1
app/(home)/text-to-speech/history.tsx
··· 4 4 import { Skeleton } from "@/components/ui/skeleton"; 5 5 import { getDateString, getTimeAgo } from "@/utils/time"; 6 6 import { actor, getVoices } from "@/utils/tts"; 7 - import { motion } from "framer-motion"; 7 + import { motion } from "motion/react"; 8 8 import { useEffect, useState } from "react"; 9 9 import { 10 10 HiDownload,
+1 -1
app/profile/page.tsx
··· 7 7 import { useApi } from "@/lib/api/hook"; 8 8 import type { ApiV1UsersMeGuildsGetResponse } from "@/typings"; 9 9 import { cn } from "@/utils/cn"; 10 - import { motion } from "framer-motion"; 10 + import { motion } from "motion/react"; 11 11 import Link from "next/link"; 12 12 import { useSearchParams } from "next/navigation"; 13 13 import { useMemo, useState } from "react";
+1 -1
bun.lock
··· 31 31 "class-variance-authority": "^0.7.1", 32 32 "clsx": "^2.1.1", 33 33 "discord-api-types": "^0.38.36", 34 - "framer-motion": "12.23.25", 35 34 "lucide-react": "^0.555.0", 36 35 "next": "16.0.7", 36 + "motion": "^12.23.26", 37 37 "next-client-cookies": "^2.1.0", 38 38 "postcss": "^8.5.6", 39 39 "react": "19.2.1",
+1 -1
components/inputs/dumb-color-input.tsx
··· 1 1 import { cn } from "@/utils/cn"; 2 - import { AnimatePresence, motion } from "framer-motion"; 2 + import { AnimatePresence, motion } from "motion/react"; 3 3 import React, { useState } from "react"; 4 4 import { AiOutlineEdit } from "react-icons/ai"; 5 5
+1 -1
package.json
··· 39 39 "class-variance-authority": "^0.7.1", 40 40 "clsx": "^2.1.1", 41 41 "discord-api-types": "^0.38.36", 42 - "framer-motion": "12.23.25", 43 42 "lucide-react": "^0.555.0", 44 43 "next": "16.0.7", 44 + "motion": "^12.23.26", 45 45 "next-client-cookies": "^2.1.0", 46 46 "postcss": "^8.5.6", 47 47 "react": "19.2.1",