Skip to content

Commit

Permalink
build: ⬆️ Updated dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Sanino <[email protected]>
  • Loading branch information
saniales committed Aug 1, 2023
1 parent 8c0a0b9 commit 1b2da91
Show file tree
Hide file tree
Showing 7 changed files with 3,293 additions and 2,371 deletions.
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.1.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

Empty file modified .yarn/sdks/typescript/bin/tsc
100755 → 100644
Empty file.
Empty file modified .yarn/sdks/typescript/bin/tsserver
100755 → 100644
Empty file.
5 changes: 3 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
nodeLinker: node-modules
nmMode: hardlinks-global

yarnPath: .yarn/releases/yarn-3.1.1.cjs
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
3 changes: 2 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import "@atixlabs/hardhat-time-n-mine";
import { HardhatUserConfig } from "hardhat/config";

import networks from "./hardhat.networks";
import { EthGasReporterConfig } from "hardhat-gas-reporter/dist/src/types";

const config: HardhatUserConfig = {
const config: HardhatUserConfig & { gasReporter: EthGasReporterConfig } = {
paths: {
sources: "./contracts",
tests: "./test",
Expand Down
Loading

0 comments on commit 1b2da91

Please sign in to comment.