瀏覽代碼

build: upgrade to yarn v3.1.0

build: upgrade dev deps
Paul Razvan Berg 3 年之前
父節點
當前提交
b3f8674e08
共有 5 個文件被更改,包括 486 次插入224 次删除
  1. 0 3
      .yarn/releases/yarn-3.0.2.cjs
  2. 3 0
      .yarn/releases/yarn-3.1.0.cjs
  3. 1 1
      .yarnrc.yml
  4. 15 15
      package.json
  5. 467 205
      yarn.lock

文件差異過大導致無法顯示
+ 0 - 3
.yarn/releases/yarn-3.0.2.cjs


文件差異過大導致無法顯示
+ 3 - 0
.yarn/releases/yarn-3.1.0.cjs


+ 1 - 1
.yarnrc.yml

@@ -4,4 +4,4 @@ plugins:
   - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
     spec: "@yarnpkg/plugin-interactive-tools"
 
-yarnPath: .yarn/releases/yarn-3.0.2.cjs
+yarnPath: .yarn/releases/yarn-3.1.0.cjs

+ 15 - 15
package.json

@@ -7,14 +7,14 @@
     "url": "https://paulrberg.com"
   },
   "devDependencies": {
-    "@codechecks/client": "^0.1.11",
+    "@codechecks/client": "^0.1.12",
     "@commitlint/cli": "^13.2.1",
     "@commitlint/config-conventional": "^13.2.0",
-    "@ethersproject/abi": "^5.4.1",
-    "@ethersproject/abstract-signer": "^5.4.1",
-    "@ethersproject/bignumber": "^5.4.2",
-    "@ethersproject/bytes": "^5.4.0",
-    "@ethersproject/providers": "^5.4.5",
+    "@ethersproject/abi": "^5.5.0",
+    "@ethersproject/abstract-signer": "^5.5.0",
+    "@ethersproject/bignumber": "^5.5.0",
+    "@ethersproject/bytes": "^5.5.0",
+    "@ethersproject/providers": "^5.5.0",
     "@nomiclabs/hardhat-ethers": "^2.0.2",
     "@nomiclabs/hardhat-waffle": "^2.0.1",
     "@typechain/ethers-v5": "^7.2.0",
@@ -22,23 +22,23 @@
     "@types/chai": "^4.2.22",
     "@types/fs-extra": "^9.0.13",
     "@types/mocha": "^9.0.0",
-    "@types/node": "^16.11.1",
-    "@typescript-eslint/eslint-plugin": "^5.0.0",
-    "@typescript-eslint/parser": "^5.0.0",
+    "@types/node": "^16.11.6",
+    "@typescript-eslint/eslint-plugin": "^5.2.0",
+    "@typescript-eslint/parser": "^5.2.0",
     "chai": "^4.3.4",
     "commitizen": "^4.2.4",
     "cross-env": "^7.0.3",
     "cz-conventional-changelog": "^3.3.0",
     "dotenv": "^10.0.0",
-    "eslint": "^8.0.1",
+    "eslint": "^8.1.0",
     "eslint-config-prettier": "^8.3.0",
     "ethereum-waffle": "^3.4.0",
-    "ethers": "^5.4.7",
+    "ethers": "^5.5.1",
     "fs-extra": "^10.0.0",
-    "hardhat": "^2.6.6",
+    "hardhat": "^2.6.7",
     "hardhat-gas-reporter": "^1.0.4",
-    "husky": "^7.0.2",
-    "lint-staged": "^11.2.3",
+    "husky": "^7.0.4",
+    "lint-staged": "^11.2.5",
     "lodash": "^4.17.21",
     "mocha": "^9.1.3",
     "pinst": "^2.1.6",
@@ -50,7 +50,7 @@
     "solhint-plugin-prettier": "^0.0.5",
     "solidity-coverage": "^0.7.17",
     "ts-generator": "^0.1.1",
-    "ts-node": "^10.3.0",
+    "ts-node": "^10.4.0",
     "typechain": "^5.2.0",
     "typescript": "^4.4.4"
   },

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


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