Explorar el Código

Merge pull request #6 from protokol/renovate/typechain-hardhat-2.x

chore(deps): update dependency @typechain/hardhat to v2.3.0
Kristjan Kosic hace 4 años
padre
commit
411841fe13
Se han modificado 2 ficheros con 8 adiciones y 8 borrados
  1. 7 7
      package-lock.json
  2. 1 1
      package.json

+ 7 - 7
package-lock.json

@@ -16,7 +16,7 @@
                 "@openzeppelin/contracts": "4.2.0",
                 "@pinata/sdk": "1.1.23",
                 "@typechain/ethers-v5": "7.0.1",
-                "@typechain/hardhat": "2.2.0",
+                "@typechain/hardhat": "2.3.0",
                 "@types/chai": "4.2.21",
                 "@types/mocha": "9.0.0",
                 "@types/node": "16.4.10",
@@ -2122,9 +2122,9 @@
             }
         },
         "node_modules/@typechain/hardhat": {
-            "version": "2.2.0",
-            "resolved": "https://registry.npmjs.org/@typechain/hardhat/-/hardhat-2.2.0.tgz",
-            "integrity": "sha512-ICZdbc5QA/bSZEvdAHsEL3/u260ZPIK7WZLNnoGywQNo6A98w7VKQW4DR7hPPMHe1FaSI1LTuIesRQvCUVyT3A==",
+            "version": "2.3.0",
+            "resolved": "https://registry.npmjs.org/@typechain/hardhat/-/hardhat-2.3.0.tgz",
+            "integrity": "sha512-zERrtNol86L4DX60ktnXxP7Cq8rSZHPaQvsChyiQQVuvVs2FTLm24Yi+MYnfsIdbUBIXZG7SxDWhtCF5I0tJNQ==",
             "dev": true,
             "dependencies": {
                 "fs-extra": "^9.1.0"
@@ -15337,9 +15337,9 @@
             "requires": {}
         },
         "@typechain/hardhat": {
-            "version": "2.2.0",
-            "resolved": "https://registry.npmjs.org/@typechain/hardhat/-/hardhat-2.2.0.tgz",
-            "integrity": "sha512-ICZdbc5QA/bSZEvdAHsEL3/u260ZPIK7WZLNnoGywQNo6A98w7VKQW4DR7hPPMHe1FaSI1LTuIesRQvCUVyT3A==",
+            "version": "2.3.0",
+            "resolved": "https://registry.npmjs.org/@typechain/hardhat/-/hardhat-2.3.0.tgz",
+            "integrity": "sha512-zERrtNol86L4DX60ktnXxP7Cq8rSZHPaQvsChyiQQVuvVs2FTLm24Yi+MYnfsIdbUBIXZG7SxDWhtCF5I0tJNQ==",
             "dev": true,
             "requires": {
                 "fs-extra": "^9.1.0"

+ 1 - 1
package.json

@@ -25,7 +25,7 @@
         "@openzeppelin/contracts": "4.2.0",
         "@pinata/sdk": "1.1.23",
         "@typechain/ethers-v5": "7.0.1",
-        "@typechain/hardhat": "2.2.0",
+        "@typechain/hardhat": "2.3.0",
         "@types/chai": "4.2.21",
         "@types/mocha": "9.0.0",
         "@types/node": "16.4.10",