Upgrade other react dependencies

This commit is contained in:
Jamie
2026-03-17 13:42:29 -07:00
committed by GitHub
parent fcafec550e
commit 3851a3905a
19 changed files with 1668 additions and 1938 deletions

View File

@@ -1,8 +1,8 @@
// Copyright 2025 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import classNames from 'classnames';
import type { Transition } from 'framer-motion';
import { motion } from 'framer-motion';
import type { Transition } from 'motion/react';
import { motion } from 'motion/react';
import type { ReactNode, Ref } from 'react';
import React, {
createContext,