Skip to content

Commit

Permalink
Merge pull request #884 from jill64/renovate/jill64-eslint-config-ts-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @jill64/eslint-config-ts to v1.1.33
  • Loading branch information
wraith-ci[bot] authored Aug 1, 2024
2 parents 8ac32dd + 4045c1a commit 6d770ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prettier": "@jill64/prettier-config",
"devDependencies": {
"@jill64/attempt": "1.1.3",
"@jill64/eslint-config-ts": "1.1.32",
"@jill64/eslint-config-ts": "1.1.33",
"@jill64/playwright-config": "2.4.1",
"@jill64/prettier-config": "1.0.0",
"@jill64/unfurl": "2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/action/src/ghosts/docs/types/PackageJson.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isValidPackageJson } from '../utils/isValidPackageJson.js'
import type { isValidPackageJson } from '../utils/isValidPackageJson.js'

export type PackageJson = typeof isValidPackageJson extends (
x: unknown
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/types/GhostName.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { schema } from '../src/schema.js'
import type { schema } from '../src/schema.js'

export type GhostName = keyof typeof schema

0 comments on commit 6d770ef

Please sign in to comment.