Update npm package name from framer-motion to motion (#33887)

to make Renovate happier
This commit is contained in:
Michael Telatynski
2026-06-17 10:19:11 +00:00
committed by GitHub
parent 28ee041863
commit 1094ab256c
3 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
"@radix-ui/react-dialog": "^1.1.6",
"@vector-im/compound-design-tokens": "^10.0.0",
"@vector-im/compound-web": "^9.0.0",
"framer-motion": "^12.4.10",
"motion": "^12.4.10",
"styled-components": "^6.1.18",
"zod": "^4.0.0"
}
+1 -1
View File
@@ -6,7 +6,7 @@ Please see LICENSE files in the repository root for full details.
*/
import { type FC, type JSX, useState } from "react";
import { AnimatePresence, motion } from "framer-motion";
import { AnimatePresence, motion } from "motion/react";
import * as Dialog from "@radix-ui/react-dialog";
import styled, { useTheme } from "styled-components";
import { InlineSpinner } from "@vector-im/compound-web";