Skip to content

Commit

Permalink
chore: not sure what im doing any more
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Feb 16, 2024
1 parent 591dcc0 commit 790a617
Show file tree
Hide file tree
Showing 3 changed files with 7,573 additions and 1,792 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: "18.15.0"
node-version: "16.20.x"

- name: Install dependencies
run: yarn --frozen-lockfile
Expand Down
73 changes: 37 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,52 +76,53 @@
},
"devDependencies": {
"@codechecks/client": "0.1.12",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@defi-wonderland/smock": "2.3.5",
"@ethersproject/hash": "5.7.0",
"@nomicfoundation/hardhat-chai-matchers": "1.0.6",
"@nomicfoundation/hardhat-foundry": "1.0.3",
"@nomicfoundation/hardhat-network-helpers": "1.0.8",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"@nomiclabs/hardhat-ethers": "2.2.3",
"@nomiclabs/hardhat-etherscan": "3.1.7",
"@typechain/ethers-v5": "10.2.1",
"@typechain/hardhat": "6.1.6",
"@types/chai": "4.3.5",
"@commitlint/cli": "16.2.4",
"@commitlint/config-conventional": "16.2.4",
"@defi-wonderland/smock": "2.2.0",
"@mean-finance/sdk": "0.0.119",
"@nomiclabs/hardhat-ethers": "npm:[email protected]",
"@nomiclabs/hardhat-etherscan": "3.1.0",
"@nomiclabs/hardhat-waffle": "2.0.3",
"@openzeppelin/test-helpers": "0.5.15",
"@typechain/ethers-v5": "10.1.0",
"@typechain/hardhat": "6.1.2",
"@types/axios": "0.14.0",
"@types/chai": "4.3.1",
"@types/chai-as-promised": "7.1.5",
"@types/lodash": "4.14.182",
"@types/mocha": "10.0.1",
"@types/node": "20.5.6",
"chai": "4.3.8",
"@types/mocha": "9.1.1",
"@types/node": "17.0.31",
"axios": "0.27.2",
"axios-retry": "3.2.4",
"bignumber.js": "9.0.2",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"cross-env": "7.0.3",
"dotenv": "16.0.1",
"ethers": "5.7.2",
"hardhat": "2.17.0",
"hardhat-deploy": "0.11.11",
"hardhat-exposed": "0.3.11",
"hardhat-gas-reporter": "1.0.9",
"dotenv": "16.0.0",
"ethereum-waffle": "3.4.4",
"ethers": "5.6.5",
"hardhat": "2.9.3",
"hardhat-contract-sizer": "2.0.3",
"hardhat-gas-reporter": "1.0.8",
"hardhat-preprocessor": "0.1.4",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"husky": "7.0.4",
"lint-staged": "12.4.1",
"lodash": "4.17.21",
"mocha": "10.2.0",
"mocha": "10.0.0",
"moment": "2.29.3",
"pinst": "3.0.0",
"prettier": "2.8.7",
"prettier-plugin-solidity": "1.0.0-dev.23",
"solc-0.8": "npm:[email protected].15",
"prettier": "2.6.2",
"prettier-plugin-solidity": "1.0.0-beta.19",
"solc-0.8": "npm:[email protected].13",
"solhint": "3.3.7",
"solhint-community": "3.5.0",
"solhint-plugin-prettier": "0.0.5",
"solhint-plugin-wonderland": "0.0.1",
"solidity-coverage": "0.8.4",
"solidity-docgen": "0.5.17",
"solidity-coverage": "https://github.com/adjisb/solidity-coverage",
"solidity-docgen": "0.5.16",
"sort-package-json": "1.57.0",
"standard-version": "9.5.0",
"ts-node": "10.9.1",
"standard-version": "9.3.2",
"ts-node": "10.7.0",
"tsconfig-paths": "4.0.0",
"typechain": "8.3.1",
"typescript": "5.2.2"
"typechain": "8.1.0",
"typescript": "4.7.2"
}
}
Loading

0 comments on commit 790a617

Please sign in to comment.