|
13 | 13 | "@ethersproject/bignumber": "^5.5.0", |
14 | 14 | "decimal.js": "^10.3.1", |
15 | 15 | "evm-bn": "^1.1.1", |
16 | | - "mathjs": "^9.5.1" |
| 16 | + "mathjs": "^10.1.1" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | | - "@commitlint/cli": "^13.2.1", |
20 | | - "@commitlint/config-conventional": "^13.2.0", |
| 19 | + "@commitlint/cli": "^16.1.0", |
| 20 | + "@commitlint/config-conventional": "^16.0.0", |
21 | 21 | "@ethersproject/abi": "^5.5.0", |
22 | 22 | "@ethersproject/abstract-signer": "^5.5.0", |
23 | 23 | "@ethersproject/bytes": "^5.5.0", |
24 | 24 | "@ethersproject/constants": "^5.5.0", |
25 | | - "@ethersproject/providers": "^5.5.0", |
| 25 | + "@ethersproject/providers": "^5.5.3", |
26 | 26 | "@ethersproject/wallet": "^5.5.0", |
27 | | - "@istanbuljs/nyc-config-typescript": "^1.0.1", |
28 | | - "@nomiclabs/hardhat-ethers": "^2.0.2", |
29 | | - "@nomiclabs/hardhat-waffle": "^2.0.1", |
30 | | - "@rollup/plugin-node-resolve": "^13.0.6", |
31 | | - "@typechain/ethers-v5": "^7.2.0", |
32 | | - "@typechain/hardhat": "^2.3.1", |
33 | | - "@types/chai": "^4.2.22", |
| 27 | + "@istanbuljs/nyc-config-typescript": "^1.0.2", |
| 28 | + "@nomiclabs/hardhat-ethers": "^2.0.4", |
| 29 | + "@nomiclabs/hardhat-waffle": "^2.0.2", |
| 30 | + "@rollup/plugin-node-resolve": "^13.1.3", |
| 31 | + "@typechain/ethers-v5": "^9.0.0", |
| 32 | + "@typechain/hardhat": "^4.0.0", |
| 33 | + "@types/chai": "^4.3.0", |
34 | 34 | "@types/mocha-each": "^2.0.0", |
35 | | - "@types/node": "^16.11.6", |
36 | | - "@typescript-eslint/eslint-plugin": "^5.2.0", |
37 | | - "@typescript-eslint/parser": "^5.2.0", |
38 | | - "chai": "^4.3.4", |
| 35 | + "@types/node": "^17.0.14", |
| 36 | + "@typescript-eslint/eslint-plugin": "^5.10.2", |
| 37 | + "@typescript-eslint/parser": "^5.10.2", |
| 38 | + "chai": "^4.3.6", |
39 | 39 | "commitizen": "^4.2.4", |
40 | 40 | "cz-conventional-changelog": "^3.3.0", |
41 | | - "dotenv": "^10.0.0", |
42 | | - "eslint": "^8.1.0", |
| 41 | + "dotenv": "^15.0.0", |
| 42 | + "eslint": "^8.8.0", |
43 | 43 | "eslint-config-prettier": "^8.3.0", |
44 | 44 | "ethereum-waffle": "^3.4.0", |
45 | | - "ethers": "^5.5.1", |
46 | | - "hardhat": "^2.6.7", |
| 45 | + "ethers": "^5.5.4", |
| 46 | + "hardhat": "^2.8.3", |
47 | 47 | "husky": "^7.0.4", |
48 | | - "lint-staged": "^11.2.6", |
| 48 | + "lint-staged": "^12.3.3", |
49 | 49 | "lodash": "^4.17.21", |
50 | | - "mocha": "^9.1.3", |
| 50 | + "mocha": "^9.2.0", |
51 | 51 | "mocha-each": "^2.0.1", |
52 | 52 | "nyc": "^15.1.0", |
53 | 53 | "pinst": "^2.1.6", |
54 | | - "prettier": "^2.4.1", |
55 | | - "prettier-plugin-solidity": "^1.0.0-beta.18", |
56 | | - "rollup": "^2.58.3", |
| 54 | + "prettier": "^2.5.1", |
| 55 | + "prettier-plugin-solidity": "^1.0.0-beta.19", |
| 56 | + "rollup": "^2.67.0", |
57 | 57 | "rollup-plugin-commonjs": "^10.1.0", |
58 | 58 | "rollup-plugin-terser": "^7.0.2", |
59 | | - "shelljs": "^0.8.4", |
60 | | - "shx": "^0.3.3", |
| 59 | + "shelljs": "^0.8.5", |
| 60 | + "shx": "^0.3.4", |
61 | 61 | "solhint": "^3.3.6", |
62 | 62 | "solhint-plugin-prettier": "^0.0.5", |
63 | | - "solidity-coverage": "^0.7.17", |
| 63 | + "solidity-coverage": "^0.7.18", |
64 | 64 | "ts-generator": "^0.1.1", |
65 | 65 | "ts-node": "^10.4.0", |
66 | | - "typechain": "^5.2.0", |
67 | | - "typescript": "^4.4.4" |
| 66 | + "typechain": "^7.0.0", |
| 67 | + "typescript": "^4.5.5" |
68 | 68 | }, |
69 | 69 | "files": [ |
70 | 70 | "/contracts", |
|
0 commit comments