Skip to content

Commit

Permalink
chore: add depcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed May 16, 2024
1 parent 65f8fde commit 3b66fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/query.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { OperationDefinitionNode } from 'graphql'
import { QueryMap } from './query-map.js'
import { PrimitiveValue } from 'primitive.js'
import { PrimitiveValue } from './primitive.js'

// Query is a query operation attached to a query tree.
export class Query {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"build:types": "tsc --noEmit false --emitDeclarationOnly --declaration --outDir dist/",
"format": "prettier --write './!(vendor|dist)/**/(*.ts|*.tsx|*.js|*.html|*.css)'",
"typecheck": "tsc --noEmit",
"deps": "depcheck --ignore-patterns=.eslintrc.cjs,package.json --ignores depcheck,esbuild,rimraf,prettier,typescript,@go/github.com,@aptre/common",
"gen": "make genproto",
"test": "npm run typecheck && npm run test:js && npm run test:go",
"test:go": "make test",
Expand All @@ -53,7 +54,6 @@
"devDependencies": {
"@aptre/common": "^0.16.4",
"@types/graphql": "^14.5.0",
"@types/long": "^5.0.0",
"@types/node": "^20.11.5",
"depcheck": "^1.4.7",
"esbuild": "^0.21.0",
Expand Down

0 comments on commit 3b66fb3

Please sign in to comment.