Skip to content

Commit a5ae81e

Browse files
committed
build: upgrade to mathjs@10.1.1
build: upgrade dev deps
1 parent 86c068e commit a5ae81e

2 files changed

Lines changed: 939 additions & 522 deletions

File tree

‎package.json‎

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,58 +13,58 @@
1313
"@ethersproject/bignumber": "^5.5.0",
1414
"decimal.js": "^10.3.1",
1515
"evm-bn": "^1.1.1",
16-
"mathjs": "^9.5.1"
16+
"mathjs": "^10.1.1"
1717
},
1818
"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",
2121
"@ethersproject/abi": "^5.5.0",
2222
"@ethersproject/abstract-signer": "^5.5.0",
2323
"@ethersproject/bytes": "^5.5.0",
2424
"@ethersproject/constants": "^5.5.0",
25-
"@ethersproject/providers": "^5.5.0",
25+
"@ethersproject/providers": "^5.5.3",
2626
"@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",
3434
"@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",
3939
"commitizen": "^4.2.4",
4040
"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",
4343
"eslint-config-prettier": "^8.3.0",
4444
"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",
4747
"husky": "^7.0.4",
48-
"lint-staged": "^11.2.6",
48+
"lint-staged": "^12.3.3",
4949
"lodash": "^4.17.21",
50-
"mocha": "^9.1.3",
50+
"mocha": "^9.2.0",
5151
"mocha-each": "^2.0.1",
5252
"nyc": "^15.1.0",
5353
"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",
5757
"rollup-plugin-commonjs": "^10.1.0",
5858
"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",
6161
"solhint": "^3.3.6",
6262
"solhint-plugin-prettier": "^0.0.5",
63-
"solidity-coverage": "^0.7.17",
63+
"solidity-coverage": "^0.7.18",
6464
"ts-generator": "^0.1.1",
6565
"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"
6868
},
6969
"files": [
7070
"/contracts",

0 commit comments

Comments
 (0)