Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Oct 4, 2021
1 parent d025dda commit 99da8c2
Show file tree
Hide file tree
Showing 4 changed files with 1,904 additions and 2,655 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@
},
"devDependencies": {
"@types/dedent": "0.7.0",
"@types/glob": "7.1.3",
"@types/jest": "26.0.23",
"@types/glob": "7.1.4",
"@types/jest": "27.0.2",
"@types/lodash.sortby": "^4.7.6",
"@types/node": "15.6.1",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"@types/node": "16.10.2",
"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"apollo-server": "2.25.0",
"eslint": "7.27.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"graphql": "15.5.0",
"graphql-compose": "9.0.0",
"jest": "27.0.3",
"eslint-plugin-prettier": "4.0.0",
"graphql": "15.6.0",
"graphql-compose": "9.0.3",
"jest": "27.2.4",
"lodash.sortby": "^4.7.0",
"prettier": "2.3.0",
"prettier": "2.4.1",
"rimraf": "3.0.2",
"semantic-release": "17.4.3",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"typescript": "4.3.2"
"semantic-release": "17.4.7",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
"typescript": "4.4.3"
},
"scripts": {
"watch": "jest --watch",
Expand Down
7 changes: 5 additions & 2 deletions src/typeDefs.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { ObjectTypeComposerFieldConfigAsObjectDefinition } from 'graphql-compose';

export type FieldConfig<TContext = any, TArgs = any, TSource = any> =
ObjectTypeComposerFieldConfigAsObjectDefinition<TSource, TContext, TArgs>;
export type FieldConfig<
TContext = any,
TArgs = any,
TSource = any
> = ObjectTypeComposerFieldConfigAsObjectDefinition<TSource, TContext, TArgs>;

export type NamespaceConfig<TContext = any, TArgs = any, TSource = any> = Partial<
ObjectTypeComposerFieldConfigAsObjectDefinition<TSource, TContext, TArgs>
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"rootDir": "./src",
"outDir": "./lib",
"lib": ["es2017"],
"skipLibCheck": true,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
Expand Down
Loading

0 comments on commit 99da8c2

Please sign in to comment.