Skip to content

Commit a6202fd

Browse files
committed
Missing dep tslib
1 parent 6ee0e67 commit a6202fd

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"react-dnd-html5-backend": "^16",
4747
"react-dom": "^19",
4848
"react-hook-form": "^7.62.0",
49+
"tslib": "^2.8.1",
4950
"tsup": "^8.5.0",
5051
"typescript": "^5.9.2"
5152
},

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/BlocksInputView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import React, { useCallback, useEffect, useRef, useState } from "react";
88
import { DefaultValues, FormProvider, useForm } from "react-hook-form";
99
import { BlockDefinition, BlockRecord, DefaultContext } from "./types";
1010
import clsx from "clsx";
11-
import { alpha } from "@mui/system/colorManipulator";
11+
import { alpha } from "@mui/material/styles";
1212
import Box, { BoxProps } from "@mui/material/Box";
1313
import Button from "@mui/material/Button";
1414
import Dialog from "@mui/material/Dialog";

0 commit comments

Comments
 (0)