From 400c2e92b871482ddeaffeacdf2f33f0fb2a7927 Mon Sep 17 00:00:00 2001 From: typescreep Date: Sat, 16 Aug 2025 19:10:30 +0300 Subject: [PATCH] linters --- package.json | 2 +- src/components/organisms/Search/Search.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 35e0863..4275fa5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@ant-design/icons": "5.6.0", "@monaco-editor/react": "4.6.0", "@originjs/vite-plugin-federation": "1.3.6", - "@prorobotech/openapi-k8s-toolkit": "^0.0.1-alpha.103", + "@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.103", "@readme/openapi-parser": "4.0.0", "@reduxjs/toolkit": "2.2.5", "@tanstack/react-query": "5.62.2", diff --git a/src/components/organisms/Search/Search.tsx b/src/components/organisms/Search/Search.tsx index 90cd74b..3cacde4 100644 --- a/src/components/organisms/Search/Search.tsx +++ b/src/components/organisms/Search/Search.tsx @@ -1,6 +1,6 @@ /* eslint-disable max-lines-per-function */ import React, { FC } from 'react' -import { theme, Flex, Typography } from 'antd' +import { theme, Typography } from 'antd' import { Styled } from './styled' export const Search: FC = () => {