瀏覽代碼

chore: update dependencies

Klaus Hott Vidal 4 年之前
父節點
當前提交
0616407391
共有 2 個文件被更改,包括 214 次插入400 次删除
  1. 25 26
      package.json
  2. 189 374
      yarn.lock

+ 25 - 26
package.json

@@ -6,45 +6,44 @@
     "name": "Paul Razvan Berg",
     "url": "https://paulrberg.com"
   },
-  "dependencies": {},
   "devDependencies": {
-    "@commitlint/cli": "^9.1.2",
-    "@commitlint/config-conventional": "^9.1.2",
+    "@commitlint/cli": "^12.1.4",
+    "@commitlint/config-conventional": "^12.1.4",
     "@ethersproject/abstract-signer": "^5.1.0",
     "@ethersproject/bignumber": "^5.1.1",
     "@nomiclabs/hardhat-ethers": "^2.0.2",
     "@nomiclabs/hardhat-waffle": "^2.0.1",
-    "@typechain/ethers-v5": "^5.0.0",
-    "@typechain/hardhat": "^1.0.1",
-    "@types/chai": "^4.2.13",
-    "@types/fs-extra": "^9.0.1",
-    "@types/mocha": "^7.0.2",
-    "@types/node": "^14.11.8",
-    "@typescript-eslint/eslint-plugin": "^4.22.0",
-    "@typescript-eslint/parser": "^4.22.0",
-    "chai": "^4.2.0",
-    "commitizen": "^4.2.1",
+    "@typechain/ethers-v5": "^7.0.0",
+    "@typechain/hardhat": "^2.0.1",
+    "@types/chai": "^4.2.18",
+    "@types/fs-extra": "^9.0.11",
+    "@types/mocha": "^8.2.2",
+    "@types/node": "^15.3.0",
+    "@typescript-eslint/eslint-plugin": "^4.23.0",
+    "@typescript-eslint/parser": "^4.23.0",
+    "chai": "^4.3.4",
+    "commitizen": "^4.2.4",
     "cz-conventional-changelog": "^3.3.0",
-    "dotenv": "^8.2.0",
-    "eslint": "^7.24.0",
-    "eslint-config-prettier": "^8.2.0",
+    "dotenv": "^9.0.2",
+    "eslint": "^7.26.0",
+    "eslint-config-prettier": "^8.3.0",
     "ethereum-waffle": "^3.3.0",
-    "ethers": "^5.1.3",
-    "fs-extra": "^9.0.1",
-    "hardhat": "^2.2.0",
+    "ethers": "^5.1.4",
+    "fs-extra": "^10.0.0",
+    "hardhat": "^2.3.0",
     "hardhat-gas-reporter": "^1.0.4",
-    "husky": "^4.3.0",
-    "mocha": "^8.1.3",
-    "prettier": "^2.1.2",
-    "prettier-plugin-solidity": "^1.0.0-beta.9",
+    "husky": "^6.0.0",
+    "mocha": "^8.4.0",
+    "prettier": "^2.3.0",
+    "prettier-plugin-solidity": "^1.0.0-beta.10",
     "shelljs": "^0.8.4",
     "solhint": "^3.3.4",
     "solhint-plugin-prettier": "^0.0.5",
     "solidity-coverage": "^0.7.16",
     "ts-generator": "^0.1.1",
-    "ts-node": "^8.10.2",
-    "typechain": "^4.0.1",
-    "typescript": "<4.1.0"
+    "ts-node": "^9.1.1",
+    "typechain": "^5.0.0",
+    "typescript": "^4.2.4"
   },
   "files": [
     "/contracts"

文件差異過大導致無法顯示
+ 189 - 374
yarn.lock


部分文件因文件數量過多而無法顯示