Skip to content

Commit

Permalink
Update dependencies and cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wellguimaraes committed Feb 20, 2024
1 parent 0390d4c commit f36ccae
Show file tree
Hide file tree
Showing 6 changed files with 458 additions and 1,020 deletions.
1 change: 0 additions & 1 deletion beskar
Submodule beskar deleted from e62cb3
1 change: 1 addition & 0 deletions cli/src/render/typeMap/objectType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
GraphQLObjectType,
isInterfaceType,
} from 'graphql'
// noinspection ES6PreferShortImport
import { ArgMap, Field, FieldMap } from '../../runtime/types'
import { RenderContext } from '../common/RenderContext'
import { isEmpty } from './support'
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"flame": "node --prof-process --preprocess -j isolate*.log | flamebearer && open flamegraph.html"
},
"dependencies": {
"@genql/cli": "workspace:*",
"@rematter/genql": "workspace:*",
"@graphql-tools/schema": "^9.0.19",
"apollo-server": "^3.11.1",
"await-sleep": "^0.0.1",
Expand Down
Loading

0 comments on commit f36ccae

Please sign in to comment.