mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor fix
This commit is contained in:
parent
4ecacdc767
commit
578606f5b1
1740
package-lock.json
generated
1740
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -57,10 +57,10 @@
|
|||
"hardhat": "^2.7.0",
|
||||
"hardhat-deploy": "^0.9.14",
|
||||
"hardhat-deploy-ethers": "^0.3.0-beta.11",
|
||||
"husky": "^7.0.4",
|
||||
"prettier": "^2.4.1",
|
||||
"prettier-plugin-solidity": "^1.0.0-beta.18",
|
||||
"solhint": "^3.3.6",
|
||||
"husky": "^7.0.4",
|
||||
"solidity-coverage": "0.7.17",
|
||||
"ts-node": "^10.4.0",
|
||||
"typescript": "^4.5.2",
|
||||
|
|
28
yarn.lock
28
yarn.lock
|
@ -3,23 +3,23 @@
|
|||
|
||||
|
||||
"@babel/code-frame@^7.0.0":
|
||||
"integrity" "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA=="
|
||||
"resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz"
|
||||
"version" "7.16.0"
|
||||
"integrity" "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg=="
|
||||
"resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz"
|
||||
"version" "7.16.7"
|
||||
dependencies:
|
||||
"@babel/highlight" "^7.16.0"
|
||||
"@babel/highlight" "^7.16.7"
|
||||
|
||||
"@babel/helper-validator-identifier@^7.15.7":
|
||||
"integrity" "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w=="
|
||||
"resolved" "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz"
|
||||
"version" "7.15.7"
|
||||
"@babel/helper-validator-identifier@^7.16.7":
|
||||
"integrity" "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
|
||||
"resolved" "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz"
|
||||
"version" "7.16.7"
|
||||
|
||||
"@babel/highlight@^7.16.0":
|
||||
"integrity" "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g=="
|
||||
"resolved" "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz"
|
||||
"version" "7.16.0"
|
||||
"@babel/highlight@^7.16.7":
|
||||
"integrity" "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw=="
|
||||
"resolved" "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz"
|
||||
"version" "7.16.7"
|
||||
dependencies:
|
||||
"@babel/helper-validator-identifier" "^7.15.7"
|
||||
"@babel/helper-validator-identifier" "^7.16.7"
|
||||
"chalk" "^2.0.0"
|
||||
"js-tokens" "^4.0.0"
|
||||
|
||||
|
@ -5095,7 +5095,7 @@
|
|||
"uuid" "2.0.1"
|
||||
"xmlhttprequest" "1.8.0"
|
||||
|
||||
"ethers@^5.0.0", "ethers@^5.0.1", "ethers@^5.0.13", "ethers@^5.1.0", "ethers@^5.1.3", "ethers@^5.4.7", "ethers@^5.5.2":
|
||||
"ethers@^5.0.0", "ethers@^5.0.1", "ethers@^5.0.13", "ethers@^5.0.2", "ethers@^5.1.0", "ethers@^5.1.3", "ethers@^5.4.7", "ethers@^5.5.2":
|
||||
"integrity" "sha512-EF5W+6Wwcu6BqVwpgmyR5U2+L4c1FQzlM/02dkZOugN3KF0cG9bzHZP+TDJglmPm2/IzCEJDT7KBxzayk7SAHw=="
|
||||
"resolved" "https://registry.npmjs.org/ethers/-/ethers-5.5.2.tgz"
|
||||
"version" "5.5.2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user