From 71d5cba521bb4a32c1544dd35230dd660c0f168c Mon Sep 17 00:00:00 2001 From: 0xAustrian Date: Fri, 3 May 2024 15:29:18 -0300 Subject: [PATCH] fix: fetch solhint from github --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b7f82cd9..9111d0e1 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "forge-std": "github:foundry-rs/forge-std#5475f85", "husky": ">=8", "lint-staged": ">=10", - "solhint": "solhint-community/solhint-community#v4.0.0", + "solhint": "github:solhint-community/solhint-community#v4.0.0-rc01", "sort-package-json": "2.10.0" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index e5e2c540..14642107 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1689,9 +1689,9 @@ solc@0.8.24: semver "^5.5.0" tmp "0.0.33" -solhint@solhint-community/solhint-community#v4.0.0: - version "4.0.0" - resolved "https://codeload.github.com/solhint-community/solhint-community/tar.gz/1bdcfa270e9054607f154c39557906a9da9aaed0" +"solhint@github:solhint-community/solhint-community#v4.0.0-rc01": + version "4.0.0-rc01" + resolved "https://codeload.github.com/solhint-community/solhint-community/tar.gz/b04088d3d2bb6ceb8c9bf77783e71195d19fb653" dependencies: "@solidity-parser/parser" "^0.16.0" ajv "^6.12.6"