Improve development tooling (#1516)
- Running `yarn build` in a `packages/*/` directory will trigger build of all dependencies too, and cache them if possible. - Fix for `yarn dev` breaking for `rrweb` package whenever changing files in `rrweb` package - Update typescript, turbo, vite and vite-plugin-dts - Require `workspaces-to-typescript-project-references` from `prepublish`
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Button, ButtonProps } from '@chakra-ui/react';
|
||||
import { Button, type ButtonProps } from '@chakra-ui/react';
|
||||
|
||||
interface CircleButtonProps extends ButtonProps {
|
||||
diameter: number;
|
||||
|
||||
@@ -12,8 +12,8 @@ import {
|
||||
Drawer,
|
||||
DrawerContent,
|
||||
useDisclosure,
|
||||
BoxProps,
|
||||
FlexProps,
|
||||
type BoxProps,
|
||||
type FlexProps,
|
||||
Heading,
|
||||
Stack,
|
||||
Text,
|
||||
|
||||
Reference in New Issue
Block a user