Bumped vite, eslint, typescript, prettier and related plugins versions to latest (#623)

* Bumped vite, eslint, typescript, prettier and related plugins

* Fixed unused arg

* Fixed prettier warnings
This commit is contained in:
yuri-sakharov
2025-11-22 08:31:28 +02:00
committed by GitHub
parent 40161aee12
commit 210a371d06
32 changed files with 3837 additions and 3287 deletions
@@ -1,4 +1,4 @@
import { Meta } from "@storybook/react";
import { Meta } from "@storybook/react-vite";
import { Button } from "./Button";
@@ -1,4 +1,4 @@
import { Meta } from "@storybook/react";
import { Meta } from "@storybook/react-vite";
import { action } from "@storybook/addon-actions";
import DropDown from "./DropDown";
import { BsSlack, BsGithub } from "react-icons/bs";
@@ -1,4 +1,4 @@
import { Meta } from "@storybook/react";
import { Meta } from "@storybook/react-vite";
import { Header } from "./Header";
@@ -1,4 +1,4 @@
import { Meta, StoryObj } from "@storybook/react";
import { Meta, StoryObj } from "@storybook/react-vite";
import { within, userEvent } from "@storybook/testing-library";
import { Page } from "./Page";
@@ -1,4 +1,4 @@
import { Meta } from "@storybook/react";
import { Meta } from "@storybook/react-vite";
import StatusLabel, { DeploymentStatus } from "./StatusLabel";
const meta = {