Browse Source

Bump solhint to 3.2.0

Francisco Giordano 5 years ago
parent
commit
09d437c1f9
3 changed files with 6 additions and 5 deletions
  1. 1 0
      contracts/proxy/Initializable.sol
  2. 4 4
      package-lock.json
  3. 1 1
      package.json

+ 1 - 0
contracts/proxy/Initializable.sol

@@ -1,5 +1,6 @@
 // SPDX-License-Identifier: MIT
 
+// solhint-disable-next-line compiler-version
 pragma solidity >=0.4.24 <0.7.0;
 
 

+ 4 - 4
package-lock.json

@@ -24482,7 +24482,7 @@
           "dependencies": {
             "pify": {
               "version": "2.3.0",
-              "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+              "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
               "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
               "dev": true,
               "optional": true
@@ -34096,9 +34096,9 @@
       },
       "dependencies": {
         "@solidity-parser/parser": {
-          "version": "0.7.0",
-          "resolved": "https://registry.npmjs.org/@solidity-parser/parser/-/parser-0.7.0.tgz",
-          "integrity": "sha512-YJ333ezgd9slnwCpFQVfsBcYsTcLWZRpVswlKgS82YDZPzzNtVnkEs5DX5+jMsu8PNnVxwZuxC6ucukima9x6w==",
+          "version": "0.7.1",
+          "resolved": "https://registry.npmjs.org/@solidity-parser/parser/-/parser-0.7.1.tgz",
+          "integrity": "sha512-5ma2uuwPAEX1TPl2rAPAAuGlBkKnn2oUKQvnhTFlDIB8U/KDWX77FpHtL6Rcz+OwqSCWx9IClxACgyIEJ/GhIw==",
           "dev": true
         },
         "acorn": {

+ 1 - 1
package.json

@@ -67,7 +67,7 @@
     "micromatch": "^4.0.2",
     "mocha": "^8.0.1",
     "rimraf": "^3.0.2",
-    "solhint": "^3.0.0",
+    "solhint": "^3.2.0",
     "solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477",
     "solidity-docgen": "^0.5.3"
   },