Skip to content

Commit

Permalink
fix(deps): update dependency @antfu/eslint-config to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DerYeger committed Feb 8, 2025
1 parent edc58a5 commit 4b751a4
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 30 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-eagles-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@yeger/eslint-config': patch
---

update deps
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint": ">=9.0.0"
},
"dependencies": {
"@antfu/eslint-config": "3.16.0",
"@antfu/eslint-config": "4.1.1",
"@eslint-react/eslint-plugin": "1.26.0",
"@eslint/eslintrc": "3.2.0",
"astro-eslint-parser": "1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-graph-ui/components/FlowGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ import {

import 'reactflow/dist/style.css'
import {
type FlowNode,
TASK_HEIGHT_VAR,
TASK_WIDTH_VAR,
convertGraph,
getTaskColorVar,
} from '../lib/flow'
import type { FlowNode } from '../lib/flow'
import type { TurboGraph } from '../lib/turbo'
import { useGraphSettings } from '../lib/utils'

Expand Down
3 changes: 2 additions & 1 deletion packages/turbo-graph-ui/components/GraphInputs.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
'use client'

import { debounce } from '@yeger/debounce'
import { type ChangeEventHandler, useEffect, useRef } from 'react'
import { useEffect, useRef } from 'react'
import type { ChangeEventHandler } from 'react'

import { Input } from '../components/Input'
import type { GraphParameter } from '../lib/utils'
Expand Down
3 changes: 2 additions & 1 deletion packages/turbo-graph-ui/lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Stream } from '@yeger/streams'
import { type ClassValue, clsx } from 'clsx'
import { clsx } from 'clsx'
import type { ClassValue } from 'clsx'
import { useRouter, useSearchParams } from 'next/navigation'
import { twMerge } from 'tailwind-merge'

Expand Down
51 changes: 25 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b751a4

Please sign in to comment.