Skip to content

Commit

Permalink
downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Sep 1, 2023
1 parent fdb8d58 commit bc818d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ipfs-http-client": "55.0.0",
"jayson": "4.0.0",
"js-yaml": "3.14.1",
"prettier": "3.0.3",
"prettier": "1.19.1",
"request": "2.88.2",
"semver": "7.4.0",
"sync-request": "6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/command-helpers/scaffold.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const generateDataSource = async (
network,
'source',
yaml.parse(
await prettier.format(
prettier.format(
protocolManifest.source({ contract: contractAddress, contractName, startBlock }),
{
parser: 'yaml',
Expand All @@ -40,7 +40,7 @@ export const generateDataSource = async (
),
'mapping',
yaml.parse(
await prettier.format(protocolManifest.mapping({ abi, contractName }), {
prettier.format(protocolManifest.mapping({ abi, contractName }), {
parser: 'yaml',
}),
),
Expand Down
13 changes: 7 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit bc818d7

Please sign in to comment.