Skip to content

Commit

Permalink
fix ts-gql type resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Feb 7, 2024
1 parent 9ab2bba commit 7a895de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/graphql-ts-gql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@ts-gql/compiler": "^0.15.3",
"@ts-gql/eslint-plugin": "^0.9.0",
"@ts-gql/tag": "^0.7.0",
"@ts-gql/tag": "^0.7.3",
"eslint": "^8.0.0",
"prisma": "^4.16.2",
"typescript": "~5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/lib/create-admin-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type {
KeystoneContext,
JSONValue,
MaybeItemFunction,
} from '../../types'
} from '../types'
import type { FilterOrderArgs } from '../types/config/fields'

import { humanize } from './utils'
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/system.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type express from 'express'
import next from 'next'
import type { KeystoneConfig, KeystoneContext } from '../types'
import type { KeystoneConfig, KeystoneContext } from './types'
import { createAdminUIMiddlewareWithNextApp } from './lib/server/createAdminUIMiddleware'

/** @deprecated */
Expand Down
8 changes: 4 additions & 4 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 7a895de

Please sign in to comment.