Skip to content

Commit

Permalink
Merge pull request #1795 from kleros/chore/devtools-build-fix
Browse files Browse the repository at this point in the history
      Devtools build fix
  • Loading branch information
jaybuidl authored Dec 16, 2024
2 parents 21696d9 + 906737d commit 906dd58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 278 deletions.
1 change: 0 additions & 1 deletion kleros-sdk/src/dataMappings/utils/populateTemplate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import mustache from "mustache";
import { DisputeDetails } from "./disputeDetailsTypes";
import DisputeDetailsSchema from "./disputeDetailsSchema";
import { InvalidFormatError } from "../../errors";

export const populateTemplate = (mustacheTemplate: string, data: any): DisputeDetails => {
const render = mustache.render(mustacheTemplate, data);
Expand Down
2 changes: 1 addition & 1 deletion web-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@tanstack/react-query": "^5.61.0",
"@wagmi/connectors": "^5.5.0",
"@wagmi/core": "^2.15.0",
"@web3modal/wagmi": "^5.1.11",
"@web3modal/wagmi": "^4.2.3",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"next": "14.2.18",
Expand Down
Loading

0 comments on commit 906dd58

Please sign in to comment.