Skip to content

Commit

Permalink
fix: remove json-big-int dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Oct 3, 2024
1 parent 5e56c97 commit 624e684
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 30 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
"@tsconfig/strictest": "^2.0.5",
"@types/body-parser": "^1.19.5",
"@types/express": "^5.0.0",
"@types/json-bigint": "^1.0.4",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
Expand All @@ -160,7 +159,6 @@
"graphql-upload-minimal": "^1.6.1",
"graphql-yoga": "^5.7.0",
"jsdom": "^25.0.1",
"json-bigint": "^1.0.0",
"publint": "^0.2.11",
"strip-ansi": "^7.1.0",
"tsx": "^4.19.1",
Expand Down
27 changes: 2 additions & 25 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion src/layers/4_generator/config.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import _ from 'json-bigint'
import { expect } from 'vitest'
import { test } from '../../../tests/_/helpers.js'
import { createConfig } from './config.js'
Expand Down
1 change: 0 additions & 1 deletion src/layers/4_generator/generate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import _ from 'json-bigint'
import fs from 'node:fs/promises'
import { type Config, createConfig, type Input } from './config.js'
import { ModuleGenerator_ } from './generators/_.js'
Expand Down
1 change: 0 additions & 1 deletion src/layers/4_generator/generators/SchemaBuildtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import type {
GraphQLObjectType,
} from 'graphql'
import { getNullableType, isListType, isNamedType, isNullableType } from 'graphql'
import _ from 'json-bigint'
import { Code } from '../../../lib/Code.js'
import type {
AnyClass,
Expand Down

0 comments on commit 624e684

Please sign in to comment.