Commit 61f0cf6b authored by gxkai's avatar gxkai

fix: 添加包

parent ea3d3c41
/**
* @type import('hardhat/config').HardhatUserConfig
*/
module.exports = {
solidity: '0.7.3'
}
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -142,6 +142,12 @@ ...@@ -142,6 +142,12 @@
"@ethereumjs/tx": "^3.3.2", "@ethereumjs/tx": "^3.3.2",
"@ethereumjs/vm": "^5.5.3", "@ethereumjs/vm": "^5.5.3",
"@monaco-editor/react": "^4.3.1", "@monaco-editor/react": "^4.3.1",
"@remix-project/remix-analyzer": "^0.5.17",
"@remix-project/remix-debug": "^0.5.8",
"@remix-project/remix-lib": "^0.5.8",
"@remix-project/remix-solidity": "^0.4.8",
"@remix-project/remix-tests": "^0.2.8",
"@remix-project/remix-url-resolver": "^0.0.29",
"@remixproject/engine": "^0.3.24", "@remixproject/engine": "^0.3.24",
"@remixproject/engine-web": "^0.3.24", "@remixproject/engine-web": "^0.3.24",
"@remixproject/plugin": "^0.3.24", "@remixproject/plugin": "^0.3.24",
...@@ -269,6 +275,7 @@ ...@@ -269,6 +275,7 @@
"ganache-cli": "^6.8.1", "ganache-cli": "^6.8.1",
"gists": "^1.0.1", "gists": "^1.0.1",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"hardhat": "^2.6.8",
"ipfs-http-client": "^47.0.1", "ipfs-http-client": "^47.0.1",
"ipfs-mini": "^1.1.5", "ipfs-mini": "^1.1.5",
"is-electron": "^2.2.0", "is-electron": "^2.2.0",
...@@ -309,6 +316,6 @@ ...@@ -309,6 +316,6 @@
"webworkify-webpack": "^2.1.5", "webworkify-webpack": "^2.1.5",
"worker-loader": "^2.0.0", "worker-loader": "^2.0.0",
"yo-yo": "github:ioedeveloper/yo-yo", "yo-yo": "github:ioedeveloper/yo-yo",
"yo-yoify": "^3.7.3" "yo-yoify": "^4.3.0"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment