Update dependency bun-types to v1.1.38 #3

Merged
bizcochito merged 2 commits from renovate/bun-types-1.x-lockfile into main 2024-11-29 18:33:07 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 23312df488 - Show all commits

View File

@ -1,5 +1,5 @@
import Button from "../Button/Button";
import { useEffect, useState } from "react";
import Button from "../Button/Button";
interface ImageModeratorProps {
token: string;

View File

@ -1,6 +1,6 @@
import React from "react";
import { render, screen } from "@testing-library/react";
import { describe, expect, it } from "bun:test";
import { expect, it } from "bun:test";
import React from "react";
import ImageModerator, {
ImageModeratorProps,
} from "../../src/components/ImageModerator/ImageModerator";