Skip to content

Commit

Permalink
*: Downgrade lerna dependency
Browse files Browse the repository at this point in the history
- To be upgraded again once Dockerfile and workflows are upgraded
  • Loading branch information
fordN committed Jan 11, 2024
1 parent 2171b0d commit 3b2b810
Show file tree
Hide file tree
Showing 3 changed files with 1,559 additions and 1,257 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@octokit/core": "3.2.0",
"lerna": "^8.0.2"
"lerna": "6.1.0"
},
"resolutions": {
"ethers": "5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-native/lib/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe("Native Functions", () => {
() =>
new NativeAttestationSigner(
chainId,
"0xab",
"0xbad",
privateKey,
subgraphDeploymentID,
),
Expand Down
Loading

0 comments on commit 3b2b810

Please sign in to comment.