Skip to content

Commit 8660963

Browse files
authored
Resolve dependency error in graph-node package by upgrading graph-cli (#547)
1 parent 8e80ec0 commit 8660963

4 files changed

Lines changed: 233 additions & 186 deletions

File tree

packages/codegen/src/utils/subgraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { loadFilesSync } from '@graphql-tools/load-files';
1010
import { ASSET_DIR } from './constants';
1111

1212
const GRAPH_TS_VERSION = '0.27.0-watcher-ts-0.1.3';
13-
const GRAPH_CLI_VERSION = '0.32.0-watcher-ts-0.1.3';
13+
const GRAPH_CLI_VERSION = '0.32.0-watcher-ts-0.1.4';
1414

1515
export function parseSubgraphSchema (subgraphPath: string, subgraphConfig: any): any {
1616
const subgraphSchemaPath = path.join(path.resolve(subgraphPath), subgraphConfig.schema?.file ?? './schema.graphql');

packages/graph-node/test/subgraph/example1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@graphprotocol/graph-ts": "npm:@cerc-io/graph-ts@0.27.0-watcher-ts-0.1.3",
14-
"@cerc-io/graph-cli": "0.32.0-watcher-ts-0.1.3"
14+
"@cerc-io/graph-cli": "0.32.0-watcher-ts-0.1.4"
1515
}
1616
}

0 commit comments

Comments
 (0)