|
41 | 41 | "devDependencies": {
|
42 | 42 | "@chainlink/contracts": "^0.5.1",
|
43 | 43 | "@ethereum-waffle/mock-contract": "^3.4.4",
|
44 |
| - "@nomicfoundation/hardhat-chai-matchers": "^1.0.4", |
| 44 | + "@nomicfoundation/hardhat-chai-matchers": "^1.0.5", |
45 | 45 | "@nomiclabs/hardhat-ethers": "^2.2.1",
|
46 |
| - "@nomiclabs/hardhat-etherscan": "^3.1.2", |
| 46 | + "@nomiclabs/hardhat-etherscan": "^3.1.4", |
47 | 47 | "@premia/utils": "^0.0.4",
|
48 | 48 | "@solidstate/abdk-math-extensions": "^1.0.0",
|
49 |
| - "@solidstate/contracts": "^0.0.48", |
| 49 | + "@solidstate/contracts": "^0.0.52", |
50 | 50 | "@solidstate/hardhat-4byte-uploader": "^1.0.2",
|
51 | 51 | "@solidstate/hardhat-test-short-circuit": "^1.0.2",
|
52 |
| - "@solidstate/library": "^0.0.48", |
53 |
| - "@solidstate/spec": "^0.0.48", |
54 |
| - "@typechain/ethers-v5": "^10.1.1", |
55 |
| - "@typechain/hardhat": "^6.1.4", |
| 52 | + "@solidstate/library": "^0.0.52", |
| 53 | + "@solidstate/spec": "^0.0.52", |
| 54 | + "@typechain/ethers-v5": "^10.2.0", |
| 55 | + "@typechain/hardhat": "^6.1.5", |
56 | 56 | "@types/chai": "^4.3.4",
|
57 | 57 | "@types/chai-almost": "^1.0.1",
|
58 |
| - "@types/mocha": "^10.0.0", |
59 |
| - "@types/node": "^18.11.9", |
| 58 | + "@types/mocha": "^10.0.1", |
| 59 | + "@types/node": "^18.11.18", |
60 | 60 | "@types/utf8": "^3.0.1",
|
61 | 61 | "@uniswap/v2-core": "^1.0.1",
|
62 | 62 | "@uniswap/v2-periphery": "^1.1.0-beta.0",
|
|
67 | 67 | "dotenv": "^16.0.3",
|
68 | 68 | "eth-permit": "^0.2.3",
|
69 | 69 | "ethers": "5.7.2",
|
70 |
| - "hardhat": "2.12.2", |
| 70 | + "hardhat": "2.12.5", |
71 | 71 | "hardhat-abi-exporter": "^2.10.1",
|
72 | 72 | "hardhat-artifactor": "^0.2.0",
|
73 | 73 | "hardhat-contract-sizer": "^2.6.1",
|
74 | 74 | "hardhat-dependency-compiler": "^1.1.3",
|
75 | 75 | "hardhat-docgen": "^1.3.0",
|
76 | 76 | "hardhat-gas-reporter": "^1.0.9",
|
77 | 77 | "hardhat-spdx-license-identifier": "^2.1.0",
|
78 |
| - "husky": "^8.0.2", |
79 |
| - "lint-staged": "^13.0.3", |
80 |
| - "prettier": "^2.7.1", |
81 |
| - "prettier-plugin-solidity": "^1.0.0-rc.1", |
| 78 | + "husky": "^8.0.3", |
| 79 | + "lint-staged": "^13.1.0", |
| 80 | + "prettier": "^2.8.2", |
| 81 | + "prettier-plugin-solidity": "^1.1.1", |
82 | 82 | "solidity-coverage": "^0.8.2",
|
83 | 83 | "ts-node": "^10.9.1",
|
84 | 84 | "typechain": "^8.1.1",
|
85 |
| - "typescript": "^4.9.3", |
| 85 | + "typescript": "^4.9.4", |
86 | 86 | "utf8": "^3.0.0"
|
87 | 87 | }
|
88 | 88 | }
|
0 commit comments