Skip to content

Commit

Permalink
Merge branch 'dev' into feat/update-ui-components-library-version-and…
Browse files Browse the repository at this point in the history
…-adjust-things
  • Loading branch information
alcercu authored Dec 17, 2024
2 parents 3913d04 + 906dd58 commit 2a8c9f9
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 2a8c9f9

Please sign in to comment.