Skip to content

Commit

Permalink
🔁 Bump @typescript-eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Nov 13, 2023
1 parent 5fcb59e commit 7775f5a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
"@types/chai": "^4.3.10",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"chai": "^4.3.10",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
78 changes: 39 additions & 39 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions test/Greeter.test.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { expect, assert } from "chai";
import { Contract } from "ethers";
import { ethers } from "hardhat";
import { SignerWithAddress } from "@nomicfoundation/hardhat-ethers/signers";
import { mine, time } from "@nomicfoundation/hardhat-network-helpers";
import { Greeter } from "../typechain-types";

describe("Greeter", function () {
let deployerAccount: SignerWithAddress;
let greeter: Contract;
let greeter: Greeter;

beforeEach(async function () {
greeter = await ethers.deployContract("Greeter", ["Hello, Hardhat!"], {
Expand Down

0 comments on commit 7775f5a

Please sign in to comment.